View on GitHub

Staking Plans

Comprehensive catalog of 71 betting staking plans — back, lay, and each-way. Built for AI agents and humans.

Kelly Criterion

Overview

The mathematically optimal staking fraction for maximizing long-term bankroll growth, given a known edge. Developed by John L. Kelly Jr. at Bell Labs (1956). Full Kelly is aggressive; most practitioners use Fractional Kelly (½ or ¼).

How It Works

Kelly compares your estimated true probability with the implied probability of the odds. When you have an edge, it tells you what fraction of bankroll to stake to maximize compound growth.

Formula

\[f = \frac{bp - q}{b} = \frac{p(b + 1) - 1}{b}\]

Where:

Betfair-adjusted (with commission $c$):

\[f = \frac{bp - q}{b(1 + c)}\]

Example: You estimate a true 60% win probability. Odds are 2.0 (even money, $b = 1$). Full Kelly: $f = (1 × 0.6 - 0.4) / 1 = 0.20$ — bet 20% of bankroll.

Parameters

Parameter Type Default Description
edge number Your estimated edge (requires true probability estimate)
commission number 0.05 Betfair commission rate (5% default, adjustable with discount)
fraction number 1.0 Kelly fraction: 1.0 = full Kelly, 0.5 = half, 0.25 = quarter

Risk Assessment

When to Use

When to Avoid

Betfair Exchange Notes


Sources