desk online uptime: 99.98%data freshness: 12smarkets tracked: 1,847books polled: 26
oddscipher
/ guides / Kelly staking

Kelly staking in practice: fractional Kelly, simultaneous positions and bankroll mechanics

f = (bp − q) / b · fractional · exposure caps

What Kelly answers, and what it doesn't

Whether to bet is an expected-value question: is this price in your favour? Kelly starts only after that answer is yes. It solves a different problem — how much — and its objective is specific: maximise the growth rate of the bankroll over a long sequence of bets. Not the profit on one bet, not the chance of a good week, but the compound growth rate over time.

That objective is what makes Kelly self-correcting. Stake too little and you leave growth on the table; stake too much and volatility eats the compounding. Kelly finds the single fraction that balances them, and the answer is a percentage of the bankroll you hold right now.

# Kelly fraction for a simple win/lose bet
# b = profit per unit at decimal odds = D − 1
# p = your probability of winning
# q = 1 − p

f = (b × p − q) / b

# stake = f × current_bankroll
# if f is zero or negative, the bet has no edge — do not bet

A worked fraction

Take an illustrative bet at decimal 2.10 where you estimate the win probability at 52 percent. Note this is the same setup as a positive-EV bet — Kelly turns that edge into a stake.

# D = 2.10  to  b = 1.10 ; p = 0.52 ; q = 0.48
f = (1.10 × 0.520.48) / 1.10
  = (0.5720.48) / 1.10
  = 0.092 / 1.10
  = 0.0836   # full Kelly ≈ 8.4% of the current bankroll

Full Kelly says stake 8.4 percent of the roll. For most bettors that is a large, nerve-testing bet on a single edge — and it is correct only if 0.52 is exactly right. Shave your true probability to 0.50 and the edge, and the correct stake, collapse to zero. The fraction is exquisitely sensitive to the input, which is the entire case for betting less than it says.

Why fractional Kelly is the practical default

Kelly's promised growth assumes your probability is exact. In reality every edge is estimated with error, and errors are not symmetric in their consequences. The growth rate as a function of stake is a hump: it climbs to a peak at the full-Kelly fraction, then falls away — and it falls faster than it rose.

The overbet penalty is asymmetric (schematic behaviour, not measured data)
Stake vs full KellyShare of max growth keptRelative volatility
Quarter Kellyhigh — roughly three-quartersmuch lower
Half Kellyhigh — about three-quarterslower
Full Kellymaximumhigh
Double Kellyzerovery high

The lesson lives in the two extremes. Half-Kelly keeps most of the growth for a fraction of the volatility. Double-Kelly — a plausible result of overestimating your edge by a factor most bettors would not notice — drives long-run growth back to zero on a bet that genuinely had an edge. Because overestimation is common and its cost is severe, staying left of the peak is the disciplined error, and quarter-Kelly is a widely used default. The Kelly stake calculator exposes these fractional presets directly.

Simultaneous and correlated positions

The clean formula covers one bet against one bankroll. Real betting rarely looks like that, and two complications break the simple version.

  • Shared bankroll. Three simultaneous bets cannot each claim their full Kelly fraction of the same roll — the exposures add up against one balance. Either scale each down so the total exposure stays sane, or impose a hard cap on combined stake regardless of the individual fractions.
  • Correlation. When legs move together — same game, same driver, correlated outcomes — treating them as independent double-counts the edge and overbets the combined position. Correlated bets have to be sized down, or solved jointly rather than one at a time.

A practical desk therefore runs Kelly with guardrails: a per-bet fractional multiplier, a ceiling on any single stake, and a ceiling on total open exposure. The formula sets the shape; the caps keep a single bad estimate from being catastrophic.

The recalculation cadence

Kelly is a fraction of the bankroll you hold now, not the one you started with, and this is where its compounding comes from. Size every bet off the current balance and the stake grows after wins and shrinks after losses on its own — the mechanism that maximises long-run growth and stops a cold streak from ending the account.

  • Re-anchor to the live bankroll before every bet, not to a fixed starting figure or a round number you are comfortable with.
  • Re-estimate the edge as prices move; a stale probability against a moved line is a stale stake. Line movement is a signal your inputs may need refreshing — see the line movement guide.
  • Respect the caps even when the fraction tempts you past them; the caps exist for the bets where your estimate is most wrong.

FAQ

What is the Kelly criterion?
The Kelly criterion is a formula for how much of a bankroll to stake on a bet, given your edge and the odds. It maximises the long-run growth rate of the bankroll. For a simple win-or-lose bet the fraction is f = (b × p − q) / b, where b is the profit per unit at decimal odds (decimal − 1), p is your win probability, and q is 1 − p. It answers 'how much', not 'whether to bet'.
What is fractional Kelly and why use it?
Fractional Kelly means staking a fixed fraction of the full Kelly amount — half-Kelly, quarter-Kelly, and so on. It is standard practice because full Kelly assumes your probability estimate is exact, which it never is. Overestimating your edge makes full Kelly overbet badly, and the growth penalty for betting too much is far steeper than for betting too little. Quarter-Kelly keeps most of the growth while cutting the swings and the damage from estimate error.
What happens if I bet more than full Kelly?
Growth falls, and past a point it turns negative even on a genuinely positive-edge bet. Kelly growth as a function of stake is a curve that peaks at the full-Kelly fraction and slopes down on both sides. Betting twice the Kelly fraction drives the long-run growth rate all the way back to zero; betting more than that guarantees ruin over time. Since real edges are overestimated as often as not, staying well left of the peak is the safer error.
How does Kelly handle several bets at once?
Simultaneous independent bets each get their own Kelly fraction, but the sum of exposures has to respect the single bankroll — you cannot allocate 40 percent to each of three bets from the same roll. When bets are correlated, treating them as independent overstates total edge and overbets the combined position; correlated legs must be sized down or solved jointly. A practical desk applies a hard cap on total simultaneous exposure regardless of what the individual fractions suggest.
How often should I recalculate the Kelly stake?
Against the current bankroll, every time. The Kelly fraction is a percentage of the roll you have now, not the roll you started with, so each bet is sized off the updated balance. This is what produces the compounding: the stake grows after wins and shrinks after losses automatically, which is precisely the behaviour that maximises long-run growth and prevents a losing streak from being fatal.
// published 2026-07-19 · updated 2026-07-19 · OddsCipher Desk