Fractional Kelly — Why Half Kelly and Quarter Kelly Are the Professional Defaults
The Kelly Criterion derives the mathematically optimal bet size for a given edge — but nobody who manages real money uses the full Kelly fraction. This guide explains why, walks through the exact growth-versus-variance trade-off of fractional Kelly, and gives worked examples on a 55% edge at +100 odds showing the bankroll trajectories of full, half, and quarter Kelly over 1,000 simulated bets.
Quick Calculator
The Kelly Criterion, derived by John Kelly at Bell Labs in 1956 and popularized for gambling by Ed Thorp, states that the stake maximizing expected logarithmic growth of a bankroll is f* = (p·b − q) / b, where p is the true probability of winning, q = 1 − p, and b is the net decimal odds. For a 55% shot at +100 (decimal 2.00, b = 1.00), full Kelly prescribes staking exactly 10% of the bankroll per bet. Over infinite bets with the edge held constant, no other fixed-fraction strategy produces a higher expected compound growth rate.
This is a theoretical optimum. The practical reality is that full Kelly is unbearable for human beings to actually play. The variance is enormous. The drawdowns are severe. And crucially, it assumes perfect knowledge of the true edge — an assumption that is always false in real betting. Our full Kelly guide derives the formula and shows where it comes from; this guide deals with what happens when you have to use Kelly in the real world, where edges are estimated, not known.
Fractional Kelly — multiplying the full Kelly stake by a constant less than 1, typically 0.5 or 0.25 — is the standard professional solution. It gives up a small amount of long-run growth in exchange for dramatically reduced variance and drawdown. The trade is so lopsided in the practitioner's favor that almost every professional bettor, hedge fund running Kelly-style allocation, and poker tournament coach defaults to some fraction well below 1.0. This article shows why.
1. The Fractional Kelly Formula
# Full Kelly optimal fraction
f_full = (p * b - q) / b
= (p * (d - 1) - (1 - p)) / (d - 1)
# Fractional Kelly stake
f_k = k * f_full where 0 < k <= 1
# Growth rate as function of k (relative to full Kelly)
g(k) = k * (2 - k) * g_full
# Growth-rate table
k = 1.00 -> g = 1.00 * g_full (by definition)
k = 0.75 -> g = 0.9375 * g_full (93.75% growth retained)
k = 0.50 -> g = 0.75 * g_full (75% growth retained)
k = 0.25 -> g = 0.4375 * g_full (43.75% growth retained)
k = 0.10 -> g = 0.19 * g_full (19% growth retained)
# Variance of log-growth scales with k^2
var(k) = k^2 * var_full
k = 1.00 -> var = 1.00 * var_full
k = 0.50 -> var = 0.25 * var_full (75% variance reduction)
k = 0.25 -> var = 0.0625 * var_full (93.75% variance reduction)Observe the asymmetry. Half Kelly costs 25% of the growth rate but cuts variance by 75%. Quarter Kelly costs about 56% of the growth rate but cuts variance by over 93%. In risk-adjusted terms — what a finance professional would call the information ratio — half Kelly and quarter Kelly are strictly better than full Kelly for any human investor with finite psychological tolerance for drawdowns.
2. Worked Table — 55% Edge at +100 Odds
A bettor has identified a genuine 55% win rate on +100 (decimal 2.00) bets — roughly a 5% edge after the implied 50% breakeven. Starting bankroll is $10,000. Compare full, three-quarter, half, and quarter Kelly over 1,000 independent bets. Numbers below are theoretical expected values and the typical 5th-to-95th percentile bankroll range from Monte Carlo simulation:
| Fraction | Stake per Bet | Expected Bankroll after 1,000 Bets | Typical Max Drawdown | 5th-95th Pctl Range |
|---|---|---|---|---|
| Full Kelly (1.00x) | 10% | $15,000,000+ | 60-85% | $800k – $150M |
| Three-Quarter (0.75x) | 7.5% | $8,000,000 | 45-65% | $1.2M – $55M |
| Half Kelly (0.50x) | 5% | $1,200,000 | 25-40% | $450k – $3.2M |
| Quarter Kelly (0.25x) | 2.5% | $85,000 | 10-18% | $50k – $150k |
| Tenth Kelly (0.10x) | 1% | $15,000 | 3-7% | $11k – $20k |
| Flat 1% ($100) | 1% | $12,500 | 4-9% | $9k – $17k |
The full Kelly expected bankroll is eye-watering on paper: $15,000,000 on a $10,000 stake after 1,000 bets. The 5th percentile, though, is only $800,000. A majority of the expected value lives in a very thin right tail. The typical real-world experience of a full Kelly player will include multiple sessions where the bankroll drops by 70% from peak. Human psychology does not tolerate a 70% drawdown even once, let alone repeatedly. Most full Kelly players abandon the system — or their edge estimate — long before the thin right tail rewards them.
Half Kelly produces a much tamer expected bankroll of $1.2M (still a 120x return) with typical drawdowns of 25-40%. That is still painful but survivable. Quarter Kelly is conservative enough to be psychologically boring — $85k expected after 1,000 bets, max drawdown typically under 18% — which is precisely why many professionals choose it. Boring compounding beats volatile compounding in the long run if the volatile version leads to emotional mistakes.
3. Why Edge Estimation Error Matters
# Your estimated edge vs true edge p_estimated = 0.55 # You believe 55% p_true = 0.52 # Reality is only 52% # You size based on p_estimated: f_full_perceived = (0.55 * 1.00 - 0.45) / 1.00 = 0.10 (10%) # But true Kelly-optimal at p_true is: f_full_true = (0.52 * 1.00 - 0.48) / 1.00 = 0.04 (4%) # You are effectively betting 2.5x full Kelly on the TRUE edge. # Any k > 2 * f_full_true / f_full_perceived produces NEGATIVE growth. # Multiplier where growth goes negative: # k_critical = 2 * p_true / p_estimated (on even odds) # For our numbers: k_critical = 2 * 0.52 / 0.55 = 1.89 # Full Kelly on 55% belief with 52% truth -> still +EV but risky # 2x Kelly on same -> bankruptcy # Half Kelly on 55% belief with 52% truth: # effective multiplier vs true f_full = 0.5 * (0.10 / 0.04) = 1.25 # Still above 1.0 of true Kelly but well below 2.0 danger zone. # Quarter Kelly on same: # effective multiplier = 0.25 * 2.5 = 0.625 of true Kelly # Comfortably below 1.0 — still +EV, protected from overbet.
This is the core argument for fractional Kelly. Full Kelly is optimal only if you know the true edge. In practice, every edge is an estimate with a confidence interval. If your 95% confidence interval on true win rate is, say, 52-58%, then sizing for the midpoint 55% while the truth sits at 52% means you are effectively overbetting by a factor of 2.5x. Half Kelly brings that down to 1.25x — uncomfortable but survivable. Quarter Kelly brings it to 0.625x — strictly below optimal but robust to estimation error. For any bettor whose edge estimate has meaningful uncertainty (which is all bettors), quarter Kelly is closer to the true optimum than full Kelly is.
4. Choosing k — A Practical Framework
Only if you have thousands of documented bets confirming your edge estimate within ±1%, plus a deep emotional tolerance for 70%+ drawdowns. Almost nobody should use full Kelly.
For bettors with 500+ documented bets validating a backtested model. Edge estimated within ±2%. 25% drawdown tolerance. The default for confident sharps.
For bettors with a credible but unvalidated model. Edge estimated within ±4%. 15% drawdown tolerance. The default for sensible professionals.
For new bettors, new models, or dormant edges being re-tested. Very conservative. Often preferable to flat staking because it still scales with bankroll.
5. Growth vs Drawdown — The Fundamental Trade-Off
The math of fractional Kelly captures a fundamental truth about leveraged betting: you can trade expected growth for variance reduction at a highly favorable ratio, up to a point. The first 50% reduction in stake (going from full to half Kelly) costs only 25% of expected growth. The next 50% reduction (half to quarter) costs another 25% of the original growth — but the variance drops another 75%. Each incremental conservatism buys much more safety than it sacrifices in expected return.
This trade asymmetry is why sophisticated allocators — hedge funds running Kelly-like position sizing, professional poker bankroll managers, sports betting syndicates — universally operate at fractions between 0.2 and 0.5. The expected long-run capital is slightly lower than full Kelly, but the probability of suffering a career-ending drawdown is vastly lower. Modern portfolio theory and continuous-time Kelly derivations arrive at the same answer: the optimal practical fraction depends on the confidence of your edge estimate, and that confidence is never high enough to justify full Kelly.
For a concrete rule of thumb: your chosen Kelly fraction k should be roughly equal to your subjective confidence that your edge estimate is correct. If you are 50% confident you have the edge right, use k = 0.5. If 25% confident, use k = 0.25. This heuristic is surprisingly well-supported by the math — Kelly's own writings on the topic effectively derive the same result from information-theory principles. See also our risk of ruin and bankroll management guides for the companion ruin-probability analysis.
6. Dynamic Fractional Kelly — Adjusting k Over Time
Advanced practitioners treat k as a function of recent performance, not a constant. A common approach: start at k = 0.25 when a model is first deployed. After every 100 documented bets, recompute the edge estimate's confidence interval. If the interval has narrowed and the realised edge matches the expected edge, increase k by 0.05. If the realised edge falls below the lower bound of the estimated interval, decrease k by 0.1. Cap at 0.5 absent extraordinary evidence. This dynamic approach ensures that the fraction automatically tracks confidence.
An alternative is the bankroll-scaling approach. Set k = 0.5 when bankroll is at or above peak, k = 0.35 when 10-25% off peak, k = 0.25 when 25-40% off peak, k = 0.1 when more than 40% off peak. This converts drawdown into mechanical de-risking, which both reduces the psychological shock of continuing to bet through losses and naturally reverses the leverage as the bankroll recovers. The compound effect is smoother equity curves and higher risk-adjusted Sharpe-equivalent returns than any fixed fraction.
7. When Fractional Kelly Is NOT Enough
Fractional Kelly assumes independent bets. If your bets are correlated — for example, betting multiple legs on the same game, or multiple games involving the same team on the same day — the effective variance is higher than the independent-bet formula predicts, and the correct fraction should be reduced further. A naive half-Kelly player placing three correlated bets is effectively running something like 1.2x Kelly on the aggregate position. Cutting to quarter Kelly on correlated bet stacks is the standard correction.
Another failure mode is parlay sizing. A parlay has variance wildly higher than any component leg, so even Kelly-sized parlays should be staked with an extra safety factor. Our parlay math guide walks through the variance derivation in detail. The upshot: parlay Kelly fractions rarely exceed 1% of bankroll even when the per-leg Kelly fractions would be 5% or more, because the product's variance is the product of the leg variances — it explodes.
Finally, Kelly assumes log-utility of wealth. If your utility function is more risk-averse (most people's is), you should use a smaller fraction still. The mathematical treatment of this — sometimes called "utility-Kelly" or "gamma-Kelly" — is covered in advanced references like Thorp's original papers and MacLean/Thorp/Ziemba's collected volume on Kelly betting. For most sports bettors, a default of quarter Kelly with correlation-aware reductions when appropriate captures 95% of the practical benefit.
8. Frequently Asked Questions
Should beginners use Kelly at all?
Only with k <= 0.1 and a documented backtest. Kelly requires honest edge estimation, which beginners almost never have. A flat 1% bankroll stake is mathematically nearly identical to tenth-Kelly and avoids the ego trap of overestimating edge. Graduate to fractional Kelly after at least 300 documented bets with realised edge matching estimated edge within 1%.
Can I use Kelly on multiple simultaneous bets?
Yes, but only if each bet is independent. Sum of individual Kelly fractions must not exceed (1 - safety cushion) of bankroll — typically cap total exposure at 15-20% across all concurrent bets. For correlated bets, use the joint-probability formulation of Kelly or fall back to a further halved fraction for each leg.
What is the optimal Kelly fraction for arbitrage bets?
Arbitrage is risk-free so Kelly is not the right framework — size to fit within book limits without tripping circumvention flags. For near-arbitrage (middle-and-scalp opportunities with small residual variance), use quarter Kelly on the expected residual EV, not the full stake.
How often should I recalculate my Kelly fraction?
After every 100 bets or any change in your model methodology. The Kelly formula is a function of p and b, both of which can drift as markets evolve. A stale Kelly estimate based on 2-year-old model performance is a common source of overbetting among professional bettors.
Does fractional Kelly work for poker or cash-game bankroll?
Yes. Poker bankroll management is a well-known application of fractional Kelly, typically at k = 0.25 to 0.33 for tournament buy-ins and k = 0.1 to 0.2 for cash-game buy-ins as a fraction of total bankroll. The principles are identical to sports betting; only the edge estimation methodology differs.
What's the difference between Kelly and mean-variance optimization?
Kelly maximizes geometric growth rate (equivalently, log-utility). Mean-variance optimization (Markowitz) maximizes a linear combination of expected return and variance penalty. Kelly is a special case of mean-variance optimization when the utility is logarithmic. For positive-expected, high-variance betting, Kelly tends to be more aggressive than mean-variance with typical investor-style risk aversion parameters.
Compute full Kelly with the Kelly calculator, then apply your chosen fraction based on edge confidence, plan session stakes with bankroll rules, and validate with risk-of-ruin simulation.
Responsible gambling notice. Kelly sizing requires accurate edge estimation and sufficient bankroll for variance. Overestimating edge and using full Kelly is a primary cause of rapid bankroll collapse. This article is educational and does not guarantee profitable outcomes. Stake only what you can afford to lose. For support with problem gambling visit BeGambleAware.org or call 1-800-GAMBLER (US). Must be of legal betting age in your jurisdiction.