Poker Bankroll Risk of Ruin Calculation and Risk Management Model Guide
90 views
This article systematically explains the calculation principles of poker risk of ruin and bankroll management models. From formula derivation to practical application, with specific numerical examples, it helps players quantify risk, set safe bankroll sizes, and avoid going broke.
Tool Purpose
Risk of Ruin (RoR) measures the probability that a poker player will lose their entire bankroll due to variance over the long run. By calculating RoR, players can manage their bankroll scientifically, avoiding excessive risk or being overly conservative. This model applies to cash games and multi-table tournaments.
Formula Principle
The most commonly used RoR formula is based on the normal distribution assumption and applies when win rate (WR) and standard deviation (SD) are known:
RoR = e^(-2 × BR × WR / SD²)
Where:
- BR: Current bankroll (in units, such as big blinds or buy-ins)
- WR: Expected win rate per 100 hands or per hour (in big blinds per 100 hands or bb/100)
- SD: Standard deviation per 100 hands (in big blinds per 100 hands)
For tournaments, a simplified formula is often used: RoR ≈ (1 - average ITM%)^(BR/BI), where ITM is the in-the-money rate and BI is the buy-in.
A more precise tournament RoR requires considering the payout structure, but using the Kelly Criterion to adjust buy-in sizing is also a common approach. The Kelly betting fraction is: f = (p × b - q) / b, where p is win probability, q is loss probability (1-p), and b is odds received. For poker, it's often recommended to use 1/4 to 1/2 of full Kelly to reduce variance.
Usage Steps
- Collect Data: Use tracking software (e.g., Hold'em Manager, PokerTracker) or manual records for at least 100,000 hands (cash games) or 200+ tournaments to obtain average WR and SD.
- Determine Units: Standardize bankroll to big blinds (cash games) or buy-ins (tournaments). For example, in a cash game, BR = 3000 big blinds, SD = 70 bb/100, WR = 2 bb/100.
- Calculate RoR: Plug into the formula. Example: RoR = e^(-2×3000×2 / 70²) = e^(-12000/4900) ≈ e^(-2.449) ≈ 0.0864, or about 8.64%.
- Set Safety Threshold: Professional players usually aim for RoR below 1%; amateurs may accept 5%. If RoR is too high, increase bankroll or move down in stakes.
- Adjust Dynamically: Recalculate every 5,000–10,000 hands or monthly, updating the plan based on actual WR fluctuations.
Practical Examples
Example 1: Cash Game Bankroll Requirement Player A plays NL100 (big blind $1), with WR = 3 bb/100, SD = 80 bb/100. Wants RoR below 1%. How much bankroll needed?
From RoR = e^(-2×BR×3 / 80²) = 0.01, take natural log: -2×BR×3/6400 = ln(0.01) ≈ -4.605, solve: BR ≈ (4.605×6400)/(2×3) ≈ 4912 big blinds. So about $4,912 or roughly 49 buy-ins (100 bb each).
Example 2: Tournament Risk Management Player B plays a $10 SNG (9-handed), average ITM = 12%, payout structure: 1st $45, 2nd $27, 3rd $18. Average winning odds b ≈ (45+27+18)/3/10 = 3.0 (simplified). Kelly fraction f = (0.12×3 - 0.88)/3 ≈ (0.36-0.88)/3 = -0.173, negative, suggesting not to bet. In practice, player needs to increase ITM to profitable levels. If ITM rises to 15% and average return is 3x buy-in ($30), then b=2, f=(0.15×2-0.85)/2=(0.3-0.85)/2=-0.275, still negative. This shows that under this tournament structure, a higher ITM or better payout distribution is needed to be worth playing.
Example 3: Downswing Response Player C has a bankroll of 3,000 big blinds, WR = 1 bb/100, SD = 60 bb/100, current RoR ≈ 18.7%. After a 100,000-hand downswing, actual WR = -2 bb/100, SD unchanged. Adjusted RoR = e^(-2×3000×(-2) / 60²) = e^(12000/3600) = e^3.33 ≈ 27.9 (greater than 1; the formula fails for negative WR, indicating near-certain ruin). Should immediately move down in stakes, and only return to the original level once WR becomes positive again.
FAQ
Q: How to get accurate WR and SD? A: At least 50,000 hands are needed for statistical significance (cash games). For tournaments, at least 200 events are recommended. Tracking software can compute these automatically.
Q: Can I accumulate bankroll with low buy-in games if I'm underfunded? A: Yes, but ensure the game is relatively soft and WR is positive. Also calculate RoR for that level and gradually move up.
Q: Does the RoR formula assume continuous normal distribution? Is it applicable in practice? A: For medium to long term (100,000+ hands), it's approximately valid. For short term, consider discreteness and tail distributions; Monte Carlo simulation is recommended for verification.
Q: How aggressive is the Kelly Criterion? A: Kelly maximizes long-term growth but causes huge variance. Usually half-Kelly (f/2) or quarter-Kelly is recommended to balance risk and reward.
Further Learning
After mastering risk of ruin, proceed to learn:
- ICM (Independent Chip Model): Optimizing decisions in late tournament stages.
- GTO (Game Theory Optimal): Theoretically balanced strategies.
- Mental Game: Emotional control and self-assessment during downswings.
- Advanced Variance Simulation: Use Excel or Python for custom parameter simulations (e.g., 1,000 runs of 100,000 hands) to observe ruin distribution.
Recommended books: The Mathematics of Poker (Bill Chen), Poker Math That Matters (Matthew Hilger). Online tool: Bankroll Calculator (e.g., on PokerStrategy.com).