Expected Value & Linearity
Kelly Criterion & Bet Sizing
Overview
Kelly answers the question: given an edge, how much should you bet? The naive answer (bet everything!) is wrong โ if you ever bet 100% and lose, you're ruined. Kelly maximizes the long-run compound growth rate. The elegant insight: maximize E[log(wealth)] rather than E[wealth]. Over-betting beyond Kelly actually reduces long-run growth. This is directly used in trading for position sizing.
How to Recognize
- โ'What fraction of your bankroll should you bet?'
- โRepeated betting with known edge and fixed odds
- โQuestions about long-run growth vs. short-run expected value
- โSizing a position in a strategy with known win rate
Step-by-Step Approach
- 1.Kelly maximizes E[log(wealth)], NOT E[wealth]
- 2.Binary bet (win b:1 with prob p, lose stake with prob q=1โp): f* = p โ q/b
- 3.Equivalently: f* = edge / odds = (pb โ q) / b
- 4.Half-Kelly: bet f*/2 for the same expected growth rate with much less variance
- 5.Over-betting is catastrophically worse than under-betting (ruin risk)
Key Formulas
Worked Examples
Problem
You have a biased coin: heads 55%, tails 45%. You can bet any fraction of your bankroll. The bet pays 1:1. What is the Kelly-optimal fraction?
Solution
p = 0.55, q = 0.45, b = 1 (win 1 unit for every 1 unit bet).
Kelly formula: f* = p โ q/b = 0.55 โ 0.45/1 = 0.55 โ 0.45 = 0.10.
Bet 10% of your bankroll each flip.
Intuition check: if p = 0.5 (fair coin), f* = 0.5 โ 0.5 = 0. Don't bet on a fair game!
If p = 1 (certain win), f* = 1 โ 0 = 1. Bet everything on a sure thing.
Answer
. With 55% edge on a 1:1 game, bet 10% of bankroll each time.
Common Mistakes
- !
Applying Kelly to maximize single-bet EV. Kelly maximizes GROWTH RATE (log utility), not EV.
- !
Betting full Kelly with estimation uncertainty in p. In practice, use half-Kelly to account for errors in probability estimates.
- !
Forgetting that Kelly applies per-bet given current bankroll. Your bet size changes after each outcome.
- !
Not checking that EV > 0 before applying Kelly. f* < 0 means don't bet.
Practice Problems
Click "Show Answer" to revealA strategy wins 70% of the time, pays 1:1. What is the Kelly fraction?
A bet pays 10:1. What is the minimum probability of winning needed to have Kelly > 0?
You're a market maker quoting a security. Your edge per trade is 10 security (0.2%). How does Kelly apply to position sizing?