poker MATH APPLIED PROBABILITY INSTITUTE
RESEARCH ARTICLE

Kelly Criterion in Poker: Cash Games vs Tournaments (MTT) Mathematical Formulation

Rigorous information-theoretic derivation of the Kelly Criterion, discrete vs continuous formulations, heavy-tailed MTT distributions, and fractional bankroll sizing.

22 min read Advanced Last updated 2026-09-20

PM Stochastic & Risk Lab

Pot Odds, Variance & Bankroll Optimization Team

Research laboratory focused on Expected Value (EV) calculation, variance and downswing analysis, probability distribution of outs, and Kelly criterion-based bankroll growth models.

Expected Value (EV) & Pot Odds Formalization Monte Carlo Variance & Risk of Ruin Simulations Kelly Criterion Bankroll Optimization
Try the Calculator
Try the Calculator →

1. Information Theory and the Genesis of the Kelly Criterion

In 1956, Bell Laboratories physicist John Larry Kelly Jr. published a monumental paper titled "A New Interpretation of Information Rate". Working alongside Claude Shannon, the pioneer of information theory, Kelly was addressing a problem in signal transmission over noisy telecommunication channels. Kelly discovered an astonishing mathematical isomorphism between the transmission rate of binary data over a noisy telephone wire and the long-term compound growth rate of an investor wagering capital on favorable gambles.

Prior to Kelly's breakthrough, classical gamblers and investors evaluated opportunities primarily through expected monetary value ($mathbb{E}[X]$). However, maximizing linear expected value inevitably leads to ruin if a player continually wagers an excessively large fraction of their wealth on positive-expectation bets. If an investor wagers $100%$ of their net worth on a coin toss offering $60%$ probability of winning at even money ($+20%$ EV), their expected bankroll after one flip is $1.20 imes B$. Yet, their probability of terminal ruin on the second consecutive loss is $16%$, and within a finite series of trials, total bankruptcy is mathematically guaranteed ($1 - 0.6^n o 1$).

Kelly solved this paradox by demonstrating that an investor operating across repeated sequential trials must maximize the expected value of the logarithmic utility function of wealth: $mathbb{E}[ln(W_t)]$. The logarithmic function incorporates diminishing marginal utility of wealth and imposes an infinite penalty on bankruptcy ($lim_{W o 0} ln(W) = -infty$). By maximizing the geometric growth rate rather than the arithmetic average, the Kelly Criterion determines the exact proportion of capital that maximizes the median compound trajectory of wealth while reducing the probability of ruin to zero over an infinite horizon.

2. Analytical Derivation: Discrete Binary Bets to Continuous Diffusion

Let us rigorously derive the Kelly Criterion for both discrete wagering and continuous diffusion processes.

Consider a discrete investment where a fraction $f$ of bankroll $B_0$ is wagered. With probability $p$, the wager succeeds and returns net odds of $b$ to $1$ (yielding $(1 + b f) B_0$). With probability $q = 1 - p$, the wager fails and the stake is lost (yielding $(1 - f) B_0$). After $N$ independent trials with $W$ wins and $L$ losses, the compounded bankroll $B_N$ equals:

B_N = B_0 (1 + b f)^W (1 - f)^L

The per-trial compound exponential growth rate $g(f)$ is defined as the expected value of the log-return:

g(f) = mathbb{E}left[ rac{1}{N} lnleft( rac{B_N}{B_0} ight) ight] = p ln(1 + b f) + q ln(1 - f)

To find the optimal capital fraction $f^*$ that maximizes growth rate $g(f)$, we compute the first derivative with respect to $f$ and set it to zero:

g'(f) = rac{p cdot b}{1 + b f} - rac{q}{1 - f} = 0

Multiplying by $(1 + b f)(1 - f)$:

p cdot b (1 - f) - q (1 + b f) = 0 implies p b - p b f - q - q b f = 0

Recalling that $p + q = 1$ and factoring $f(p b + q b) = f b (p + q) = b f$:

p b - q - b f = 0 implies f^* = rac{p b - q}{b} = p - rac{q}{b} = rac{ ext{Edge}}{ ext{Odds}}

In continuous financial markets and high-volume cash game poker, outcomes are modeled as continuous diffusion processes (Brownian motion with drift $mu$ and variance $sigma^2$). Expanding the logarithmic growth function via Taylor series around $f = 0$:

ln(1 + f X) approx f X - rac{1}{2} f^2 X^2

Taking expectations:

g(f) = mathbb{E}[ln(1 + f X)] approx f mu - rac{1}{2} f^2 sigma^2

Differentiating with respect to $f$ and setting to zero yields the continuous Kelly formula:

g'(f) = mu - f sigma^2 = 0 implies f^* = rac{mu}{sigma^2}

The optimal wagering fraction is directly proportional to expected edge ($mu$) and inversely proportional to portfolio variance ($sigma^2$).

3. The Cash Game Domain: Normal Distribution and Log-Wealth Optimization

In No-Limit Texas Hold'em cash games, a player buys into the table for a fixed stack (typically 100 big blinds) and plays a sequence of hands where chips have constant, linear monetary value (1 chip = $$1$). Because a cash grinder plays tens of thousands of hands, the Central Limit Theorem dictates that over medium-to-large samples (e.g., 10,000 to 50,000 hands), the aggregate distribution of winnings converges toward a Gaussian normal distribution.

Let us express the continuous Kelly formula $f^* = rac{mu}{sigma^2}$ in standardized poker metrics per 100 hands. Let $ ext{WR}$ denote win rate in $ ext{bb/100}$ and $ ext{SD}$ denote standard deviation in $ ext{bb/100}$. In cash games, variance per 100 hands is $ ext{SD}^2$. Converting to fraction of bankroll wagered per 100 hands:

f^*_{ ext{cash}} = rac{ ext{WR}}{ ext{SD}^2}

To convert this into the required bankroll in buy-ins ($B_{ ext{buy-ins}}$ where $1 ext{ buy-in} = 100 ext{ BB}$), we invert the allocation formula. The optimal Kelly bankroll in big blinds is:

B^*_{ ext{Kelly}} = rac{sigma^2}{2 mu} = rac{ ext{SD}^2}{2 cdot ext{WR}} quad ( ext{in big blinds})

Dividing by 100 big blinds per buy-in gives the Kelly buy-in requirement:

ext{Buy-Ins}^* = rac{ ext{SD}^2}{200 cdot ext{WR}}

Let us compute real-world examples for typical 6-max cash players where empirical standard deviation is $ ext{SD} = 95 ext{ bb/100}$ (so $ ext{SD}^2 = 9,025$):

1. Solid Crusher ($ ext{WR} = 5.0 ext{ bb/100}$): $ ext{Buy-Ins}^* = rac{9025}{200 imes 5.0} = 9.025 ext{ buy-ins}$. Under Full Kelly, a crushing player only needs 9 to 10 buy-ins to maximize compound growth!

2. Modest Regular ($ ext{WR} = 2.5 ext{ bb/100}$): $ ext{Buy-Ins}^* = rac{9025}{200 imes 2.5} = 18.05 ext{ buy-ins}$.

3. Marginal Winner ($ ext{WR} = 1.0 ext{ bb/100}$): $ ext{Buy-Ins}^* = rac{9025}{200 imes 1.0} = 45.1 ext{ buy-ins}$.

Why do professional players keep 50 to 100 buy-ins if Full Kelly suggests 9 to 18 buy-ins? Because Full Kelly exposes the player to horrific psychological volatility, which we address in Section 8.

4. The MTT Domain: Asymmetric Payoffs and Heavy-Tailed Distributions

While cash games satisfy the Gaussian assumptions of continuous Kelly reasonably well, Multi-Table Tournaments (MTTs) violently violate every single assumption of normality. In tournaments, poker chips do not possess constant linear dollar value; their value is governed by the Independent Chip Model (ICM), creating extreme non-linear risk aversion.

Furthermore, MTT payoff distributions exhibit extreme positive skewness and heavy tails (high kurtosis). In a typical 1,000-player MTT:

- $85%$ to $88%$ of entrants bust with $$0$ return (a total loss of 1 buy-in).

- $10%$ to $12%$ of entrants cash for a min-cash ($1.5 imes$ to $2.5 imes$ buy-in), which barely covers the entry fee.

- Only $0.3%$ of the field reaches the top 3 spots, where $40%$ to $60%$ of the entire prize pool is concentrated!

This means an MTT player's return is not a gentle bell curve with mean $mu$ and variance $sigma^2$. It is an asymmetric binomial lottery where the player suffers a near-certain loss on $85%$ of trials, punctuated by rare, massive multi-hundred-buy-in jackpots. The third and fourth moments of the distribution (skewness $S > 8.0$, kurtosis $K > 50.0$) completely invalidate the Gaussian continuous Kelly formula $f^* = mu / sigma^2$.

5. Discrete Multi-Outcome Kelly Formulation for MTTs

To apply the Kelly Criterion correctly to multi-table tournaments, we must discard the Gaussian continuous approximation and return to the foundational multi-outcome discrete log-wealth objective formulated by Kelly in 1956.

Let an MTT offer $K$ possible payout tiers. Let $p_k$ denote the objective probability of finishing in tier $k$, and let $r_k$ represent the net return multiple of tier $k$ (i.e., net profit in buy-ins, where $r_{ ext{bust}} = -1$). If a player wagers a fraction $f$ of their total bankroll on entering this tournament, their bankroll compound growth rate per tournament is:

g(f) = sum_{k=1}^K p_k ln(1 + f cdot r_k)

Where:

- $p_0$ is the probability of busting outside the money ($p_0 approx 0.85 - 0.88$), with $r_0 = -1$.

- $p_k$ is the probability of finishing in prize tier $k$, with net return multiple $r_k = ( ext{Payout}_k - ext{Buy-In}) / ext{Buy-In}$.

To find the optimal tournament allocation fraction $f^*$, we solve the non-linear optimization equation:

g'(f) = sum_{k=1}^K rac{p_k cdot r_k}{1 + f cdot r_k} = 0

Because $r_0 = -1$, the equation explicitly separates the bust-out term from the in-the-money terms:

rac{p_0 (-1)}{1 - f} + sum_{k=1}^{K-1} rac{p_k cdot r_k}{1 + f cdot r_k} = 0 implies rac{p_0}{1 - f} = sum_{k=1}^{K-1} rac{p_k cdot r_k}{1 + f cdot r_k}

This equation cannot be solved in closed algebraic form; it requires numerical root-finding (such as Newton-Raphson iteration). Numerical solutions across standard tournament payout structures reveal an unmistakable mathematical reality: the optimal Kelly fraction for an MTT is 5 to 10 times smaller than for a cash game with equivalent ROI. In MTTs, optimal full Kelly dictates keeping 100 to 250 buy-ins, while fractional Kelly demands 250 to 500+ buy-ins.

6. Mathematical Divergence: Cash Games vs. MTTs Comparison Matrix

To understand the profound mathematical divergence between cash games and tournaments, examine the side-by-side comparison below:

Mathematical Metric Cash Games (6-Max NLHE) Multi-Table Tournaments (MTT)
Utility / Chip LinearityLinear (1 Chip = $1)Strictly Non-Linear (ICM)
Underlying DistributionGaussian / Normal (via CLT)Heavy-Tailed, Positively Skewed
Win Rate Metricbb/100 hands (typically 3 - 8)Return on Investment (15% - 35% ROI)
Loss Frequency per Event~45% - 48% losing sessions85% - 88% bust-out rate
Payoff Variance (per buy-in)Low to Moderate ($sigma^2 pprox 4 - 9$)Extreme ($sigma^2 pprox 50 - 150$)
Full Kelly Bankroll ($f^*$)10 - 25 Buy-Ins100 - 200 Buy-Ins
Recommended Fractional Kelly40 - 75 Buy-Ins (Quarter-Kelly)250 - 500 Buy-Ins (Third-Kelly)
Downswing DurationWeeks / 20k - 50k handsMonths to Years / 1,000+ tourneys

The cash game player's bankroll is protected by frequent, modest gains that constantly cushion drawdowns. In contrast, the tournament grinder suffers a slow, grinding attrition of their capital over hundreds of buy-ins while waiting for the rare top-3 score that catapults their graph upward.

7. Field Size Scaling: How Tournament Entrants Inflate Variance

One of the most dangerous oversights among tournament poker players is failing to scale bankroll requirements to tournament field size. In cash games, variance is largely invariant to the number of players in the casino lobby. In tournaments, field size ($N_{ ext{field}}$) directly alters the variance of outcomes.

Consider two MTTs with identical $25%$ ROI and identical $$100$ buy-ins:

Tournament A (Small Field): 100 players. Top 15 cash. First place pays $30 imes$ buy-in ($$3,000$). The probability of reaching the final table is $9%$, and winning happens once every 80 to 100 tournaments.

Tournament B (Massive Field): 5,000 players (e.g., Sunday Million). Top 750 cash. First place pays $1,200 imes$ buy-in ($$120,000$). The probability of reaching the top 3 is $0.06%$.

In Tournament B, the variance per buy-in is more than twenty times higher than in Tournament A! An elite player can easily play 2,000 massive-field tournaments without a single top-3 finish purely due to standard binomial dispersion. Consequently, Kelly bankroll scaling must expand logarithmically with field size:

B^*_{ ext{MTT}}(N) approx B^*_{ ext{base}} cdot left( 1 + 0.35 lnleft( rac{N_{ ext{field}}}{100} ight) ight)

For a 100-player field, 100 to 150 buy-ins may suffice. For a 5,000-player field, a player must maintain 400 to 600 buy-ins to avoid unacceptable ruin probabilities under fractional Kelly allocation.

8. The Volatility Tax: Full Kelly vs. Fractional Kelly Sizing

The pure mathematical beauty of Full Kelly hides a terrifying psychological trap: extreme portfolio volatility. While Full Kelly maximizes the expected compound growth rate $mathbb{E}[ln(W)]$, it wagers aggressively along the razor's edge of over-betting.

Actuarial and mathematical analysis of Full Kelly wagering reveals three chilling statistical realities:

1. Probability of a 50% Bankroll Drawdown: Under Full Kelly wagering, the exact probability that an investor will experience a $50%$ drawdown from their all-time high water mark before doubling their wealth is precisely $50.0%$ ($1/2$). Every other player who uses Full Kelly will see half their net worth evaporate at some point!

2. Probability of an 80% Drawdown: The probability of suffering an $80%$ peak-to-trough collapse is exactly $20.0%$ ($1/5$).

3. The Asymmetry of Over-betting: If an investor bets $2.0 imes f^*$, their expected compound growth rate drops to zero ($g(2f^*) = 0$), guaranteeing long-term ruin! Betting anything greater than $2f^*$ produces negative compound growth. Under-betting, by contrast, is highly forgiving: betting $0.5 imes f^*$ yields $75%$ of the maximum growth rate with only $25%$ of the variance.

This reality has led quantitative finance and professional poker to adopt Fractional Kelly:

Kelly Sizing Strategy Wager Multiple Growth Rate Achieved Variance Relative to Full Prob. of 50% Drawdown
Full Kelly (Extreme Aggression)1.00 x f*100.0%100.0%50.0%
Half-Kelly (Professional Aggressive)0.50 x f*75.0%25.0%11.1%
Third-Kelly (Standard MTT Pro)0.33 x f*55.6%11.1%3.7%
Quarter-Kelly (Conservative Cash Pro)0.25 x f*43.8%6.3%0.8%

By moving from Full Kelly to Half-Kelly, a player captures $75%$ of optimal compounding speed while slashing the chance of halving their bankroll from $50%$ down to a manageable $11.1%$. For MTTs, Third-Kelly (requiring $approx 300$ buy-ins) drops the probability of a $50%$ drawdown to an ultra-safe $3.7%$.

9. Concrete Case Study: The NL500 Grinder vs. The $100 MTT Crusher

To crystallize these principles, let us examine two real-world professionals each holding an identical starting bankroll of $$50,000$.

Player A (Cash Game Specialist): Plays NL500 ($$2/$5$, buy-in $$500$). Proven win rate $ ext{WR} = +4.0 ext{ bb/100}$ with $ ext{SD} = 90 ext{ bb/100}$. Their bankroll represents 100 buy-ins.

Using the continuous formula, Full Kelly buy-in requirement is $ rac{90^2}{200 imes 4.0} = rac{8100}{800} = 10.1 ext{ buy-ins}$. Operating with 100 buy-ins means Player A is utilizing Tenth-Kelly (0.10x)! Player A's probability of ever experiencing a $50%$ drawdown is less than $0.01%$. They enjoy steady capital growth with minimal psychological anguish.

Player B (Tournament Specialist): Plays $$100$ average buy-in MTTs with an elite $30%$ ROI across average fields of 1,500 runners. Their $$50,000$ bankroll represents 500 buy-ins.

In this heavy-tailed environment, the variance per tournament is $sigma^2 approx 110 ext{ buy-ins}^2$. Discrete Kelly numerical optimization yields a Full Kelly fraction of $f^* approx 0.006$ (requiring $166 ext{ buy-ins}$). With 500 buy-ins, Player B is operating at Third-Kelly (0.33x). Despite having five times as many buy-ins as Player A (500 vs. 100), Player B has an $8.5%$ probability of experiencing a 100 buy-in drawdown within the year! This case study demonstrates why tournament players must hold dramatically more buy-ins than cash game players to achieve equivalent financial safety.

10. Dynamic Re-Sizing: Compounding Capital vs. Absolute Safety

The classic Kelly formulation assumes continuous dynamic adjustment: as your bankroll grows from $$10,000$ to $$15,000$, your dollar wager scales proportionally upward; if your bankroll contracts to $$8,000$, your wager immediately shrinks.

In poker, however, stakes are quantized into discrete tiers (NL50, NL100, NL200, NL500, NL1000). To implement Kelly compounding in practice without constant stake-hopping, players must establish structured Stepping-Up and Stepping-Down bands:

1. Upper Kelly Threshold (Move-Up Trigger): Advance to the next limit when current bankroll satisfies the Quarter-Kelly requirement of the higher stake (e.g., 60 buy-ins of NL1000 = $$60,000$).

2. Lower Kelly Threshold (Stop-Loss Trigger): Drop back down when bankroll declines below the conservative safety threshold of the current stake (e.g., 40 buy-ins of NL1000 = $$40,000$).

By enforcing this quantized band structure, you harvest the exponential compounding benefits of Kelly during upswings while rigorously defending against the absorbing boundary of ruin during downswings.

11. Staking, Action Selling, and Multi-Accounting Through Kelly

The Kelly Criterion provides the exact mathematical framework for assessing tournament staking and action selling. When an MTT player sells $50%$ of their action at face value (no markup), they alter both their expected return and their variance.

Let $s$ be the fraction of action retained by the player ($0 < s le 1$). The variance of the player's retained return scales quadratically with their ownership share: $ ext{Var}(s cdot X) = s^2 cdot sigma^2$. If a player sells half their action ($s = 0.5$), their expected dollar return is halved, but their dollar variance is slashed by $75%$ ($s^2 = 0.25$)!

Under the Kelly formula $f^* = mu / sigma^2$, reducing variance by a factor of 4 allows the player to safely compete in tournaments twice as large relative to their bankroll. Selling action is mathematically equivalent to synthetic bankroll expansion: it transforms a high-variance, under-capitalized shot into an optimal fractional Kelly investment.

12. Practical Action Plan: Implementing Kelly in Your Poker Career

To apply information-theoretic capital allocation to your daily poker grinding, execute these four concrete steps:

1. Determine Your Net True Win Rate and Variance: Pull your last 100,000 hands (for cash) or 1,500 tournaments (for MTTs) from your tracking software. Input your actual $ ext{WR}$ and $ ext{SD}$ into our analytical formula.

2. Select Your Fractional Kelly Operating Point: Cash game players should operate between Quarter-Kelly (0.25x) and Half-Kelly (0.50x). MTT players should strictly operate between Third-Kelly (0.33x) and Quarter-Kelly (0.25x).

3. Adjust for Tournament Field Size: If your tournament schedule consists of fields exceeding 2,500 runners, increase your baseline buy-in requirement by an additional $50%$.

4. Automate De-Staking Rules: Commit in writing to exact bankroll figures that mandate stepping down. Never let ego override the mathematical elegance of the Kelly Criterion.

Frequently Asked Questions

RELATED RESEARCH

Cross-Referenced Studies

18+ RISK NOTICE