[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"term-betting-implied-probability-en":3,"related-implied-probability-en":50,"mdc-bo9ei6-key":69},{"id":4,"slug":5,"status":6,"section":7,"category":8,"difficulty":9,"aliases":10,"related_terms":16,"related_calculators":22,"term":26,"definition":27,"content":28,"example":29,"faq":30,"availableLocales":43},"48f2403a-c922-4e2d-8c6e-0ff0615675a2","implied-probability","published","betting","fundamentals","beginner",[11,12,13,14,15],"implied odds","implied chance","odds probability","bookmaker probability","vig-adjusted probability",[17,18,19,20,21],"decimal-odds","margin","expected-value","value-bet","bookmaker",[23,24,25],"\u002Fbetting\u002Fodds-converter","\u002Fbetting\u002Fmargin-calculator","\u002Fbetting\u002Fvalue-bet-calculator","Implied Probability","Implied probability is the conversion of betting odds into a percentage that represents the bookmaker's assessed likelihood of an outcome occurring. It answers the question: according to these odds, how often does this outcome need to happen for the bet to break even? Implied probability includes the bookmaker's margin (vig), so the sum of all implied probabilities in a market exceeds 100%.","# Implied Probability\n\n**Implied probability** converts betting odds into a percentage, revealing what the odds suggest about an outcome's likelihood. It's the fundamental concept connecting odds to probability. Every bet you place has an implied probability—understand it, and you understand whether you're getting value or paying too much for a chance to win.\n\n## Table of Contents\n\n- [Understanding Implied Probability](#understanding)\n- [Calculation Formulas](#formulas)\n- [The Margin Factor](#margin)\n- [Using Implied Probability](#using)\n- [Finding Value Bets](#value)\n- [Common Calculations](#calculations)\n\n## Understanding Implied Probability {#understanding}\n\nBetting odds tell you two things:\n1. How much you win if correct\n2. What probability the market assigns to that outcome\n\n### The Break-Even Concept\n\nImplied probability answers: **How often must this outcome happen for the bet to break even?**\n\n**Example:** Odds of 2.00 (even money)\n- Win $100 on a $100 bet\n- Break even at 50% win rate\n- Implied probability: 50%\n\n**Example:** Odds of 4.00 (3\u002F1)\n- Win $300 on a $100 bet\n- Break even at 25% win rate\n- Implied probability: 25%\n\n### Why This Matters\n\n| Your Assessment | Implied Probability | Action |\n|-----------------|---------------------|--------|\n| 60% likely | 50% implied | Value bet (bet) |\n| 50% likely | 50% implied | Fair odds (skip) |\n| 40% likely | 50% implied | Bad value (avoid) |\n\nIf your probability estimate exceeds implied probability, you have an edge.\n\n## Calculation Formulas {#formulas}\n\n### Decimal Odds to Implied Probability\n\nThe simplest formula:\n\n```math\n\\text{Implied Probability} = \\frac{1}{\\text{Decimal Odds}} \\times 100\n```\n\n**Examples:**\n\n| Decimal Odds | Calculation | Implied Probability |\n|--------------|-------------|---------------------|\n| 1.50 | 1\u002F1.50 | 66.7% |\n| 2.00 | 1\u002F2.00 | 50.0% |\n| 2.50 | 1\u002F2.50 | 40.0% |\n| 3.00 | 1\u002F3.00 | 33.3% |\n| 5.00 | 1\u002F5.00 | 20.0% |\n| 10.00 | 1\u002F10.00 | 10.0% |\n\n### American Odds to Implied Probability\n\n**Negative American odds (favorites):**\n\n```math\n\\text{Implied Probability} = \\frac{|\\text{American Odds}|}{|\\text{American Odds}| + 100} \\times 100\n```\n\n**Example:** -150 odds\n```math\n\\text{IP} = \\frac{150}{150 + 100} \\times 100 = \\frac{150}{250} \\times 100 = 60\\%\n```\n\n**Positive American odds (underdogs):**\n\n```math\n\\text{Implied Probability} = \\frac{100}{\\text{American Odds} + 100} \\times 100\n```\n\n**Example:** +200 odds\n```math\n\\text{IP} = \\frac{100}{200 + 100} \\times 100 = \\frac{100}{300} \\times 100 = 33.3\\%\n```\n\n### Fractional Odds to Implied Probability\n\n```math\n\\text{Implied Probability} = \\frac{\\text{Denominator}}{\\text{Numerator} + \\text{Denominator}} \\times 100\n```\n\n**Example:** 3\u002F1 odds\n```math\n\\text{IP} = \\frac{1}{3 + 1} \\times 100 = \\frac{1}{4} \\times 100 = 25\\%\n```\n\n### Quick Reference Table\n\n| Decimal | American | Fractional | Implied Prob |\n|---------|----------|------------|--------------|\n| 1.25 | -400 | 1\u002F4 | 80.0% |\n| 1.50 | -200 | 1\u002F2 | 66.7% |\n| 1.80 | -125 | 4\u002F5 | 55.6% |\n| 1.91 | -110 | 10\u002F11 | 52.4% |\n| 2.00 | +100 | 1\u002F1 | 50.0% |\n| 2.10 | +110 | 11\u002F10 | 47.6% |\n| 2.50 | +150 | 3\u002F2 | 40.0% |\n| 3.00 | +200 | 2\u002F1 | 33.3% |\n| 4.00 | +300 | 3\u002F1 | 25.0% |\n| 5.00 | +400 | 4\u002F1 | 20.0% |\n| 10.00 | +900 | 9\u002F1 | 10.0% |\n\n## The Margin Factor {#margin}\n\n### Why Probabilities Exceed 100%\n\nIn a fair market, implied probabilities sum to 100%. In betting markets, they exceed 100%—the excess is the bookmaker's margin.\n\n**Example: Tennis match**\n- Player A: 1.65 → 60.6% implied\n- Player B: 2.30 → 43.5% implied\n- **Total: 104.1%**\n\nThe 4.1% is the margin (overround).\n\n### Calculating Margin\n\n```math\n\\text{Margin} = \\left(\\sum \\frac{1}{\\text{Odds}_i}\\right) - 1\n```\n\nOr in percentage terms:\n```math\n\\text{Margin \\%} = \\left(\\sum \\text{Implied Probabilities}\\right) - 100\\%\n```\n\n### Removing The Margin\n\nTo find true probabilities, normalize:\n\n```math\n\\text{True Probability} = \\frac{\\text{Implied Probability}}{\\text{Total Implied}} \\times 100\n```\n\n**Example:**\n- Player A implied: 60.6%\n- Player B implied: 43.5%\n- Total: 104.1%\n\n**True probabilities:**\n- Player A: 60.6% \u002F 104.1% = **58.2%**\n- Player B: 43.5% \u002F 104.1% = **41.8%**\n\nNow they sum to 100%.\n\n### Margin by Market Type\n\n| Market | Typical Margin | Implied Total |\n|--------|----------------|---------------|\n| Sharp books (main) | 2-3% | 102-103% |\n| Recreational books | 4-6% | 104-106% |\n| Props\u002FSpecials | 6-10% | 106-110% |\n| Exotic bets | 10-20% | 110-120% |\n\nLower margin = better value for bettors.\n\n## Using Implied Probability {#using}\n\n### Reading Market Sentiment\n\nImplied probability reveals market consensus:\n\n| Implied Prob | Market View |\n|--------------|-------------|\n| 80%+ | Heavy favorite, expected to win |\n| 60-80% | Clear favorite |\n| 50-60% | Slight favorite |\n| 40-50% | Slight underdog |\n| 20-40% | Clear underdog |\n| Under 20% | Long shot |\n\n### Line Movement Analysis\n\nTrack how implied probability changes:\n\n| Time | Odds | Implied Prob | Movement |\n|------|------|--------------|----------|\n| Opening | 2.20 | 45.5% | - |\n| Day before | 2.00 | 50.0% | +4.5% |\n| At close | 1.85 | 54.1% | +8.6% |\n\nMarket moved 8.6% toward this outcome—significant action or news.\n\n### Comparing Bookmakers\n\nUse implied probability to find best value:\n\n| Bookmaker | Odds | Implied Prob | Value? |\n|-----------|------|--------------|--------|\n| Book A | 2.10 | 47.6% | Base |\n| Book B | 2.20 | 45.5% | Better |\n| Book C | 2.30 | 43.5% | Best |\n\nBook C asks for lowest break-even rate—best value.\n\n## Finding Value Bets {#value}\n\n### The Value Formula\n\nValue exists when your probability estimate exceeds implied probability:\n\n```math\n\\text{Edge} = \\text{Your Probability} - \\text{Implied Probability}\n```\n\n**Example:**\n- Your estimate: Team A wins 55%\n- Odds: 2.10 (implied 47.6%)\n- Edge: 55% - 47.6% = **7.4% edge**\n\n### Expected Value Calculation\n\n```math\n\\text{EV} = (\\text{Your Probability} \\times \\text{Profit}) - (\\text{Loss Probability} \\times \\text{Stake})\n```\n\n**Example:** $100 bet at 2.10 odds, 55% estimated probability\n```math\n\\text{EV} = (0.55 \\times \\$110) - (0.45 \\times \\$100) = \\$60.50 - \\$45 = +\\$15.50\n```\n\nPositive EV = profitable long-term.\n\n### Value Bet Thresholds\n\n| Your Edge | Recommendation |\n|-----------|----------------|\n| 0-2% | Marginal, careful |\n| 2-5% | Solid value |\n| 5-10% | Strong value |\n| 10%+ | Excellent value (verify estimate) |\n\n### Converting Edge to Recommended Stake\n\nUse Kelly Criterion with your edge:\n\n```math\n\\text{Kelly \\%} = \\frac{\\text{Edge}}{\\text{Odds} - 1}\n```\n\n**Example:** 7.4% edge at 2.10 odds\n```math\n\\text{Kelly} = \\frac{0.074}{1.10} = 6.7\\% \\text{ of bankroll}\n```\n\n## Common Calculations {#calculations}\n\n### Price to Break-Even Probability\n\nQuick mental math:\n\n| Odds | Quick Estimate |\n|------|----------------|\n| 2.00 | 50% (easy) |\n| 1.50 | 67% (2\u002F3) |\n| 3.00 | 33% (1\u002F3) |\n| 4.00 | 25% (1\u002F4) |\n| 5.00 | 20% (1\u002F5) |\n\n### Common Betting Odds Decoded\n\n| Odds | Implied Prob | Meaning |\n|------|--------------|---------|\n| 1.10 | 90.9% | \"Almost certain\" |\n| 1.50 | 66.7% | \"2 out of 3\" |\n| 1.91 | 52.4% | \"Coin flip with vig\" |\n| 2.00 | 50.0% | \"Coin flip (fair)\" |\n| 3.00 | 33.3% | \"1 in 3\" |\n| 10.00 | 10.0% | \"1 in 10\" |\n| 100.00 | 1.0% | \"1 in 100\" |\n\n### Probability Difference Table\n\nHow much implied probability changes with odds movement:\n\n| Odds Move | Probability Change |\n|-----------|-------------------|\n| 2.00 → 1.90 | 50% → 52.6% (+2.6%) |\n| 2.00 → 2.10 | 50% → 47.6% (-2.4%) |\n| 3.00 → 2.80 | 33.3% → 35.7% (+2.4%) |\n| 3.00 → 3.20 | 33.3% → 31.3% (-2.0%) |\n\nProbability changes more at shorter odds.\n\n## Implied Probability Mistakes {#mistakes}\n\n### Mistake 1: Ignoring Margin\n\nRaw implied probability includes vig. Always consider what you're really paying.\n\n### Mistake 2: Treating Implied as True\n\nImplied probability isn't true probability—it's the market's estimate plus margin. Your analysis might differ.\n\n### Mistake 3: Forgetting Base Rates\n\nLong odds (e.g., 20\u002F1) imply 4.8% probability. Humans systematically overestimate long-shot chances.\n\n### Mistake 4: Summing Independent Events\n\nTwo 50% events happening together isn't 100%—it's 25% (0.5 × 0.5).\n\n## Related Calculators\n\n- [Odds Converter](\u002Fbetting\u002Fodds-converter) - Convert between odds formats\n- [Margin Calculator](\u002Fbetting\u002Fmargin-calculator) - Calculate bookmaker margin\n- [Value Bet Calculator](\u002Fbetting\u002Fvalue-bet-calculator) - Find positive expected value bets",null,[31,34,37,40],{"answer":32,"question":33},"Divide 1 by the decimal odds and multiply by 100. Formula: Implied Probability = (1 \u002F Decimal Odds) × 100. For example, odds of 2.50 have implied probability of (1 \u002F 2.50) × 100 = 40%. This means you need to win 40% of the time to break even at these odds.","How do I calculate implied probability from decimal odds?",{"answer":35,"question":36},"The excess over 100% is the bookmaker's margin (overround or vig). If Team A has implied probability 55% and Team B has 50%, total is 105%. The 5% is the bookmaker's built-in profit. To find true probabilities, normalize by dividing each implied probability by the total.","Why do implied probabilities add up to more than 100%?",{"answer":38,"question":39},"Compare implied probability to your estimated true probability. If you believe an outcome has 50% chance but implied probability is only 40% (odds 2.50), that's a value bet—the odds are better than fair. The edge is: Your Probability - Implied Probability = 50% - 40% = 10% edge.","How do I find value bets using implied probability?",{"answer":41,"question":42},"Implied probability is what the odds suggest, including margin. True probability is the actual likelihood of an outcome. A fair coin flip has 50% true probability, but bookmaker odds might show 52.4% implied probability (-110 odds). The difference is the margin you're paying.","What's the difference between implied probability and true probability?",[44,45,46,47,48,49],"en","ru","es","pt","tr","de",[51,54,58,63,66],{"slug":21,"section":7,"category":8,"difficulty":9,"term":52,"definition":53},"Bookmaker","A bookmaker (bookie, sportsbook) is a licensed company or individual that accepts wagers on sporting events and other outcomes, setting odds that include a built-in profit margin. Bookmakers balance their books to guarantee profit regardless of outcome, using sophisticated algorithms, trader expertise, and real-time odds adjustment. The margin between true probability and offered odds is how they make money.",{"slug":17,"section":7,"category":55,"difficulty":9,"term":56,"definition":57},"odds","Decimal Odds","Decimal odds (European odds) represent the total return per unit staked, including the original stake. A decimal odd of 2.50 means a $1 bet returns $2.50 total ($1.50 profit plus $1 stake). This is the most intuitive odds format, used predominantly in Europe, Australia, and by most online bookmakers. Decimal odds are simply calculated as 1 divided by implied probability.",{"slug":19,"section":7,"category":59,"difficulty":60,"term":61,"definition":62},"strategies","intermediate","Expected Value (EV)","The average profit or loss you can expect from a bet over the long run, calculated by multiplying each outcome's value by its probability — the single most important number that separates winning bettors from everyone else.",{"slug":18,"section":7,"category":55,"difficulty":60,"term":64,"definition":65},"Margin","Bookmaker margin (also called vig, vigorish, juice, or overround) is the built-in profit percentage that bookmakers add to odds, ensuring they profit regardless of the outcome. It's calculated as the sum of implied probabilities minus 100%. A typical margin of 5% means the bookmaker expects to keep $5 of every $100 wagered over time.",{"slug":20,"section":7,"category":59,"difficulty":60,"term":67,"definition":68},"Value Bet","A value bet occurs when bookmaker odds imply a lower probability than the actual chance of an outcome happening. This creates positive expected value, meaning the bet will be profitable over time. Finding value bets consistently is the core skill of professional sports bettors and the only way to achieve long-term profit.",{"data":70,"body":71},{},{"type":72,"children":73},"root",[74,81,93,99,159,165,170,184,191,201,211,318,327,411,417,500,505,511,517,522,775,783,916,922,930,1218,1227,1673,1681,1918,1927,2365,2371,2620,2629,3069,3075,3348,3354,3360,3365,3373,3394,3399,3405,3753,3758,3924,3930,3935,4161,4168,4185,4193,4216,4221,4227,4326,4331,4337,4343,4348,4447,4453,4458,4555,4560,4566,4571,4665,4670,4676,4682,4687,4812,4819,4842,4848,5088,5097,5460,5465,5471,5545,5551,5556,5765,5774,6009,6015,6021,6026,6107,6113,6253,6259,6264,6338,6343,6349,6355,6360,6366,6371,6377,6382,6388,6393,6399],{"type":75,"tag":76,"props":77,"children":78},"element","h2",{"id":5},[79],{"type":80,"value":26},"text",{"type":75,"tag":82,"props":83,"children":84},"p",{},[85,91],{"type":75,"tag":86,"props":87,"children":88},"strong",{},[89],{"type":80,"value":90},"Implied probability",{"type":80,"value":92}," converts betting odds into a percentage, revealing what the odds suggest about an outcome's likelihood. It's the fundamental concept connecting odds to probability. Every bet you place has an implied probability—understand it, and you understand whether you're getting value or paying too much for a chance to win.",{"type":75,"tag":76,"props":94,"children":96},{"id":95},"table-of-contents",[97],{"type":80,"value":98},"Table of Contents",{"type":75,"tag":100,"props":101,"children":102},"ul",{},[103,114,123,132,141,150],{"type":75,"tag":104,"props":105,"children":106},"li",{},[107],{"type":75,"tag":108,"props":109,"children":111},"a",{"href":110},"#understanding",[112],{"type":80,"value":113},"Understanding Implied Probability",{"type":75,"tag":104,"props":115,"children":116},{},[117],{"type":75,"tag":108,"props":118,"children":120},{"href":119},"#formulas",[121],{"type":80,"value":122},"Calculation Formulas",{"type":75,"tag":104,"props":124,"children":125},{},[126],{"type":75,"tag":108,"props":127,"children":129},{"href":128},"#margin",[130],{"type":80,"value":131},"The Margin Factor",{"type":75,"tag":104,"props":133,"children":134},{},[135],{"type":75,"tag":108,"props":136,"children":138},{"href":137},"#using",[139],{"type":80,"value":140},"Using Implied Probability",{"type":75,"tag":104,"props":142,"children":143},{},[144],{"type":75,"tag":108,"props":145,"children":147},{"href":146},"#value",[148],{"type":80,"value":149},"Finding Value Bets",{"type":75,"tag":104,"props":151,"children":152},{},[153],{"type":75,"tag":108,"props":154,"children":156},{"href":155},"#calculations",[157],{"type":80,"value":158},"Common Calculations",{"type":75,"tag":76,"props":160,"children":162},{"id":161},"understanding-implied-probability-understanding",[163],{"type":80,"value":164},"Understanding Implied Probability {#understanding}",{"type":75,"tag":82,"props":166,"children":167},{},[168],{"type":80,"value":169},"Betting odds tell you two things:",{"type":75,"tag":171,"props":172,"children":173},"ol",{},[174,179],{"type":75,"tag":104,"props":175,"children":176},{},[177],{"type":80,"value":178},"How much you win if correct",{"type":75,"tag":104,"props":180,"children":181},{},[182],{"type":80,"value":183},"What probability the market assigns to that outcome",{"type":75,"tag":185,"props":186,"children":188},"h3",{"id":187},"the-break-even-concept",[189],{"type":80,"value":190},"The Break-Even Concept",{"type":75,"tag":82,"props":192,"children":193},{},[194,196],{"type":80,"value":195},"Implied probability answers: ",{"type":75,"tag":86,"props":197,"children":198},{},[199],{"type":80,"value":200},"How often must this outcome happen for the bet to break even?",{"type":75,"tag":82,"props":202,"children":203},{},[204,209],{"type":75,"tag":86,"props":205,"children":206},{},[207],{"type":80,"value":208},"Example:",{"type":80,"value":210}," Odds of 2.00 (even money)",{"type":75,"tag":100,"props":212,"children":213},{},[214,308,313],{"type":75,"tag":104,"props":215,"children":216},{},[217,219,306],{"type":80,"value":218},"Win ",{"type":75,"tag":220,"props":221,"children":224},"span",{"className":222},[223],"katex",[225,271],{"type":75,"tag":220,"props":226,"children":229},{"className":227},[228],"katex-mathml",[230],{"type":75,"tag":231,"props":232,"children":234},"math",{"xmlns":233},"http:\u002F\u002Fwww.w3.org\u002F1998\u002FMath\u002FMathML",[235],{"type":75,"tag":236,"props":237,"children":238},"semantics",{},[239,264],{"type":75,"tag":240,"props":241,"children":242},"mrow",{},[243,249,255,260],{"type":75,"tag":244,"props":245,"children":246},"mn",{},[247],{"type":80,"value":248},"100",{"type":75,"tag":250,"props":251,"children":252},"mi",{},[253],{"type":80,"value":254},"o",{"type":75,"tag":250,"props":256,"children":257},{},[258],{"type":80,"value":259},"n",{"type":75,"tag":250,"props":261,"children":262},{},[263],{"type":80,"value":108},{"type":75,"tag":265,"props":266,"children":268},"annotation",{"encoding":267},"application\u002Fx-tex",[269],{"type":80,"value":270},"100 on a ",{"type":75,"tag":220,"props":272,"children":276},{"className":273,"ariaHidden":275},[274],"katex-html","true",[277],{"type":75,"tag":220,"props":278,"children":281},{"className":279},[280],"base",[282,288,294,300],{"type":75,"tag":220,"props":283,"children":287},{"className":284,"style":286},[285],"strut","height:0.6444em;",[],{"type":75,"tag":220,"props":289,"children":292},{"className":290},[291],"mord",[293],{"type":80,"value":248},{"type":75,"tag":220,"props":295,"children":298},{"className":296},[291,297],"mathnormal",[299],{"type":80,"value":254},{"type":75,"tag":220,"props":301,"children":303},{"className":302},[291,297],[304],{"type":80,"value":305},"na",{"type":80,"value":307},"100 bet",{"type":75,"tag":104,"props":309,"children":310},{},[311],{"type":80,"value":312},"Break even at 50% win rate",{"type":75,"tag":104,"props":314,"children":315},{},[316],{"type":80,"value":317},"Implied probability: 50%",{"type":75,"tag":82,"props":319,"children":320},{},[321,325],{"type":75,"tag":86,"props":322,"children":323},{},[324],{"type":80,"value":208},{"type":80,"value":326}," Odds of 4.00 (3\u002F1)",{"type":75,"tag":100,"props":328,"children":329},{},[330,401,406],{"type":75,"tag":104,"props":331,"children":332},{},[333,334,400],{"type":80,"value":218},{"type":75,"tag":220,"props":335,"children":337},{"className":336},[223],[338,373],{"type":75,"tag":220,"props":339,"children":341},{"className":340},[228],[342],{"type":75,"tag":231,"props":343,"children":344},{"xmlns":233},[345],{"type":75,"tag":236,"props":346,"children":347},{},[348,368],{"type":75,"tag":240,"props":349,"children":350},{},[351,356,360,364],{"type":75,"tag":244,"props":352,"children":353},{},[354],{"type":80,"value":355},"300",{"type":75,"tag":250,"props":357,"children":358},{},[359],{"type":80,"value":254},{"type":75,"tag":250,"props":361,"children":362},{},[363],{"type":80,"value":259},{"type":75,"tag":250,"props":365,"children":366},{},[367],{"type":80,"value":108},{"type":75,"tag":265,"props":369,"children":370},{"encoding":267},[371],{"type":80,"value":372},"300 on a ",{"type":75,"tag":220,"props":374,"children":376},{"className":375,"ariaHidden":275},[274],[377],{"type":75,"tag":220,"props":378,"children":380},{"className":379},[280],[381,385,390,395],{"type":75,"tag":220,"props":382,"children":384},{"className":383,"style":286},[285],[],{"type":75,"tag":220,"props":386,"children":388},{"className":387},[291],[389],{"type":80,"value":355},{"type":75,"tag":220,"props":391,"children":393},{"className":392},[291,297],[394],{"type":80,"value":254},{"type":75,"tag":220,"props":396,"children":398},{"className":397},[291,297],[399],{"type":80,"value":305},{"type":80,"value":307},{"type":75,"tag":104,"props":402,"children":403},{},[404],{"type":80,"value":405},"Break even at 25% win rate",{"type":75,"tag":104,"props":407,"children":408},{},[409],{"type":80,"value":410},"Implied probability: 25%",{"type":75,"tag":185,"props":412,"children":414},{"id":413},"why-this-matters",[415],{"type":80,"value":416},"Why This Matters",{"type":75,"tag":418,"props":419,"children":420},"table",{},[421,443],{"type":75,"tag":422,"props":423,"children":424},"thead",{},[425],{"type":75,"tag":48,"props":426,"children":427},{},[428,434,438],{"type":75,"tag":429,"props":430,"children":431},"th",{},[432],{"type":80,"value":433},"Your Assessment",{"type":75,"tag":429,"props":435,"children":436},{},[437],{"type":80,"value":26},{"type":75,"tag":429,"props":439,"children":440},{},[441],{"type":80,"value":442},"Action",{"type":75,"tag":444,"props":445,"children":446},"tbody",{},[447,466,483],{"type":75,"tag":48,"props":448,"children":449},{},[450,456,461],{"type":75,"tag":451,"props":452,"children":453},"td",{},[454],{"type":80,"value":455},"60% likely",{"type":75,"tag":451,"props":457,"children":458},{},[459],{"type":80,"value":460},"50% implied",{"type":75,"tag":451,"props":462,"children":463},{},[464],{"type":80,"value":465},"Value bet (bet)",{"type":75,"tag":48,"props":467,"children":468},{},[469,474,478],{"type":75,"tag":451,"props":470,"children":471},{},[472],{"type":80,"value":473},"50% likely",{"type":75,"tag":451,"props":475,"children":476},{},[477],{"type":80,"value":460},{"type":75,"tag":451,"props":479,"children":480},{},[481],{"type":80,"value":482},"Fair odds (skip)",{"type":75,"tag":48,"props":484,"children":485},{},[486,491,495],{"type":75,"tag":451,"props":487,"children":488},{},[489],{"type":80,"value":490},"40% likely",{"type":75,"tag":451,"props":492,"children":493},{},[494],{"type":80,"value":460},{"type":75,"tag":451,"props":496,"children":497},{},[498],{"type":80,"value":499},"Bad value (avoid)",{"type":75,"tag":82,"props":501,"children":502},{},[503],{"type":80,"value":504},"If your probability estimate exceeds implied probability, you have an edge.",{"type":75,"tag":76,"props":506,"children":508},{"id":507},"calculation-formulas-formulas",[509],{"type":80,"value":510},"Calculation Formulas {#formulas}",{"type":75,"tag":185,"props":512,"children":514},{"id":513},"decimal-odds-to-implied-probability",[515],{"type":80,"value":516},"Decimal Odds to Implied Probability",{"type":75,"tag":82,"props":518,"children":519},{},[520],{"type":80,"value":521},"The simplest formula:",{"type":75,"tag":220,"props":523,"children":525},{"className":524},[223],[526,579],{"type":75,"tag":220,"props":527,"children":529},{"className":528},[228],[530],{"type":75,"tag":231,"props":531,"children":532},{"xmlns":233},[533],{"type":75,"tag":236,"props":534,"children":535},{},[536,574],{"type":75,"tag":240,"props":537,"children":538},{},[539,545,551,565,570],{"type":75,"tag":540,"props":541,"children":542},"mtext",{},[543],{"type":80,"value":544},"Implied Probability",{"type":75,"tag":546,"props":547,"children":548},"mo",{},[549],{"type":80,"value":550},"=",{"type":75,"tag":552,"props":553,"children":554},"mfrac",{},[555,560],{"type":75,"tag":244,"props":556,"children":557},{},[558],{"type":80,"value":559},"1",{"type":75,"tag":540,"props":561,"children":562},{},[563],{"type":80,"value":564},"Decimal Odds",{"type":75,"tag":546,"props":566,"children":567},{},[568],{"type":80,"value":569},"×",{"type":75,"tag":244,"props":571,"children":572},{},[573],{"type":80,"value":248},{"type":75,"tag":265,"props":575,"children":576},{"encoding":267},[577],{"type":80,"value":578},"\\text{Implied Probability} = \\frac{1}{\\text{Decimal Odds}} \\times 100\n",{"type":75,"tag":220,"props":580,"children":582},{"className":581,"ariaHidden":275},[274],[583,617,762],{"type":75,"tag":220,"props":584,"children":586},{"className":585},[280],[587,592,601,607,613],{"type":75,"tag":220,"props":588,"children":591},{"className":589,"style":590},[285],"height:0.8889em;vertical-align:-0.1944em;",[],{"type":75,"tag":220,"props":593,"children":595},{"className":594},[291,80],[596],{"type":75,"tag":220,"props":597,"children":599},{"className":598},[291],[600],{"type":80,"value":544},{"type":75,"tag":220,"props":602,"children":606},{"className":603,"style":605},[604],"mspace","margin-right:0.2778em;",[],{"type":75,"tag":220,"props":608,"children":611},{"className":609},[610],"mrel",[612],{"type":80,"value":550},{"type":75,"tag":220,"props":614,"children":616},{"className":615,"style":605},[604],[],{"type":75,"tag":220,"props":618,"children":620},{"className":619},[280],[621,626,747,752,758],{"type":75,"tag":220,"props":622,"children":625},{"className":623,"style":624},[285],"height:1.1901em;vertical-align:-0.345em;",[],{"type":75,"tag":220,"props":627,"children":629},{"className":628},[291],[630,636,742],{"type":75,"tag":220,"props":631,"children":635},{"className":632},[633,634],"mopen","nulldelimiter",[],{"type":75,"tag":220,"props":637,"children":639},{"className":638},[552],[640],{"type":75,"tag":220,"props":641,"children":645},{"className":642},[643,644],"vlist-t","vlist-t2",[646,730],{"type":75,"tag":220,"props":647,"children":650},{"className":648},[649],"vlist-r",[651,723],{"type":75,"tag":220,"props":652,"children":656},{"className":653,"style":655},[654],"vlist","height:0.8451em;",[657,688,702],{"type":75,"tag":220,"props":658,"children":660},{"style":659},"top:-2.655em;",[661,667],{"type":75,"tag":220,"props":662,"children":666},{"className":663,"style":665},[664],"pstrut","height:3em;",[],{"type":75,"tag":220,"props":668,"children":674},{"className":669},[670,671,672,673],"sizing","reset-size6","size3","mtight",[675],{"type":75,"tag":220,"props":676,"children":678},{"className":677},[291,673],[679],{"type":75,"tag":220,"props":680,"children":682},{"className":681},[291,80,673],[683],{"type":75,"tag":220,"props":684,"children":686},{"className":685},[291,673],[687],{"type":80,"value":564},{"type":75,"tag":220,"props":689,"children":691},{"style":690},"top:-3.23em;",[692,696],{"type":75,"tag":220,"props":693,"children":695},{"className":694,"style":665},[664],[],{"type":75,"tag":220,"props":697,"children":701},{"className":698,"style":700},[699],"frac-line","border-bottom-width:0.04em;",[],{"type":75,"tag":220,"props":703,"children":705},{"style":704},"top:-3.394em;",[706,710],{"type":75,"tag":220,"props":707,"children":709},{"className":708,"style":665},[664],[],{"type":75,"tag":220,"props":711,"children":713},{"className":712},[670,671,672,673],[714],{"type":75,"tag":220,"props":715,"children":717},{"className":716},[291,673],[718],{"type":75,"tag":220,"props":719,"children":721},{"className":720},[291,673],[722],{"type":80,"value":559},{"type":75,"tag":220,"props":724,"children":727},{"className":725},[726],"vlist-s",[728],{"type":80,"value":729},"​",{"type":75,"tag":220,"props":731,"children":733},{"className":732},[649],[734],{"type":75,"tag":220,"props":735,"children":738},{"className":736,"style":737},[654],"height:0.345em;",[739],{"type":75,"tag":220,"props":740,"children":741},{},[],{"type":75,"tag":220,"props":743,"children":746},{"className":744},[745,634],"mclose",[],{"type":75,"tag":220,"props":748,"children":751},{"className":749,"style":750},[604],"margin-right:0.2222em;",[],{"type":75,"tag":220,"props":753,"children":756},{"className":754},[755],"mbin",[757],{"type":80,"value":569},{"type":75,"tag":220,"props":759,"children":761},{"className":760,"style":750},[604],[],{"type":75,"tag":220,"props":763,"children":765},{"className":764},[280],[766,770],{"type":75,"tag":220,"props":767,"children":769},{"className":768,"style":286},[285],[],{"type":75,"tag":220,"props":771,"children":773},{"className":772},[291],[774],{"type":80,"value":248},{"type":75,"tag":82,"props":776,"children":777},{},[778],{"type":75,"tag":86,"props":779,"children":780},{},[781],{"type":80,"value":782},"Examples:",{"type":75,"tag":418,"props":784,"children":785},{},[786,805],{"type":75,"tag":422,"props":787,"children":788},{},[789],{"type":75,"tag":48,"props":790,"children":791},{},[792,796,801],{"type":75,"tag":429,"props":793,"children":794},{},[795],{"type":80,"value":56},{"type":75,"tag":429,"props":797,"children":798},{},[799],{"type":80,"value":800},"Calculation",{"type":75,"tag":429,"props":802,"children":803},{},[804],{"type":80,"value":26},{"type":75,"tag":444,"props":806,"children":807},{},[808,826,844,862,880,898],{"type":75,"tag":48,"props":809,"children":810},{},[811,816,821],{"type":75,"tag":451,"props":812,"children":813},{},[814],{"type":80,"value":815},"1.50",{"type":75,"tag":451,"props":817,"children":818},{},[819],{"type":80,"value":820},"1\u002F1.50",{"type":75,"tag":451,"props":822,"children":823},{},[824],{"type":80,"value":825},"66.7%",{"type":75,"tag":48,"props":827,"children":828},{},[829,834,839],{"type":75,"tag":451,"props":830,"children":831},{},[832],{"type":80,"value":833},"2.00",{"type":75,"tag":451,"props":835,"children":836},{},[837],{"type":80,"value":838},"1\u002F2.00",{"type":75,"tag":451,"props":840,"children":841},{},[842],{"type":80,"value":843},"50.0%",{"type":75,"tag":48,"props":845,"children":846},{},[847,852,857],{"type":75,"tag":451,"props":848,"children":849},{},[850],{"type":80,"value":851},"2.50",{"type":75,"tag":451,"props":853,"children":854},{},[855],{"type":80,"value":856},"1\u002F2.50",{"type":75,"tag":451,"props":858,"children":859},{},[860],{"type":80,"value":861},"40.0%",{"type":75,"tag":48,"props":863,"children":864},{},[865,870,875],{"type":75,"tag":451,"props":866,"children":867},{},[868],{"type":80,"value":869},"3.00",{"type":75,"tag":451,"props":871,"children":872},{},[873],{"type":80,"value":874},"1\u002F3.00",{"type":75,"tag":451,"props":876,"children":877},{},[878],{"type":80,"value":879},"33.3%",{"type":75,"tag":48,"props":881,"children":882},{},[883,888,893],{"type":75,"tag":451,"props":884,"children":885},{},[886],{"type":80,"value":887},"5.00",{"type":75,"tag":451,"props":889,"children":890},{},[891],{"type":80,"value":892},"1\u002F5.00",{"type":75,"tag":451,"props":894,"children":895},{},[896],{"type":80,"value":897},"20.0%",{"type":75,"tag":48,"props":899,"children":900},{},[901,906,911],{"type":75,"tag":451,"props":902,"children":903},{},[904],{"type":80,"value":905},"10.00",{"type":75,"tag":451,"props":907,"children":908},{},[909],{"type":80,"value":910},"1\u002F10.00",{"type":75,"tag":451,"props":912,"children":913},{},[914],{"type":80,"value":915},"10.0%",{"type":75,"tag":185,"props":917,"children":919},{"id":918},"american-odds-to-implied-probability",[920],{"type":80,"value":921},"American Odds to Implied Probability",{"type":75,"tag":82,"props":923,"children":924},{},[925],{"type":75,"tag":86,"props":926,"children":927},{},[928],{"type":80,"value":929},"Negative American odds (favorites):",{"type":75,"tag":220,"props":931,"children":933},{"className":932},[223],[934,1013],{"type":75,"tag":220,"props":935,"children":937},{"className":936},[228],[938],{"type":75,"tag":231,"props":939,"children":940},{"xmlns":233},[941],{"type":75,"tag":236,"props":942,"children":943},{},[944,1008],{"type":75,"tag":240,"props":945,"children":946},{},[947,951,955,1000,1004],{"type":75,"tag":540,"props":948,"children":949},{},[950],{"type":80,"value":544},{"type":75,"tag":546,"props":952,"children":953},{},[954],{"type":80,"value":550},{"type":75,"tag":552,"props":956,"children":957},{},[958,976],{"type":75,"tag":240,"props":959,"children":960},{},[961,967,972],{"type":75,"tag":250,"props":962,"children":964},{"mathvariant":963},"normal",[965],{"type":80,"value":966},"∣",{"type":75,"tag":540,"props":968,"children":969},{},[970],{"type":80,"value":971},"American Odds",{"type":75,"tag":250,"props":973,"children":974},{"mathvariant":963},[975],{"type":80,"value":966},{"type":75,"tag":240,"props":977,"children":978},{},[979,983,987,991,996],{"type":75,"tag":250,"props":980,"children":981},{"mathvariant":963},[982],{"type":80,"value":966},{"type":75,"tag":540,"props":984,"children":985},{},[986],{"type":80,"value":971},{"type":75,"tag":250,"props":988,"children":989},{"mathvariant":963},[990],{"type":80,"value":966},{"type":75,"tag":546,"props":992,"children":993},{},[994],{"type":80,"value":995},"+",{"type":75,"tag":244,"props":997,"children":998},{},[999],{"type":80,"value":248},{"type":75,"tag":546,"props":1001,"children":1002},{},[1003],{"type":80,"value":569},{"type":75,"tag":244,"props":1005,"children":1006},{},[1007],{"type":80,"value":248},{"type":75,"tag":265,"props":1009,"children":1010},{"encoding":267},[1011],{"type":80,"value":1012},"\\text{Implied Probability} = \\frac{|\\text{American Odds}|}{|\\text{American Odds}| + 100} \\times 100\n",{"type":75,"tag":220,"props":1014,"children":1016},{"className":1015,"ariaHidden":275},[274],[1017,1047,1205],{"type":75,"tag":220,"props":1018,"children":1020},{"className":1019},[280],[1021,1025,1034,1038,1043],{"type":75,"tag":220,"props":1022,"children":1024},{"className":1023,"style":590},[285],[],{"type":75,"tag":220,"props":1026,"children":1028},{"className":1027},[291,80],[1029],{"type":75,"tag":220,"props":1030,"children":1032},{"className":1031},[291],[1033],{"type":80,"value":544},{"type":75,"tag":220,"props":1035,"children":1037},{"className":1036,"style":605},[604],[],{"type":75,"tag":220,"props":1039,"children":1041},{"className":1040},[610],[1042],{"type":80,"value":550},{"type":75,"tag":220,"props":1044,"children":1046},{"className":1045,"style":605},[604],[],{"type":75,"tag":220,"props":1048,"children":1050},{"className":1049},[280],[1051,1056,1192,1196,1201],{"type":75,"tag":220,"props":1052,"children":1055},{"className":1053,"style":1054},[285],"height:1.53em;vertical-align:-0.52em;",[],{"type":75,"tag":220,"props":1057,"children":1059},{"className":1058},[291],[1060,1064,1188],{"type":75,"tag":220,"props":1061,"children":1063},{"className":1062},[633,634],[],{"type":75,"tag":220,"props":1065,"children":1067},{"className":1066},[552],[1068],{"type":75,"tag":220,"props":1069,"children":1071},{"className":1070},[643,644],[1072,1176],{"type":75,"tag":220,"props":1073,"children":1075},{"className":1074},[649],[1076,1171],{"type":75,"tag":220,"props":1077,"children":1080},{"className":1078,"style":1079},[654],"height:1.01em;",[1081,1125,1136],{"type":75,"tag":220,"props":1082,"children":1083},{"style":659},[1084,1088],{"type":75,"tag":220,"props":1085,"children":1087},{"className":1086,"style":665},[664],[],{"type":75,"tag":220,"props":1089,"children":1091},{"className":1090},[670,671,672,673],[1092],{"type":75,"tag":220,"props":1093,"children":1095},{"className":1094},[291,673],[1096,1101,1110,1115,1120],{"type":75,"tag":220,"props":1097,"children":1099},{"className":1098},[291,673],[1100],{"type":80,"value":966},{"type":75,"tag":220,"props":1102,"children":1104},{"className":1103},[291,80,673],[1105],{"type":75,"tag":220,"props":1106,"children":1108},{"className":1107},[291,673],[1109],{"type":80,"value":971},{"type":75,"tag":220,"props":1111,"children":1113},{"className":1112},[291,673],[1114],{"type":80,"value":966},{"type":75,"tag":220,"props":1116,"children":1118},{"className":1117},[755,673],[1119],{"type":80,"value":995},{"type":75,"tag":220,"props":1121,"children":1123},{"className":1122},[291,673],[1124],{"type":80,"value":248},{"type":75,"tag":220,"props":1126,"children":1127},{"style":690},[1128,1132],{"type":75,"tag":220,"props":1129,"children":1131},{"className":1130,"style":665},[664],[],{"type":75,"tag":220,"props":1133,"children":1135},{"className":1134,"style":700},[699],[],{"type":75,"tag":220,"props":1137,"children":1139},{"style":1138},"top:-3.485em;",[1140,1144],{"type":75,"tag":220,"props":1141,"children":1143},{"className":1142,"style":665},[664],[],{"type":75,"tag":220,"props":1145,"children":1147},{"className":1146},[670,671,672,673],[1148],{"type":75,"tag":220,"props":1149,"children":1151},{"className":1150},[291,673],[1152,1157,1166],{"type":75,"tag":220,"props":1153,"children":1155},{"className":1154},[291,673],[1156],{"type":80,"value":966},{"type":75,"tag":220,"props":1158,"children":1160},{"className":1159},[291,80,673],[1161],{"type":75,"tag":220,"props":1162,"children":1164},{"className":1163},[291,673],[1165],{"type":80,"value":971},{"type":75,"tag":220,"props":1167,"children":1169},{"className":1168},[291,673],[1170],{"type":80,"value":966},{"type":75,"tag":220,"props":1172,"children":1174},{"className":1173},[726],[1175],{"type":80,"value":729},{"type":75,"tag":220,"props":1177,"children":1179},{"className":1178},[649],[1180],{"type":75,"tag":220,"props":1181,"children":1184},{"className":1182,"style":1183},[654],"height:0.52em;",[1185],{"type":75,"tag":220,"props":1186,"children":1187},{},[],{"type":75,"tag":220,"props":1189,"children":1191},{"className":1190},[745,634],[],{"type":75,"tag":220,"props":1193,"children":1195},{"className":1194,"style":750},[604],[],{"type":75,"tag":220,"props":1197,"children":1199},{"className":1198},[755],[1200],{"type":80,"value":569},{"type":75,"tag":220,"props":1202,"children":1204},{"className":1203,"style":750},[604],[],{"type":75,"tag":220,"props":1206,"children":1208},{"className":1207},[280],[1209,1213],{"type":75,"tag":220,"props":1210,"children":1212},{"className":1211,"style":286},[285],[],{"type":75,"tag":220,"props":1214,"children":1216},{"className":1215},[291],[1217],{"type":80,"value":248},{"type":75,"tag":82,"props":1219,"children":1220},{},[1221,1225],{"type":75,"tag":86,"props":1222,"children":1223},{},[1224],{"type":80,"value":208},{"type":80,"value":1226}," -150 odds",{"type":75,"tag":220,"props":1228,"children":1230},{"className":1229},[223],[1231,1327],{"type":75,"tag":220,"props":1232,"children":1234},{"className":1233},[228],[1235],{"type":75,"tag":231,"props":1236,"children":1237},{"xmlns":233},[1238],{"type":75,"tag":236,"props":1239,"children":1240},{},[1241,1322],{"type":75,"tag":240,"props":1242,"children":1243},{},[1244,1249,1253,1276,1280,1284,1288,1300,1304,1308,1312,1317],{"type":75,"tag":540,"props":1245,"children":1246},{},[1247],{"type":80,"value":1248},"IP",{"type":75,"tag":546,"props":1250,"children":1251},{},[1252],{"type":80,"value":550},{"type":75,"tag":552,"props":1254,"children":1255},{},[1256,1261],{"type":75,"tag":244,"props":1257,"children":1258},{},[1259],{"type":80,"value":1260},"150",{"type":75,"tag":240,"props":1262,"children":1263},{},[1264,1268,1272],{"type":75,"tag":244,"props":1265,"children":1266},{},[1267],{"type":80,"value":1260},{"type":75,"tag":546,"props":1269,"children":1270},{},[1271],{"type":80,"value":995},{"type":75,"tag":244,"props":1273,"children":1274},{},[1275],{"type":80,"value":248},{"type":75,"tag":546,"props":1277,"children":1278},{},[1279],{"type":80,"value":569},{"type":75,"tag":244,"props":1281,"children":1282},{},[1283],{"type":80,"value":248},{"type":75,"tag":546,"props":1285,"children":1286},{},[1287],{"type":80,"value":550},{"type":75,"tag":552,"props":1289,"children":1290},{},[1291,1295],{"type":75,"tag":244,"props":1292,"children":1293},{},[1294],{"type":80,"value":1260},{"type":75,"tag":244,"props":1296,"children":1297},{},[1298],{"type":80,"value":1299},"250",{"type":75,"tag":546,"props":1301,"children":1302},{},[1303],{"type":80,"value":569},{"type":75,"tag":244,"props":1305,"children":1306},{},[1307],{"type":80,"value":248},{"type":75,"tag":546,"props":1309,"children":1310},{},[1311],{"type":80,"value":550},{"type":75,"tag":244,"props":1313,"children":1314},{},[1315],{"type":80,"value":1316},"60",{"type":75,"tag":250,"props":1318,"children":1319},{"mathvariant":963},[1320],{"type":80,"value":1321},"%",{"type":75,"tag":265,"props":1323,"children":1324},{"encoding":267},[1325],{"type":80,"value":1326},"\\text{IP} = \\frac{150}{150 + 100} \\times 100 = \\frac{150}{250} \\times 100 = 60\\%\n",{"type":75,"tag":220,"props":1328,"children":1330},{"className":1329,"ariaHidden":275},[274],[1331,1362,1490,1516,1632,1658],{"type":75,"tag":220,"props":1332,"children":1334},{"className":1333},[280],[1335,1340,1349,1353,1358],{"type":75,"tag":220,"props":1336,"children":1339},{"className":1337,"style":1338},[285],"height:0.6833em;",[],{"type":75,"tag":220,"props":1341,"children":1343},{"className":1342},[291,80],[1344],{"type":75,"tag":220,"props":1345,"children":1347},{"className":1346},[291],[1348],{"type":80,"value":1248},{"type":75,"tag":220,"props":1350,"children":1352},{"className":1351,"style":605},[604],[],{"type":75,"tag":220,"props":1354,"children":1356},{"className":1355},[610],[1357],{"type":80,"value":550},{"type":75,"tag":220,"props":1359,"children":1361},{"className":1360,"style":605},[604],[],{"type":75,"tag":220,"props":1363,"children":1365},{"className":1364},[280],[1366,1371,1477,1481,1486],{"type":75,"tag":220,"props":1367,"children":1370},{"className":1368,"style":1369},[285],"height:1.2484em;vertical-align:-0.4033em;",[],{"type":75,"tag":220,"props":1372,"children":1374},{"className":1373},[291],[1375,1379,1473],{"type":75,"tag":220,"props":1376,"children":1378},{"className":1377},[633,634],[],{"type":75,"tag":220,"props":1380,"children":1382},{"className":1381},[552],[1383],{"type":75,"tag":220,"props":1384,"children":1386},{"className":1385},[643,644],[1387,1461],{"type":75,"tag":220,"props":1388,"children":1390},{"className":1389},[649],[1391,1456],{"type":75,"tag":220,"props":1392,"children":1394},{"className":1393,"style":655},[654],[1395,1425,1436],{"type":75,"tag":220,"props":1396,"children":1397},{"style":659},[1398,1402],{"type":75,"tag":220,"props":1399,"children":1401},{"className":1400,"style":665},[664],[],{"type":75,"tag":220,"props":1403,"children":1405},{"className":1404},[670,671,672,673],[1406],{"type":75,"tag":220,"props":1407,"children":1409},{"className":1408},[291,673],[1410,1415,1420],{"type":75,"tag":220,"props":1411,"children":1413},{"className":1412},[291,673],[1414],{"type":80,"value":1260},{"type":75,"tag":220,"props":1416,"children":1418},{"className":1417},[755,673],[1419],{"type":80,"value":995},{"type":75,"tag":220,"props":1421,"children":1423},{"className":1422},[291,673],[1424],{"type":80,"value":248},{"type":75,"tag":220,"props":1426,"children":1427},{"style":690},[1428,1432],{"type":75,"tag":220,"props":1429,"children":1431},{"className":1430,"style":665},[664],[],{"type":75,"tag":220,"props":1433,"children":1435},{"className":1434,"style":700},[699],[],{"type":75,"tag":220,"props":1437,"children":1438},{"style":704},[1439,1443],{"type":75,"tag":220,"props":1440,"children":1442},{"className":1441,"style":665},[664],[],{"type":75,"tag":220,"props":1444,"children":1446},{"className":1445},[670,671,672,673],[1447],{"type":75,"tag":220,"props":1448,"children":1450},{"className":1449},[291,673],[1451],{"type":75,"tag":220,"props":1452,"children":1454},{"className":1453},[291,673],[1455],{"type":80,"value":1260},{"type":75,"tag":220,"props":1457,"children":1459},{"className":1458},[726],[1460],{"type":80,"value":729},{"type":75,"tag":220,"props":1462,"children":1464},{"className":1463},[649],[1465],{"type":75,"tag":220,"props":1466,"children":1469},{"className":1467,"style":1468},[654],"height:0.4033em;",[1470],{"type":75,"tag":220,"props":1471,"children":1472},{},[],{"type":75,"tag":220,"props":1474,"children":1476},{"className":1475},[745,634],[],{"type":75,"tag":220,"props":1478,"children":1480},{"className":1479,"style":750},[604],[],{"type":75,"tag":220,"props":1482,"children":1484},{"className":1483},[755],[1485],{"type":80,"value":569},{"type":75,"tag":220,"props":1487,"children":1489},{"className":1488,"style":750},[604],[],{"type":75,"tag":220,"props":1491,"children":1493},{"className":1492},[280],[1494,1498,1503,1507,1512],{"type":75,"tag":220,"props":1495,"children":1497},{"className":1496,"style":286},[285],[],{"type":75,"tag":220,"props":1499,"children":1501},{"className":1500},[291],[1502],{"type":80,"value":248},{"type":75,"tag":220,"props":1504,"children":1506},{"className":1505,"style":605},[604],[],{"type":75,"tag":220,"props":1508,"children":1510},{"className":1509},[610],[1511],{"type":80,"value":550},{"type":75,"tag":220,"props":1513,"children":1515},{"className":1514,"style":605},[604],[],{"type":75,"tag":220,"props":1517,"children":1519},{"className":1518},[280],[1520,1524,1619,1623,1628],{"type":75,"tag":220,"props":1521,"children":1523},{"className":1522,"style":624},[285],[],{"type":75,"tag":220,"props":1525,"children":1527},{"className":1526},[291],[1528,1532,1615],{"type":75,"tag":220,"props":1529,"children":1531},{"className":1530},[633,634],[],{"type":75,"tag":220,"props":1533,"children":1535},{"className":1534},[552],[1536],{"type":75,"tag":220,"props":1537,"children":1539},{"className":1538},[643,644],[1540,1604],{"type":75,"tag":220,"props":1541,"children":1543},{"className":1542},[649],[1544,1599],{"type":75,"tag":220,"props":1545,"children":1547},{"className":1546,"style":655},[654],[1548,1568,1579],{"type":75,"tag":220,"props":1549,"children":1550},{"style":659},[1551,1555],{"type":75,"tag":220,"props":1552,"children":1554},{"className":1553,"style":665},[664],[],{"type":75,"tag":220,"props":1556,"children":1558},{"className":1557},[670,671,672,673],[1559],{"type":75,"tag":220,"props":1560,"children":1562},{"className":1561},[291,673],[1563],{"type":75,"tag":220,"props":1564,"children":1566},{"className":1565},[291,673],[1567],{"type":80,"value":1299},{"type":75,"tag":220,"props":1569,"children":1570},{"style":690},[1571,1575],{"type":75,"tag":220,"props":1572,"children":1574},{"className":1573,"style":665},[664],[],{"type":75,"tag":220,"props":1576,"children":1578},{"className":1577,"style":700},[699],[],{"type":75,"tag":220,"props":1580,"children":1581},{"style":704},[1582,1586],{"type":75,"tag":220,"props":1583,"children":1585},{"className":1584,"style":665},[664],[],{"type":75,"tag":220,"props":1587,"children":1589},{"className":1588},[670,671,672,673],[1590],{"type":75,"tag":220,"props":1591,"children":1593},{"className":1592},[291,673],[1594],{"type":75,"tag":220,"props":1595,"children":1597},{"className":1596},[291,673],[1598],{"type":80,"value":1260},{"type":75,"tag":220,"props":1600,"children":1602},{"className":1601},[726],[1603],{"type":80,"value":729},{"type":75,"tag":220,"props":1605,"children":1607},{"className":1606},[649],[1608],{"type":75,"tag":220,"props":1609,"children":1611},{"className":1610,"style":737},[654],[1612],{"type":75,"tag":220,"props":1613,"children":1614},{},[],{"type":75,"tag":220,"props":1616,"children":1618},{"className":1617},[745,634],[],{"type":75,"tag":220,"props":1620,"children":1622},{"className":1621,"style":750},[604],[],{"type":75,"tag":220,"props":1624,"children":1626},{"className":1625},[755],[1627],{"type":80,"value":569},{"type":75,"tag":220,"props":1629,"children":1631},{"className":1630,"style":750},[604],[],{"type":75,"tag":220,"props":1633,"children":1635},{"className":1634},[280],[1636,1640,1645,1649,1654],{"type":75,"tag":220,"props":1637,"children":1639},{"className":1638,"style":286},[285],[],{"type":75,"tag":220,"props":1641,"children":1643},{"className":1642},[291],[1644],{"type":80,"value":248},{"type":75,"tag":220,"props":1646,"children":1648},{"className":1647,"style":605},[604],[],{"type":75,"tag":220,"props":1650,"children":1652},{"className":1651},[610],[1653],{"type":80,"value":550},{"type":75,"tag":220,"props":1655,"children":1657},{"className":1656,"style":605},[604],[],{"type":75,"tag":220,"props":1659,"children":1661},{"className":1660},[280],[1662,1667],{"type":75,"tag":220,"props":1663,"children":1666},{"className":1664,"style":1665},[285],"height:0.8056em;vertical-align:-0.0556em;",[],{"type":75,"tag":220,"props":1668,"children":1670},{"className":1669},[291],[1671],{"type":80,"value":1672},"60%",{"type":75,"tag":82,"props":1674,"children":1675},{},[1676],{"type":75,"tag":86,"props":1677,"children":1678},{},[1679],{"type":80,"value":1680},"Positive American odds (underdogs):",{"type":75,"tag":220,"props":1682,"children":1684},{"className":1683},[223],[1685,1741],{"type":75,"tag":220,"props":1686,"children":1688},{"className":1687},[228],[1689],{"type":75,"tag":231,"props":1690,"children":1691},{"xmlns":233},[1692],{"type":75,"tag":236,"props":1693,"children":1694},{},[1695,1736],{"type":75,"tag":240,"props":1696,"children":1697},{},[1698,1702,1706,1728,1732],{"type":75,"tag":540,"props":1699,"children":1700},{},[1701],{"type":80,"value":544},{"type":75,"tag":546,"props":1703,"children":1704},{},[1705],{"type":80,"value":550},{"type":75,"tag":552,"props":1707,"children":1708},{},[1709,1713],{"type":75,"tag":244,"props":1710,"children":1711},{},[1712],{"type":80,"value":248},{"type":75,"tag":240,"props":1714,"children":1715},{},[1716,1720,1724],{"type":75,"tag":540,"props":1717,"children":1718},{},[1719],{"type":80,"value":971},{"type":75,"tag":546,"props":1721,"children":1722},{},[1723],{"type":80,"value":995},{"type":75,"tag":244,"props":1725,"children":1726},{},[1727],{"type":80,"value":248},{"type":75,"tag":546,"props":1729,"children":1730},{},[1731],{"type":80,"value":569},{"type":75,"tag":244,"props":1733,"children":1734},{},[1735],{"type":80,"value":248},{"type":75,"tag":265,"props":1737,"children":1738},{"encoding":267},[1739],{"type":80,"value":1740},"\\text{Implied Probability} = \\frac{100}{\\text{American Odds} + 100} \\times 100\n",{"type":75,"tag":220,"props":1742,"children":1744},{"className":1743,"ariaHidden":275},[274],[1745,1775,1905],{"type":75,"tag":220,"props":1746,"children":1748},{"className":1747},[280],[1749,1753,1762,1766,1771],{"type":75,"tag":220,"props":1750,"children":1752},{"className":1751,"style":590},[285],[],{"type":75,"tag":220,"props":1754,"children":1756},{"className":1755},[291,80],[1757],{"type":75,"tag":220,"props":1758,"children":1760},{"className":1759},[291],[1761],{"type":80,"value":544},{"type":75,"tag":220,"props":1763,"children":1765},{"className":1764,"style":605},[604],[],{"type":75,"tag":220,"props":1767,"children":1769},{"className":1768},[610],[1770],{"type":80,"value":550},{"type":75,"tag":220,"props":1772,"children":1774},{"className":1773,"style":605},[604],[],{"type":75,"tag":220,"props":1776,"children":1778},{"className":1777},[280],[1779,1783,1892,1896,1901],{"type":75,"tag":220,"props":1780,"children":1782},{"className":1781,"style":1369},[285],[],{"type":75,"tag":220,"props":1784,"children":1786},{"className":1785},[291],[1787,1791,1888],{"type":75,"tag":220,"props":1788,"children":1790},{"className":1789},[633,634],[],{"type":75,"tag":220,"props":1792,"children":1794},{"className":1793},[552],[1795],{"type":75,"tag":220,"props":1796,"children":1798},{"className":1797},[643,644],[1799,1877],{"type":75,"tag":220,"props":1800,"children":1802},{"className":1801},[649],[1803,1872],{"type":75,"tag":220,"props":1804,"children":1806},{"className":1805,"style":655},[654],[1807,1841,1852],{"type":75,"tag":220,"props":1808,"children":1809},{"style":659},[1810,1814],{"type":75,"tag":220,"props":1811,"children":1813},{"className":1812,"style":665},[664],[],{"type":75,"tag":220,"props":1815,"children":1817},{"className":1816},[670,671,672,673],[1818],{"type":75,"tag":220,"props":1819,"children":1821},{"className":1820},[291,673],[1822,1831,1836],{"type":75,"tag":220,"props":1823,"children":1825},{"className":1824},[291,80,673],[1826],{"type":75,"tag":220,"props":1827,"children":1829},{"className":1828},[291,673],[1830],{"type":80,"value":971},{"type":75,"tag":220,"props":1832,"children":1834},{"className":1833},[755,673],[1835],{"type":80,"value":995},{"type":75,"tag":220,"props":1837,"children":1839},{"className":1838},[291,673],[1840],{"type":80,"value":248},{"type":75,"tag":220,"props":1842,"children":1843},{"style":690},[1844,1848],{"type":75,"tag":220,"props":1845,"children":1847},{"className":1846,"style":665},[664],[],{"type":75,"tag":220,"props":1849,"children":1851},{"className":1850,"style":700},[699],[],{"type":75,"tag":220,"props":1853,"children":1854},{"style":704},[1855,1859],{"type":75,"tag":220,"props":1856,"children":1858},{"className":1857,"style":665},[664],[],{"type":75,"tag":220,"props":1860,"children":1862},{"className":1861},[670,671,672,673],[1863],{"type":75,"tag":220,"props":1864,"children":1866},{"className":1865},[291,673],[1867],{"type":75,"tag":220,"props":1868,"children":1870},{"className":1869},[291,673],[1871],{"type":80,"value":248},{"type":75,"tag":220,"props":1873,"children":1875},{"className":1874},[726],[1876],{"type":80,"value":729},{"type":75,"tag":220,"props":1878,"children":1880},{"className":1879},[649],[1881],{"type":75,"tag":220,"props":1882,"children":1884},{"className":1883,"style":1468},[654],[1885],{"type":75,"tag":220,"props":1886,"children":1887},{},[],{"type":75,"tag":220,"props":1889,"children":1891},{"className":1890},[745,634],[],{"type":75,"tag":220,"props":1893,"children":1895},{"className":1894,"style":750},[604],[],{"type":75,"tag":220,"props":1897,"children":1899},{"className":1898},[755],[1900],{"type":80,"value":569},{"type":75,"tag":220,"props":1902,"children":1904},{"className":1903,"style":750},[604],[],{"type":75,"tag":220,"props":1906,"children":1908},{"className":1907},[280],[1909,1913],{"type":75,"tag":220,"props":1910,"children":1912},{"className":1911,"style":286},[285],[],{"type":75,"tag":220,"props":1914,"children":1916},{"className":1915},[291],[1917],{"type":80,"value":248},{"type":75,"tag":82,"props":1919,"children":1920},{},[1921,1925],{"type":75,"tag":86,"props":1922,"children":1923},{},[1924],{"type":80,"value":208},{"type":80,"value":1926}," +200 odds",{"type":75,"tag":220,"props":1928,"children":1930},{"className":1929},[223],[1931,2024],{"type":75,"tag":220,"props":1932,"children":1934},{"className":1933},[228],[1935],{"type":75,"tag":231,"props":1936,"children":1937},{"xmlns":233},[1938],{"type":75,"tag":236,"props":1939,"children":1940},{},[1941,2019],{"type":75,"tag":240,"props":1942,"children":1943},{},[1944,1948,1952,1975,1979,1983,1987,1998,2002,2006,2010,2015],{"type":75,"tag":540,"props":1945,"children":1946},{},[1947],{"type":80,"value":1248},{"type":75,"tag":546,"props":1949,"children":1950},{},[1951],{"type":80,"value":550},{"type":75,"tag":552,"props":1953,"children":1954},{},[1955,1959],{"type":75,"tag":244,"props":1956,"children":1957},{},[1958],{"type":80,"value":248},{"type":75,"tag":240,"props":1960,"children":1961},{},[1962,1967,1971],{"type":75,"tag":244,"props":1963,"children":1964},{},[1965],{"type":80,"value":1966},"200",{"type":75,"tag":546,"props":1968,"children":1969},{},[1970],{"type":80,"value":995},{"type":75,"tag":244,"props":1972,"children":1973},{},[1974],{"type":80,"value":248},{"type":75,"tag":546,"props":1976,"children":1977},{},[1978],{"type":80,"value":569},{"type":75,"tag":244,"props":1980,"children":1981},{},[1982],{"type":80,"value":248},{"type":75,"tag":546,"props":1984,"children":1985},{},[1986],{"type":80,"value":550},{"type":75,"tag":552,"props":1988,"children":1989},{},[1990,1994],{"type":75,"tag":244,"props":1991,"children":1992},{},[1993],{"type":80,"value":248},{"type":75,"tag":244,"props":1995,"children":1996},{},[1997],{"type":80,"value":355},{"type":75,"tag":546,"props":1999,"children":2000},{},[2001],{"type":80,"value":569},{"type":75,"tag":244,"props":2003,"children":2004},{},[2005],{"type":80,"value":248},{"type":75,"tag":546,"props":2007,"children":2008},{},[2009],{"type":80,"value":550},{"type":75,"tag":244,"props":2011,"children":2012},{},[2013],{"type":80,"value":2014},"33.3",{"type":75,"tag":250,"props":2016,"children":2017},{"mathvariant":963},[2018],{"type":80,"value":1321},{"type":75,"tag":265,"props":2020,"children":2021},{"encoding":267},[2022],{"type":80,"value":2023},"\\text{IP} = \\frac{100}{200 + 100} \\times 100 = \\frac{100}{300} \\times 100 = 33.3\\%\n",{"type":75,"tag":220,"props":2025,"children":2027},{"className":2026,"ariaHidden":275},[274],[2028,2058,2184,2210,2326,2352],{"type":75,"tag":220,"props":2029,"children":2031},{"className":2030},[280],[2032,2036,2045,2049,2054],{"type":75,"tag":220,"props":2033,"children":2035},{"className":2034,"style":1338},[285],[],{"type":75,"tag":220,"props":2037,"children":2039},{"className":2038},[291,80],[2040],{"type":75,"tag":220,"props":2041,"children":2043},{"className":2042},[291],[2044],{"type":80,"value":1248},{"type":75,"tag":220,"props":2046,"children":2048},{"className":2047,"style":605},[604],[],{"type":75,"tag":220,"props":2050,"children":2052},{"className":2051},[610],[2053],{"type":80,"value":550},{"type":75,"tag":220,"props":2055,"children":2057},{"className":2056,"style":605},[604],[],{"type":75,"tag":220,"props":2059,"children":2061},{"className":2060},[280],[2062,2066,2171,2175,2180],{"type":75,"tag":220,"props":2063,"children":2065},{"className":2064,"style":1369},[285],[],{"type":75,"tag":220,"props":2067,"children":2069},{"className":2068},[291],[2070,2074,2167],{"type":75,"tag":220,"props":2071,"children":2073},{"className":2072},[633,634],[],{"type":75,"tag":220,"props":2075,"children":2077},{"className":2076},[552],[2078],{"type":75,"tag":220,"props":2079,"children":2081},{"className":2080},[643,644],[2082,2156],{"type":75,"tag":220,"props":2083,"children":2085},{"className":2084},[649],[2086,2151],{"type":75,"tag":220,"props":2087,"children":2089},{"className":2088,"style":655},[654],[2090,2120,2131],{"type":75,"tag":220,"props":2091,"children":2092},{"style":659},[2093,2097],{"type":75,"tag":220,"props":2094,"children":2096},{"className":2095,"style":665},[664],[],{"type":75,"tag":220,"props":2098,"children":2100},{"className":2099},[670,671,672,673],[2101],{"type":75,"tag":220,"props":2102,"children":2104},{"className":2103},[291,673],[2105,2110,2115],{"type":75,"tag":220,"props":2106,"children":2108},{"className":2107},[291,673],[2109],{"type":80,"value":1966},{"type":75,"tag":220,"props":2111,"children":2113},{"className":2112},[755,673],[2114],{"type":80,"value":995},{"type":75,"tag":220,"props":2116,"children":2118},{"className":2117},[291,673],[2119],{"type":80,"value":248},{"type":75,"tag":220,"props":2121,"children":2122},{"style":690},[2123,2127],{"type":75,"tag":220,"props":2124,"children":2126},{"className":2125,"style":665},[664],[],{"type":75,"tag":220,"props":2128,"children":2130},{"className":2129,"style":700},[699],[],{"type":75,"tag":220,"props":2132,"children":2133},{"style":704},[2134,2138],{"type":75,"tag":220,"props":2135,"children":2137},{"className":2136,"style":665},[664],[],{"type":75,"tag":220,"props":2139,"children":2141},{"className":2140},[670,671,672,673],[2142],{"type":75,"tag":220,"props":2143,"children":2145},{"className":2144},[291,673],[2146],{"type":75,"tag":220,"props":2147,"children":2149},{"className":2148},[291,673],[2150],{"type":80,"value":248},{"type":75,"tag":220,"props":2152,"children":2154},{"className":2153},[726],[2155],{"type":80,"value":729},{"type":75,"tag":220,"props":2157,"children":2159},{"className":2158},[649],[2160],{"type":75,"tag":220,"props":2161,"children":2163},{"className":2162,"style":1468},[654],[2164],{"type":75,"tag":220,"props":2165,"children":2166},{},[],{"type":75,"tag":220,"props":2168,"children":2170},{"className":2169},[745,634],[],{"type":75,"tag":220,"props":2172,"children":2174},{"className":2173,"style":750},[604],[],{"type":75,"tag":220,"props":2176,"children":2178},{"className":2177},[755],[2179],{"type":80,"value":569},{"type":75,"tag":220,"props":2181,"children":2183},{"className":2182,"style":750},[604],[],{"type":75,"tag":220,"props":2185,"children":2187},{"className":2186},[280],[2188,2192,2197,2201,2206],{"type":75,"tag":220,"props":2189,"children":2191},{"className":2190,"style":286},[285],[],{"type":75,"tag":220,"props":2193,"children":2195},{"className":2194},[291],[2196],{"type":80,"value":248},{"type":75,"tag":220,"props":2198,"children":2200},{"className":2199,"style":605},[604],[],{"type":75,"tag":220,"props":2202,"children":2204},{"className":2203},[610],[2205],{"type":80,"value":550},{"type":75,"tag":220,"props":2207,"children":2209},{"className":2208,"style":605},[604],[],{"type":75,"tag":220,"props":2211,"children":2213},{"className":2212},[280],[2214,2218,2313,2317,2322],{"type":75,"tag":220,"props":2215,"children":2217},{"className":2216,"style":624},[285],[],{"type":75,"tag":220,"props":2219,"children":2221},{"className":2220},[291],[2222,2226,2309],{"type":75,"tag":220,"props":2223,"children":2225},{"className":2224},[633,634],[],{"type":75,"tag":220,"props":2227,"children":2229},{"className":2228},[552],[2230],{"type":75,"tag":220,"props":2231,"children":2233},{"className":2232},[643,644],[2234,2298],{"type":75,"tag":220,"props":2235,"children":2237},{"className":2236},[649],[2238,2293],{"type":75,"tag":220,"props":2239,"children":2241},{"className":2240,"style":655},[654],[2242,2262,2273],{"type":75,"tag":220,"props":2243,"children":2244},{"style":659},[2245,2249],{"type":75,"tag":220,"props":2246,"children":2248},{"className":2247,"style":665},[664],[],{"type":75,"tag":220,"props":2250,"children":2252},{"className":2251},[670,671,672,673],[2253],{"type":75,"tag":220,"props":2254,"children":2256},{"className":2255},[291,673],[2257],{"type":75,"tag":220,"props":2258,"children":2260},{"className":2259},[291,673],[2261],{"type":80,"value":355},{"type":75,"tag":220,"props":2263,"children":2264},{"style":690},[2265,2269],{"type":75,"tag":220,"props":2266,"children":2268},{"className":2267,"style":665},[664],[],{"type":75,"tag":220,"props":2270,"children":2272},{"className":2271,"style":700},[699],[],{"type":75,"tag":220,"props":2274,"children":2275},{"style":704},[2276,2280],{"type":75,"tag":220,"props":2277,"children":2279},{"className":2278,"style":665},[664],[],{"type":75,"tag":220,"props":2281,"children":2283},{"className":2282},[670,671,672,673],[2284],{"type":75,"tag":220,"props":2285,"children":2287},{"className":2286},[291,673],[2288],{"type":75,"tag":220,"props":2289,"children":2291},{"className":2290},[291,673],[2292],{"type":80,"value":248},{"type":75,"tag":220,"props":2294,"children":2296},{"className":2295},[726],[2297],{"type":80,"value":729},{"type":75,"tag":220,"props":2299,"children":2301},{"className":2300},[649],[2302],{"type":75,"tag":220,"props":2303,"children":2305},{"className":2304,"style":737},[654],[2306],{"type":75,"tag":220,"props":2307,"children":2308},{},[],{"type":75,"tag":220,"props":2310,"children":2312},{"className":2311},[745,634],[],{"type":75,"tag":220,"props":2314,"children":2316},{"className":2315,"style":750},[604],[],{"type":75,"tag":220,"props":2318,"children":2320},{"className":2319},[755],[2321],{"type":80,"value":569},{"type":75,"tag":220,"props":2323,"children":2325},{"className":2324,"style":750},[604],[],{"type":75,"tag":220,"props":2327,"children":2329},{"className":2328},[280],[2330,2334,2339,2343,2348],{"type":75,"tag":220,"props":2331,"children":2333},{"className":2332,"style":286},[285],[],{"type":75,"tag":220,"props":2335,"children":2337},{"className":2336},[291],[2338],{"type":80,"value":248},{"type":75,"tag":220,"props":2340,"children":2342},{"className":2341,"style":605},[604],[],{"type":75,"tag":220,"props":2344,"children":2346},{"className":2345},[610],[2347],{"type":80,"value":550},{"type":75,"tag":220,"props":2349,"children":2351},{"className":2350,"style":605},[604],[],{"type":75,"tag":220,"props":2353,"children":2355},{"className":2354},[280],[2356,2360],{"type":75,"tag":220,"props":2357,"children":2359},{"className":2358,"style":1665},[285],[],{"type":75,"tag":220,"props":2361,"children":2363},{"className":2362},[291],[2364],{"type":80,"value":879},{"type":75,"tag":185,"props":2366,"children":2368},{"id":2367},"fractional-odds-to-implied-probability",[2369],{"type":80,"value":2370},"Fractional Odds to Implied Probability",{"type":75,"tag":220,"props":2372,"children":2374},{"className":2373},[223],[2375,2433],{"type":75,"tag":220,"props":2376,"children":2378},{"className":2377},[228],[2379],{"type":75,"tag":231,"props":2380,"children":2381},{"xmlns":233},[2382],{"type":75,"tag":236,"props":2383,"children":2384},{},[2385,2428],{"type":75,"tag":240,"props":2386,"children":2387},{},[2388,2392,2396,2420,2424],{"type":75,"tag":540,"props":2389,"children":2390},{},[2391],{"type":80,"value":544},{"type":75,"tag":546,"props":2393,"children":2394},{},[2395],{"type":80,"value":550},{"type":75,"tag":552,"props":2397,"children":2398},{},[2399,2404],{"type":75,"tag":540,"props":2400,"children":2401},{},[2402],{"type":80,"value":2403},"Denominator",{"type":75,"tag":240,"props":2405,"children":2406},{},[2407,2412,2416],{"type":75,"tag":540,"props":2408,"children":2409},{},[2410],{"type":80,"value":2411},"Numerator",{"type":75,"tag":546,"props":2413,"children":2414},{},[2415],{"type":80,"value":995},{"type":75,"tag":540,"props":2417,"children":2418},{},[2419],{"type":80,"value":2403},{"type":75,"tag":546,"props":2421,"children":2422},{},[2423],{"type":80,"value":569},{"type":75,"tag":244,"props":2425,"children":2426},{},[2427],{"type":80,"value":248},{"type":75,"tag":265,"props":2429,"children":2430},{"encoding":267},[2431],{"type":80,"value":2432},"\\text{Implied Probability} = \\frac{\\text{Denominator}}{\\text{Numerator} + \\text{Denominator}} \\times 100\n",{"type":75,"tag":220,"props":2434,"children":2436},{"className":2435,"ariaHidden":275},[274],[2437,2467,2607],{"type":75,"tag":220,"props":2438,"children":2440},{"className":2439},[280],[2441,2445,2454,2458,2463],{"type":75,"tag":220,"props":2442,"children":2444},{"className":2443,"style":590},[285],[],{"type":75,"tag":220,"props":2446,"children":2448},{"className":2447},[291,80],[2449],{"type":75,"tag":220,"props":2450,"children":2452},{"className":2451},[291],[2453],{"type":80,"value":544},{"type":75,"tag":220,"props":2455,"children":2457},{"className":2456,"style":605},[604],[],{"type":75,"tag":220,"props":2459,"children":2461},{"className":2460},[610],[2462],{"type":80,"value":550},{"type":75,"tag":220,"props":2464,"children":2466},{"className":2465,"style":605},[604],[],{"type":75,"tag":220,"props":2468,"children":2470},{"className":2469},[280],[2471,2476,2594,2598,2603],{"type":75,"tag":220,"props":2472,"children":2475},{"className":2473,"style":2474},[285],"height:1.2757em;vertical-align:-0.4033em;",[],{"type":75,"tag":220,"props":2477,"children":2479},{"className":2478},[291],[2480,2484,2590],{"type":75,"tag":220,"props":2481,"children":2483},{"className":2482},[633,634],[],{"type":75,"tag":220,"props":2485,"children":2487},{"className":2486},[552],[2488],{"type":75,"tag":220,"props":2489,"children":2491},{"className":2490},[643,644],[2492,2579],{"type":75,"tag":220,"props":2493,"children":2495},{"className":2494},[649],[2496,2574],{"type":75,"tag":220,"props":2497,"children":2500},{"className":2498,"style":2499},[654],"height:0.8723em;",[2501,2539,2550],{"type":75,"tag":220,"props":2502,"children":2503},{"style":659},[2504,2508],{"type":75,"tag":220,"props":2505,"children":2507},{"className":2506,"style":665},[664],[],{"type":75,"tag":220,"props":2509,"children":2511},{"className":2510},[670,671,672,673],[2512],{"type":75,"tag":220,"props":2513,"children":2515},{"className":2514},[291,673],[2516,2525,2530],{"type":75,"tag":220,"props":2517,"children":2519},{"className":2518},[291,80,673],[2520],{"type":75,"tag":220,"props":2521,"children":2523},{"className":2522},[291,673],[2524],{"type":80,"value":2411},{"type":75,"tag":220,"props":2526,"children":2528},{"className":2527},[755,673],[2529],{"type":80,"value":995},{"type":75,"tag":220,"props":2531,"children":2533},{"className":2532},[291,80,673],[2534],{"type":75,"tag":220,"props":2535,"children":2537},{"className":2536},[291,673],[2538],{"type":80,"value":2403},{"type":75,"tag":220,"props":2540,"children":2541},{"style":690},[2542,2546],{"type":75,"tag":220,"props":2543,"children":2545},{"className":2544,"style":665},[664],[],{"type":75,"tag":220,"props":2547,"children":2549},{"className":2548,"style":700},[699],[],{"type":75,"tag":220,"props":2551,"children":2552},{"style":704},[2553,2557],{"type":75,"tag":220,"props":2554,"children":2556},{"className":2555,"style":665},[664],[],{"type":75,"tag":220,"props":2558,"children":2560},{"className":2559},[670,671,672,673],[2561],{"type":75,"tag":220,"props":2562,"children":2564},{"className":2563},[291,673],[2565],{"type":75,"tag":220,"props":2566,"children":2568},{"className":2567},[291,80,673],[2569],{"type":75,"tag":220,"props":2570,"children":2572},{"className":2571},[291,673],[2573],{"type":80,"value":2403},{"type":75,"tag":220,"props":2575,"children":2577},{"className":2576},[726],[2578],{"type":80,"value":729},{"type":75,"tag":220,"props":2580,"children":2582},{"className":2581},[649],[2583],{"type":75,"tag":220,"props":2584,"children":2586},{"className":2585,"style":1468},[654],[2587],{"type":75,"tag":220,"props":2588,"children":2589},{},[],{"type":75,"tag":220,"props":2591,"children":2593},{"className":2592},[745,634],[],{"type":75,"tag":220,"props":2595,"children":2597},{"className":2596,"style":750},[604],[],{"type":75,"tag":220,"props":2599,"children":2601},{"className":2600},[755],[2602],{"type":80,"value":569},{"type":75,"tag":220,"props":2604,"children":2606},{"className":2605,"style":750},[604],[],{"type":75,"tag":220,"props":2608,"children":2610},{"className":2609},[280],[2611,2615],{"type":75,"tag":220,"props":2612,"children":2614},{"className":2613,"style":286},[285],[],{"type":75,"tag":220,"props":2616,"children":2618},{"className":2617},[291],[2619],{"type":80,"value":248},{"type":75,"tag":82,"props":2621,"children":2622},{},[2623,2627],{"type":75,"tag":86,"props":2624,"children":2625},{},[2626],{"type":80,"value":208},{"type":80,"value":2628}," 3\u002F1 odds",{"type":75,"tag":220,"props":2630,"children":2632},{"className":2631},[223],[2633,2727],{"type":75,"tag":220,"props":2634,"children":2636},{"className":2635},[228],[2637],{"type":75,"tag":231,"props":2638,"children":2639},{"xmlns":233},[2640],{"type":75,"tag":236,"props":2641,"children":2642},{},[2643,2722],{"type":75,"tag":240,"props":2644,"children":2645},{},[2646,2650,2654,2677,2681,2685,2689,2701,2705,2709,2713,2718],{"type":75,"tag":540,"props":2647,"children":2648},{},[2649],{"type":80,"value":1248},{"type":75,"tag":546,"props":2651,"children":2652},{},[2653],{"type":80,"value":550},{"type":75,"tag":552,"props":2655,"children":2656},{},[2657,2661],{"type":75,"tag":244,"props":2658,"children":2659},{},[2660],{"type":80,"value":559},{"type":75,"tag":240,"props":2662,"children":2663},{},[2664,2669,2673],{"type":75,"tag":244,"props":2665,"children":2666},{},[2667],{"type":80,"value":2668},"3",{"type":75,"tag":546,"props":2670,"children":2671},{},[2672],{"type":80,"value":995},{"type":75,"tag":244,"props":2674,"children":2675},{},[2676],{"type":80,"value":559},{"type":75,"tag":546,"props":2678,"children":2679},{},[2680],{"type":80,"value":569},{"type":75,"tag":244,"props":2682,"children":2683},{},[2684],{"type":80,"value":248},{"type":75,"tag":546,"props":2686,"children":2687},{},[2688],{"type":80,"value":550},{"type":75,"tag":552,"props":2690,"children":2691},{},[2692,2696],{"type":75,"tag":244,"props":2693,"children":2694},{},[2695],{"type":80,"value":559},{"type":75,"tag":244,"props":2697,"children":2698},{},[2699],{"type":80,"value":2700},"4",{"type":75,"tag":546,"props":2702,"children":2703},{},[2704],{"type":80,"value":569},{"type":75,"tag":244,"props":2706,"children":2707},{},[2708],{"type":80,"value":248},{"type":75,"tag":546,"props":2710,"children":2711},{},[2712],{"type":80,"value":550},{"type":75,"tag":244,"props":2714,"children":2715},{},[2716],{"type":80,"value":2717},"25",{"type":75,"tag":250,"props":2719,"children":2720},{"mathvariant":963},[2721],{"type":80,"value":1321},{"type":75,"tag":265,"props":2723,"children":2724},{"encoding":267},[2725],{"type":80,"value":2726},"\\text{IP} = \\frac{1}{3 + 1} \\times 100 = \\frac{1}{4} \\times 100 = 25\\%\n",{"type":75,"tag":220,"props":2728,"children":2730},{"className":2729,"ariaHidden":275},[274],[2731,2761,2887,2913,3029,3055],{"type":75,"tag":220,"props":2732,"children":2734},{"className":2733},[280],[2735,2739,2748,2752,2757],{"type":75,"tag":220,"props":2736,"children":2738},{"className":2737,"style":1338},[285],[],{"type":75,"tag":220,"props":2740,"children":2742},{"className":2741},[291,80],[2743],{"type":75,"tag":220,"props":2744,"children":2746},{"className":2745},[291],[2747],{"type":80,"value":1248},{"type":75,"tag":220,"props":2749,"children":2751},{"className":2750,"style":605},[604],[],{"type":75,"tag":220,"props":2753,"children":2755},{"className":2754},[610],[2756],{"type":80,"value":550},{"type":75,"tag":220,"props":2758,"children":2760},{"className":2759,"style":605},[604],[],{"type":75,"tag":220,"props":2762,"children":2764},{"className":2763},[280],[2765,2769,2874,2878,2883],{"type":75,"tag":220,"props":2766,"children":2768},{"className":2767,"style":1369},[285],[],{"type":75,"tag":220,"props":2770,"children":2772},{"className":2771},[291],[2773,2777,2870],{"type":75,"tag":220,"props":2774,"children":2776},{"className":2775},[633,634],[],{"type":75,"tag":220,"props":2778,"children":2780},{"className":2779},[552],[2781],{"type":75,"tag":220,"props":2782,"children":2784},{"className":2783},[643,644],[2785,2859],{"type":75,"tag":220,"props":2786,"children":2788},{"className":2787},[649],[2789,2854],{"type":75,"tag":220,"props":2790,"children":2792},{"className":2791,"style":655},[654],[2793,2823,2834],{"type":75,"tag":220,"props":2794,"children":2795},{"style":659},[2796,2800],{"type":75,"tag":220,"props":2797,"children":2799},{"className":2798,"style":665},[664],[],{"type":75,"tag":220,"props":2801,"children":2803},{"className":2802},[670,671,672,673],[2804],{"type":75,"tag":220,"props":2805,"children":2807},{"className":2806},[291,673],[2808,2813,2818],{"type":75,"tag":220,"props":2809,"children":2811},{"className":2810},[291,673],[2812],{"type":80,"value":2668},{"type":75,"tag":220,"props":2814,"children":2816},{"className":2815},[755,673],[2817],{"type":80,"value":995},{"type":75,"tag":220,"props":2819,"children":2821},{"className":2820},[291,673],[2822],{"type":80,"value":559},{"type":75,"tag":220,"props":2824,"children":2825},{"style":690},[2826,2830],{"type":75,"tag":220,"props":2827,"children":2829},{"className":2828,"style":665},[664],[],{"type":75,"tag":220,"props":2831,"children":2833},{"className":2832,"style":700},[699],[],{"type":75,"tag":220,"props":2835,"children":2836},{"style":704},[2837,2841],{"type":75,"tag":220,"props":2838,"children":2840},{"className":2839,"style":665},[664],[],{"type":75,"tag":220,"props":2842,"children":2844},{"className":2843},[670,671,672,673],[2845],{"type":75,"tag":220,"props":2846,"children":2848},{"className":2847},[291,673],[2849],{"type":75,"tag":220,"props":2850,"children":2852},{"className":2851},[291,673],[2853],{"type":80,"value":559},{"type":75,"tag":220,"props":2855,"children":2857},{"className":2856},[726],[2858],{"type":80,"value":729},{"type":75,"tag":220,"props":2860,"children":2862},{"className":2861},[649],[2863],{"type":75,"tag":220,"props":2864,"children":2866},{"className":2865,"style":1468},[654],[2867],{"type":75,"tag":220,"props":2868,"children":2869},{},[],{"type":75,"tag":220,"props":2871,"children":2873},{"className":2872},[745,634],[],{"type":75,"tag":220,"props":2875,"children":2877},{"className":2876,"style":750},[604],[],{"type":75,"tag":220,"props":2879,"children":2881},{"className":2880},[755],[2882],{"type":80,"value":569},{"type":75,"tag":220,"props":2884,"children":2886},{"className":2885,"style":750},[604],[],{"type":75,"tag":220,"props":2888,"children":2890},{"className":2889},[280],[2891,2895,2900,2904,2909],{"type":75,"tag":220,"props":2892,"children":2894},{"className":2893,"style":286},[285],[],{"type":75,"tag":220,"props":2896,"children":2898},{"className":2897},[291],[2899],{"type":80,"value":248},{"type":75,"tag":220,"props":2901,"children":2903},{"className":2902,"style":605},[604],[],{"type":75,"tag":220,"props":2905,"children":2907},{"className":2906},[610],[2908],{"type":80,"value":550},{"type":75,"tag":220,"props":2910,"children":2912},{"className":2911,"style":605},[604],[],{"type":75,"tag":220,"props":2914,"children":2916},{"className":2915},[280],[2917,2921,3016,3020,3025],{"type":75,"tag":220,"props":2918,"children":2920},{"className":2919,"style":624},[285],[],{"type":75,"tag":220,"props":2922,"children":2924},{"className":2923},[291],[2925,2929,3012],{"type":75,"tag":220,"props":2926,"children":2928},{"className":2927},[633,634],[],{"type":75,"tag":220,"props":2930,"children":2932},{"className":2931},[552],[2933],{"type":75,"tag":220,"props":2934,"children":2936},{"className":2935},[643,644],[2937,3001],{"type":75,"tag":220,"props":2938,"children":2940},{"className":2939},[649],[2941,2996],{"type":75,"tag":220,"props":2942,"children":2944},{"className":2943,"style":655},[654],[2945,2965,2976],{"type":75,"tag":220,"props":2946,"children":2947},{"style":659},[2948,2952],{"type":75,"tag":220,"props":2949,"children":2951},{"className":2950,"style":665},[664],[],{"type":75,"tag":220,"props":2953,"children":2955},{"className":2954},[670,671,672,673],[2956],{"type":75,"tag":220,"props":2957,"children":2959},{"className":2958},[291,673],[2960],{"type":75,"tag":220,"props":2961,"children":2963},{"className":2962},[291,673],[2964],{"type":80,"value":2700},{"type":75,"tag":220,"props":2966,"children":2967},{"style":690},[2968,2972],{"type":75,"tag":220,"props":2969,"children":2971},{"className":2970,"style":665},[664],[],{"type":75,"tag":220,"props":2973,"children":2975},{"className":2974,"style":700},[699],[],{"type":75,"tag":220,"props":2977,"children":2978},{"style":704},[2979,2983],{"type":75,"tag":220,"props":2980,"children":2982},{"className":2981,"style":665},[664],[],{"type":75,"tag":220,"props":2984,"children":2986},{"className":2985},[670,671,672,673],[2987],{"type":75,"tag":220,"props":2988,"children":2990},{"className":2989},[291,673],[2991],{"type":75,"tag":220,"props":2992,"children":2994},{"className":2993},[291,673],[2995],{"type":80,"value":559},{"type":75,"tag":220,"props":2997,"children":2999},{"className":2998},[726],[3000],{"type":80,"value":729},{"type":75,"tag":220,"props":3002,"children":3004},{"className":3003},[649],[3005],{"type":75,"tag":220,"props":3006,"children":3008},{"className":3007,"style":737},[654],[3009],{"type":75,"tag":220,"props":3010,"children":3011},{},[],{"type":75,"tag":220,"props":3013,"children":3015},{"className":3014},[745,634],[],{"type":75,"tag":220,"props":3017,"children":3019},{"className":3018,"style":750},[604],[],{"type":75,"tag":220,"props":3021,"children":3023},{"className":3022},[755],[3024],{"type":80,"value":569},{"type":75,"tag":220,"props":3026,"children":3028},{"className":3027,"style":750},[604],[],{"type":75,"tag":220,"props":3030,"children":3032},{"className":3031},[280],[3033,3037,3042,3046,3051],{"type":75,"tag":220,"props":3034,"children":3036},{"className":3035,"style":286},[285],[],{"type":75,"tag":220,"props":3038,"children":3040},{"className":3039},[291],[3041],{"type":80,"value":248},{"type":75,"tag":220,"props":3043,"children":3045},{"className":3044,"style":605},[604],[],{"type":75,"tag":220,"props":3047,"children":3049},{"className":3048},[610],[3050],{"type":80,"value":550},{"type":75,"tag":220,"props":3052,"children":3054},{"className":3053,"style":605},[604],[],{"type":75,"tag":220,"props":3056,"children":3058},{"className":3057},[280],[3059,3063],{"type":75,"tag":220,"props":3060,"children":3062},{"className":3061,"style":1665},[285],[],{"type":75,"tag":220,"props":3064,"children":3066},{"className":3065},[291],[3067],{"type":80,"value":3068},"25%",{"type":75,"tag":185,"props":3070,"children":3072},{"id":3071},"quick-reference-table",[3073],{"type":80,"value":3074},"Quick Reference Table",{"type":75,"tag":418,"props":3076,"children":3077},{},[3078,3104],{"type":75,"tag":422,"props":3079,"children":3080},{},[3081],{"type":75,"tag":48,"props":3082,"children":3083},{},[3084,3089,3094,3099],{"type":75,"tag":429,"props":3085,"children":3086},{},[3087],{"type":80,"value":3088},"Decimal",{"type":75,"tag":429,"props":3090,"children":3091},{},[3092],{"type":80,"value":3093},"American",{"type":75,"tag":429,"props":3095,"children":3096},{},[3097],{"type":80,"value":3098},"Fractional",{"type":75,"tag":429,"props":3100,"children":3101},{},[3102],{"type":80,"value":3103},"Implied Prob",{"type":75,"tag":444,"props":3105,"children":3106},{},[3107,3130,3151,3174,3197,3218,3241,3262,3283,3306,3327],{"type":75,"tag":48,"props":3108,"children":3109},{},[3110,3115,3120,3125],{"type":75,"tag":451,"props":3111,"children":3112},{},[3113],{"type":80,"value":3114},"1.25",{"type":75,"tag":451,"props":3116,"children":3117},{},[3118],{"type":80,"value":3119},"-400",{"type":75,"tag":451,"props":3121,"children":3122},{},[3123],{"type":80,"value":3124},"1\u002F4",{"type":75,"tag":451,"props":3126,"children":3127},{},[3128],{"type":80,"value":3129},"80.0%",{"type":75,"tag":48,"props":3131,"children":3132},{},[3133,3137,3142,3147],{"type":75,"tag":451,"props":3134,"children":3135},{},[3136],{"type":80,"value":815},{"type":75,"tag":451,"props":3138,"children":3139},{},[3140],{"type":80,"value":3141},"-200",{"type":75,"tag":451,"props":3143,"children":3144},{},[3145],{"type":80,"value":3146},"1\u002F2",{"type":75,"tag":451,"props":3148,"children":3149},{},[3150],{"type":80,"value":825},{"type":75,"tag":48,"props":3152,"children":3153},{},[3154,3159,3164,3169],{"type":75,"tag":451,"props":3155,"children":3156},{},[3157],{"type":80,"value":3158},"1.80",{"type":75,"tag":451,"props":3160,"children":3161},{},[3162],{"type":80,"value":3163},"-125",{"type":75,"tag":451,"props":3165,"children":3166},{},[3167],{"type":80,"value":3168},"4\u002F5",{"type":75,"tag":451,"props":3170,"children":3171},{},[3172],{"type":80,"value":3173},"55.6%",{"type":75,"tag":48,"props":3175,"children":3176},{},[3177,3182,3187,3192],{"type":75,"tag":451,"props":3178,"children":3179},{},[3180],{"type":80,"value":3181},"1.91",{"type":75,"tag":451,"props":3183,"children":3184},{},[3185],{"type":80,"value":3186},"-110",{"type":75,"tag":451,"props":3188,"children":3189},{},[3190],{"type":80,"value":3191},"10\u002F11",{"type":75,"tag":451,"props":3193,"children":3194},{},[3195],{"type":80,"value":3196},"52.4%",{"type":75,"tag":48,"props":3198,"children":3199},{},[3200,3204,3209,3214],{"type":75,"tag":451,"props":3201,"children":3202},{},[3203],{"type":80,"value":833},{"type":75,"tag":451,"props":3205,"children":3206},{},[3207],{"type":80,"value":3208},"+100",{"type":75,"tag":451,"props":3210,"children":3211},{},[3212],{"type":80,"value":3213},"1\u002F1",{"type":75,"tag":451,"props":3215,"children":3216},{},[3217],{"type":80,"value":843},{"type":75,"tag":48,"props":3219,"children":3220},{},[3221,3226,3231,3236],{"type":75,"tag":451,"props":3222,"children":3223},{},[3224],{"type":80,"value":3225},"2.10",{"type":75,"tag":451,"props":3227,"children":3228},{},[3229],{"type":80,"value":3230},"+110",{"type":75,"tag":451,"props":3232,"children":3233},{},[3234],{"type":80,"value":3235},"11\u002F10",{"type":75,"tag":451,"props":3237,"children":3238},{},[3239],{"type":80,"value":3240},"47.6%",{"type":75,"tag":48,"props":3242,"children":3243},{},[3244,3248,3253,3258],{"type":75,"tag":451,"props":3245,"children":3246},{},[3247],{"type":80,"value":851},{"type":75,"tag":451,"props":3249,"children":3250},{},[3251],{"type":80,"value":3252},"+150",{"type":75,"tag":451,"props":3254,"children":3255},{},[3256],{"type":80,"value":3257},"3\u002F2",{"type":75,"tag":451,"props":3259,"children":3260},{},[3261],{"type":80,"value":861},{"type":75,"tag":48,"props":3263,"children":3264},{},[3265,3269,3274,3279],{"type":75,"tag":451,"props":3266,"children":3267},{},[3268],{"type":80,"value":869},{"type":75,"tag":451,"props":3270,"children":3271},{},[3272],{"type":80,"value":3273},"+200",{"type":75,"tag":451,"props":3275,"children":3276},{},[3277],{"type":80,"value":3278},"2\u002F1",{"type":75,"tag":451,"props":3280,"children":3281},{},[3282],{"type":80,"value":879},{"type":75,"tag":48,"props":3284,"children":3285},{},[3286,3291,3296,3301],{"type":75,"tag":451,"props":3287,"children":3288},{},[3289],{"type":80,"value":3290},"4.00",{"type":75,"tag":451,"props":3292,"children":3293},{},[3294],{"type":80,"value":3295},"+300",{"type":75,"tag":451,"props":3297,"children":3298},{},[3299],{"type":80,"value":3300},"3\u002F1",{"type":75,"tag":451,"props":3302,"children":3303},{},[3304],{"type":80,"value":3305},"25.0%",{"type":75,"tag":48,"props":3307,"children":3308},{},[3309,3313,3318,3323],{"type":75,"tag":451,"props":3310,"children":3311},{},[3312],{"type":80,"value":887},{"type":75,"tag":451,"props":3314,"children":3315},{},[3316],{"type":80,"value":3317},"+400",{"type":75,"tag":451,"props":3319,"children":3320},{},[3321],{"type":80,"value":3322},"4\u002F1",{"type":75,"tag":451,"props":3324,"children":3325},{},[3326],{"type":80,"value":897},{"type":75,"tag":48,"props":3328,"children":3329},{},[3330,3334,3339,3344],{"type":75,"tag":451,"props":3331,"children":3332},{},[3333],{"type":80,"value":905},{"type":75,"tag":451,"props":3335,"children":3336},{},[3337],{"type":80,"value":3338},"+900",{"type":75,"tag":451,"props":3340,"children":3341},{},[3342],{"type":80,"value":3343},"9\u002F1",{"type":75,"tag":451,"props":3345,"children":3346},{},[3347],{"type":80,"value":915},{"type":75,"tag":76,"props":3349,"children":3351},{"id":3350},"the-margin-factor-margin",[3352],{"type":80,"value":3353},"The Margin Factor {#margin}",{"type":75,"tag":185,"props":3355,"children":3357},{"id":3356},"why-probabilities-exceed-100",[3358],{"type":80,"value":3359},"Why Probabilities Exceed 100%",{"type":75,"tag":82,"props":3361,"children":3362},{},[3363],{"type":80,"value":3364},"In a fair market, implied probabilities sum to 100%. In betting markets, they exceed 100%—the excess is the bookmaker's margin.",{"type":75,"tag":82,"props":3366,"children":3367},{},[3368],{"type":75,"tag":86,"props":3369,"children":3370},{},[3371],{"type":80,"value":3372},"Example: Tennis match",{"type":75,"tag":100,"props":3374,"children":3375},{},[3376,3381,3386],{"type":75,"tag":104,"props":3377,"children":3378},{},[3379],{"type":80,"value":3380},"Player A: 1.65 → 60.6% implied",{"type":75,"tag":104,"props":3382,"children":3383},{},[3384],{"type":80,"value":3385},"Player B: 2.30 → 43.5% implied",{"type":75,"tag":104,"props":3387,"children":3388},{},[3389],{"type":75,"tag":86,"props":3390,"children":3391},{},[3392],{"type":80,"value":3393},"Total: 104.1%",{"type":75,"tag":82,"props":3395,"children":3396},{},[3397],{"type":80,"value":3398},"The 4.1% is the margin (overround).",{"type":75,"tag":185,"props":3400,"children":3402},{"id":3401},"calculating-margin",[3403],{"type":80,"value":3404},"Calculating Margin",{"type":75,"tag":220,"props":3406,"children":3408},{"className":3407},[223],[3409,3483],{"type":75,"tag":220,"props":3410,"children":3412},{"className":3411},[228],[3413],{"type":75,"tag":231,"props":3414,"children":3415},{"xmlns":233},[3416],{"type":75,"tag":236,"props":3417,"children":3418},{},[3419,3478],{"type":75,"tag":240,"props":3420,"children":3421},{},[3422,3426,3430,3469,3474],{"type":75,"tag":540,"props":3423,"children":3424},{},[3425],{"type":80,"value":64},{"type":75,"tag":546,"props":3427,"children":3428},{},[3429],{"type":80,"value":550},{"type":75,"tag":240,"props":3431,"children":3432},{},[3433,3438,3443,3464],{"type":75,"tag":546,"props":3434,"children":3435},{"fence":275},[3436],{"type":80,"value":3437},"(",{"type":75,"tag":546,"props":3439,"children":3440},{},[3441],{"type":80,"value":3442},"∑",{"type":75,"tag":552,"props":3444,"children":3445},{},[3446,3450],{"type":75,"tag":244,"props":3447,"children":3448},{},[3449],{"type":80,"value":559},{"type":75,"tag":3451,"props":3452,"children":3453},"msub",{},[3454,3459],{"type":75,"tag":540,"props":3455,"children":3456},{},[3457],{"type":80,"value":3458},"Odds",{"type":75,"tag":250,"props":3460,"children":3461},{},[3462],{"type":80,"value":3463},"i",{"type":75,"tag":546,"props":3465,"children":3466},{"fence":275},[3467],{"type":80,"value":3468},")",{"type":75,"tag":546,"props":3470,"children":3471},{},[3472],{"type":80,"value":3473},"−",{"type":75,"tag":244,"props":3475,"children":3476},{},[3477],{"type":80,"value":559},{"type":75,"tag":265,"props":3479,"children":3480},{"encoding":267},[3481],{"type":80,"value":3482},"\\text{Margin} = \\left(\\sum \\frac{1}{\\text{Odds}_i}\\right) - 1\n",{"type":75,"tag":220,"props":3484,"children":3486},{"className":3485,"ariaHidden":275},[274],[3487,3518,3740],{"type":75,"tag":220,"props":3488,"children":3490},{"className":3489},[280],[3491,3496,3505,3509,3514],{"type":75,"tag":220,"props":3492,"children":3495},{"className":3493,"style":3494},[285],"height:0.8778em;vertical-align:-0.1944em;",[],{"type":75,"tag":220,"props":3497,"children":3499},{"className":3498},[291,80],[3500],{"type":75,"tag":220,"props":3501,"children":3503},{"className":3502},[291],[3504],{"type":80,"value":64},{"type":75,"tag":220,"props":3506,"children":3508},{"className":3507,"style":605},[604],[],{"type":75,"tag":220,"props":3510,"children":3512},{"className":3511},[610],[3513],{"type":80,"value":550},{"type":75,"tag":220,"props":3515,"children":3517},{"className":3516,"style":605},[604],[],{"type":75,"tag":220,"props":3519,"children":3521},{"className":3520},[280],[3522,3527,3727,3731,3736],{"type":75,"tag":220,"props":3523,"children":3526},{"className":3524,"style":3525},[285],"height:1.8em;vertical-align:-0.65em;",[],{"type":75,"tag":220,"props":3528,"children":3531},{"className":3529},[3530],"minner",[3532,3545,3554,3559,3718],{"type":75,"tag":220,"props":3533,"children":3537},{"className":3534,"style":3536},[633,3535],"delimcenter","top:0em;",[3538],{"type":75,"tag":220,"props":3539,"children":3543},{"className":3540},[3541,3542],"delimsizing","size2",[3544],{"type":80,"value":3437},{"type":75,"tag":220,"props":3546,"children":3552},{"className":3547,"style":3551},[3548,3549,3550],"mop","op-symbol","small-op","position:relative;top:0em;",[3553],{"type":80,"value":3442},{"type":75,"tag":220,"props":3555,"children":3558},{"className":3556,"style":3557},[604],"margin-right:0.1667em;",[],{"type":75,"tag":220,"props":3560,"children":3562},{"className":3561},[291],[3563,3567,3714],{"type":75,"tag":220,"props":3564,"children":3566},{"className":3565},[633,634],[],{"type":75,"tag":220,"props":3568,"children":3570},{"className":3569},[552],[3571],{"type":75,"tag":220,"props":3572,"children":3574},{"className":3573},[643,644],[3575,3702],{"type":75,"tag":220,"props":3576,"children":3578},{"className":3577},[649],[3579,3697],{"type":75,"tag":220,"props":3580,"children":3582},{"className":3581,"style":655},[654],[3583,3666,3677],{"type":75,"tag":220,"props":3584,"children":3585},{"style":659},[3586,3590],{"type":75,"tag":220,"props":3587,"children":3589},{"className":3588,"style":665},[664],[],{"type":75,"tag":220,"props":3591,"children":3593},{"className":3592},[670,671,672,673],[3594],{"type":75,"tag":220,"props":3595,"children":3597},{"className":3596},[291,673],[3598],{"type":75,"tag":220,"props":3599,"children":3601},{"className":3600},[291,673],[3602,3611],{"type":75,"tag":220,"props":3603,"children":3605},{"className":3604},[291,80,673],[3606],{"type":75,"tag":220,"props":3607,"children":3609},{"className":3608},[291,673],[3610],{"type":80,"value":3458},{"type":75,"tag":220,"props":3612,"children":3615},{"className":3613},[3614],"msupsub",[3616],{"type":75,"tag":220,"props":3617,"children":3619},{"className":3618},[643,644],[3620,3654],{"type":75,"tag":220,"props":3621,"children":3623},{"className":3622},[649],[3624,3649],{"type":75,"tag":220,"props":3625,"children":3628},{"className":3626,"style":3627},[654],"height:0.3281em;",[3629],{"type":75,"tag":220,"props":3630,"children":3632},{"style":3631},"top:-2.357em;margin-right:0.0714em;",[3633,3638],{"type":75,"tag":220,"props":3634,"children":3637},{"className":3635,"style":3636},[664],"height:2.5em;",[],{"type":75,"tag":220,"props":3639,"children":3643},{"className":3640},[670,3641,3642,673],"reset-size3","size1",[3644],{"type":75,"tag":220,"props":3645,"children":3647},{"className":3646},[291,297,673],[3648],{"type":80,"value":3463},{"type":75,"tag":220,"props":3650,"children":3652},{"className":3651},[726],[3653],{"type":80,"value":729},{"type":75,"tag":220,"props":3655,"children":3657},{"className":3656},[649],[3658],{"type":75,"tag":220,"props":3659,"children":3662},{"className":3660,"style":3661},[654],"height:0.143em;",[3663],{"type":75,"tag":220,"props":3664,"children":3665},{},[],{"type":75,"tag":220,"props":3667,"children":3668},{"style":690},[3669,3673],{"type":75,"tag":220,"props":3670,"children":3672},{"className":3671,"style":665},[664],[],{"type":75,"tag":220,"props":3674,"children":3676},{"className":3675,"style":700},[699],[],{"type":75,"tag":220,"props":3678,"children":3679},{"style":704},[3680,3684],{"type":75,"tag":220,"props":3681,"children":3683},{"className":3682,"style":665},[664],[],{"type":75,"tag":220,"props":3685,"children":3687},{"className":3686},[670,671,672,673],[3688],{"type":75,"tag":220,"props":3689,"children":3691},{"className":3690},[291,673],[3692],{"type":75,"tag":220,"props":3693,"children":3695},{"className":3694},[291,673],[3696],{"type":80,"value":559},{"type":75,"tag":220,"props":3698,"children":3700},{"className":3699},[726],[3701],{"type":80,"value":729},{"type":75,"tag":220,"props":3703,"children":3705},{"className":3704},[649],[3706],{"type":75,"tag":220,"props":3707,"children":3710},{"className":3708,"style":3709},[654],"height:0.4451em;",[3711],{"type":75,"tag":220,"props":3712,"children":3713},{},[],{"type":75,"tag":220,"props":3715,"children":3717},{"className":3716},[745,634],[],{"type":75,"tag":220,"props":3719,"children":3721},{"className":3720,"style":3536},[745,3535],[3722],{"type":75,"tag":220,"props":3723,"children":3725},{"className":3724},[3541,3542],[3726],{"type":80,"value":3468},{"type":75,"tag":220,"props":3728,"children":3730},{"className":3729,"style":750},[604],[],{"type":75,"tag":220,"props":3732,"children":3734},{"className":3733},[755],[3735],{"type":80,"value":3473},{"type":75,"tag":220,"props":3737,"children":3739},{"className":3738,"style":750},[604],[],{"type":75,"tag":220,"props":3741,"children":3743},{"className":3742},[280],[3744,3748],{"type":75,"tag":220,"props":3745,"children":3747},{"className":3746,"style":286},[285],[],{"type":75,"tag":220,"props":3749,"children":3751},{"className":3750},[291],[3752],{"type":80,"value":559},{"type":75,"tag":82,"props":3754,"children":3755},{},[3756],{"type":80,"value":3757},"Or in percentage terms:",{"type":75,"tag":220,"props":3759,"children":3761},{"className":3760},[223],[3762,3821],{"type":75,"tag":220,"props":3763,"children":3765},{"className":3764},[228],[3766],{"type":75,"tag":231,"props":3767,"children":3768},{"xmlns":233},[3769],{"type":75,"tag":236,"props":3770,"children":3771},{},[3772,3816],{"type":75,"tag":240,"props":3773,"children":3774},{},[3775,3780,3784,3804,3808,3812],{"type":75,"tag":540,"props":3776,"children":3777},{},[3778],{"type":80,"value":3779},"Margin %",{"type":75,"tag":546,"props":3781,"children":3782},{},[3783],{"type":80,"value":550},{"type":75,"tag":240,"props":3785,"children":3786},{},[3787,3791,3795,3800],{"type":75,"tag":546,"props":3788,"children":3789},{"fence":275},[3790],{"type":80,"value":3437},{"type":75,"tag":546,"props":3792,"children":3793},{},[3794],{"type":80,"value":3442},{"type":75,"tag":540,"props":3796,"children":3797},{},[3798],{"type":80,"value":3799},"Implied Probabilities",{"type":75,"tag":546,"props":3801,"children":3802},{"fence":275},[3803],{"type":80,"value":3468},{"type":75,"tag":546,"props":3805,"children":3806},{},[3807],{"type":80,"value":3473},{"type":75,"tag":244,"props":3809,"children":3810},{},[3811],{"type":80,"value":248},{"type":75,"tag":250,"props":3813,"children":3814},{"mathvariant":963},[3815],{"type":80,"value":1321},{"type":75,"tag":265,"props":3817,"children":3818},{"encoding":267},[3819],{"type":80,"value":3820},"\\text{Margin \\%} = \\left(\\sum \\text{Implied Probabilities}\\right) - 100\\%\n",{"type":75,"tag":220,"props":3822,"children":3824},{"className":3823,"ariaHidden":275},[274],[3825,3856,3910],{"type":75,"tag":220,"props":3826,"children":3828},{"className":3827},[280],[3829,3834,3843,3847,3852],{"type":75,"tag":220,"props":3830,"children":3833},{"className":3831,"style":3832},[285],"height:0.9444em;vertical-align:-0.1944em;",[],{"type":75,"tag":220,"props":3835,"children":3837},{"className":3836},[291,80],[3838],{"type":75,"tag":220,"props":3839,"children":3841},{"className":3840},[291],[3842],{"type":80,"value":3779},{"type":75,"tag":220,"props":3844,"children":3846},{"className":3845,"style":605},[604],[],{"type":75,"tag":220,"props":3848,"children":3850},{"className":3849},[610],[3851],{"type":80,"value":550},{"type":75,"tag":220,"props":3853,"children":3855},{"className":3854,"style":605},[604],[],{"type":75,"tag":220,"props":3857,"children":3859},{"className":3858},[280],[3860,3865,3897,3901,3906],{"type":75,"tag":220,"props":3861,"children":3864},{"className":3862,"style":3863},[285],"height:1em;vertical-align:-0.25em;",[],{"type":75,"tag":220,"props":3866,"children":3868},{"className":3867},[3530],[3869,3874,3879,3883,3892],{"type":75,"tag":220,"props":3870,"children":3872},{"className":3871,"style":3536},[633,3535],[3873],{"type":80,"value":3437},{"type":75,"tag":220,"props":3875,"children":3877},{"className":3876,"style":3551},[3548,3549,3550],[3878],{"type":80,"value":3442},{"type":75,"tag":220,"props":3880,"children":3882},{"className":3881,"style":3557},[604],[],{"type":75,"tag":220,"props":3884,"children":3886},{"className":3885},[291,80],[3887],{"type":75,"tag":220,"props":3888,"children":3890},{"className":3889},[291],[3891],{"type":80,"value":3799},{"type":75,"tag":220,"props":3893,"children":3895},{"className":3894,"style":3536},[745,3535],[3896],{"type":80,"value":3468},{"type":75,"tag":220,"props":3898,"children":3900},{"className":3899,"style":750},[604],[],{"type":75,"tag":220,"props":3902,"children":3904},{"className":3903},[755],[3905],{"type":80,"value":3473},{"type":75,"tag":220,"props":3907,"children":3909},{"className":3908,"style":750},[604],[],{"type":75,"tag":220,"props":3911,"children":3913},{"className":3912},[280],[3914,3918],{"type":75,"tag":220,"props":3915,"children":3917},{"className":3916,"style":1665},[285],[],{"type":75,"tag":220,"props":3919,"children":3921},{"className":3920},[291],[3922],{"type":80,"value":3923},"100%",{"type":75,"tag":185,"props":3925,"children":3927},{"id":3926},"removing-the-margin",[3928],{"type":80,"value":3929},"Removing The Margin",{"type":75,"tag":82,"props":3931,"children":3932},{},[3933],{"type":80,"value":3934},"To find true probabilities, normalize:",{"type":75,"tag":220,"props":3936,"children":3938},{"className":3937},[223],[3939,3986],{"type":75,"tag":220,"props":3940,"children":3942},{"className":3941},[228],[3943],{"type":75,"tag":231,"props":3944,"children":3945},{"xmlns":233},[3946],{"type":75,"tag":236,"props":3947,"children":3948},{},[3949,3981],{"type":75,"tag":240,"props":3950,"children":3951},{},[3952,3957,3961,3973,3977],{"type":75,"tag":540,"props":3953,"children":3954},{},[3955],{"type":80,"value":3956},"True Probability",{"type":75,"tag":546,"props":3958,"children":3959},{},[3960],{"type":80,"value":550},{"type":75,"tag":552,"props":3962,"children":3963},{},[3964,3968],{"type":75,"tag":540,"props":3965,"children":3966},{},[3967],{"type":80,"value":544},{"type":75,"tag":540,"props":3969,"children":3970},{},[3971],{"type":80,"value":3972},"Total Implied",{"type":75,"tag":546,"props":3974,"children":3975},{},[3976],{"type":80,"value":569},{"type":75,"tag":244,"props":3978,"children":3979},{},[3980],{"type":80,"value":248},{"type":75,"tag":265,"props":3982,"children":3983},{"encoding":267},[3984],{"type":80,"value":3985},"\\text{True Probability} = \\frac{\\text{Implied Probability}}{\\text{Total Implied}} \\times 100\n",{"type":75,"tag":220,"props":3987,"children":3989},{"className":3988,"ariaHidden":275},[274],[3990,4020,4148],{"type":75,"tag":220,"props":3991,"children":3993},{"className":3992},[280],[3994,3998,4007,4011,4016],{"type":75,"tag":220,"props":3995,"children":3997},{"className":3996,"style":590},[285],[],{"type":75,"tag":220,"props":3999,"children":4001},{"className":4000},[291,80],[4002],{"type":75,"tag":220,"props":4003,"children":4005},{"className":4004},[291],[4006],{"type":80,"value":3956},{"type":75,"tag":220,"props":4008,"children":4010},{"className":4009,"style":605},[604],[],{"type":75,"tag":220,"props":4012,"children":4014},{"className":4013},[610],[4015],{"type":80,"value":550},{"type":75,"tag":220,"props":4017,"children":4019},{"className":4018,"style":605},[604],[],{"type":75,"tag":220,"props":4021,"children":4023},{"className":4022},[280],[4024,4029,4135,4139,4144],{"type":75,"tag":220,"props":4025,"children":4028},{"className":4026,"style":4027},[285],"height:1.4133em;vertical-align:-0.4811em;",[],{"type":75,"tag":220,"props":4030,"children":4032},{"className":4031},[291],[4033,4037,4131],{"type":75,"tag":220,"props":4034,"children":4036},{"className":4035},[633,634],[],{"type":75,"tag":220,"props":4038,"children":4040},{"className":4039},[552],[4041],{"type":75,"tag":220,"props":4042,"children":4044},{"className":4043},[643,644],[4045,4119],{"type":75,"tag":220,"props":4046,"children":4048},{"className":4047},[649],[4049,4114],{"type":75,"tag":220,"props":4050,"children":4053},{"className":4051,"style":4052},[654],"height:0.9322em;",[4054,4078,4089],{"type":75,"tag":220,"props":4055,"children":4056},{"style":659},[4057,4061],{"type":75,"tag":220,"props":4058,"children":4060},{"className":4059,"style":665},[664],[],{"type":75,"tag":220,"props":4062,"children":4064},{"className":4063},[670,671,672,673],[4065],{"type":75,"tag":220,"props":4066,"children":4068},{"className":4067},[291,673],[4069],{"type":75,"tag":220,"props":4070,"children":4072},{"className":4071},[291,80,673],[4073],{"type":75,"tag":220,"props":4074,"children":4076},{"className":4075},[291,673],[4077],{"type":80,"value":3972},{"type":75,"tag":220,"props":4079,"children":4080},{"style":690},[4081,4085],{"type":75,"tag":220,"props":4082,"children":4084},{"className":4083,"style":665},[664],[],{"type":75,"tag":220,"props":4086,"children":4088},{"className":4087,"style":700},[699],[],{"type":75,"tag":220,"props":4090,"children":4092},{"style":4091},"top:-3.4461em;",[4093,4097],{"type":75,"tag":220,"props":4094,"children":4096},{"className":4095,"style":665},[664],[],{"type":75,"tag":220,"props":4098,"children":4100},{"className":4099},[670,671,672,673],[4101],{"type":75,"tag":220,"props":4102,"children":4104},{"className":4103},[291,673],[4105],{"type":75,"tag":220,"props":4106,"children":4108},{"className":4107},[291,80,673],[4109],{"type":75,"tag":220,"props":4110,"children":4112},{"className":4111},[291,673],[4113],{"type":80,"value":544},{"type":75,"tag":220,"props":4115,"children":4117},{"className":4116},[726],[4118],{"type":80,"value":729},{"type":75,"tag":220,"props":4120,"children":4122},{"className":4121},[649],[4123],{"type":75,"tag":220,"props":4124,"children":4127},{"className":4125,"style":4126},[654],"height:0.4811em;",[4128],{"type":75,"tag":220,"props":4129,"children":4130},{},[],{"type":75,"tag":220,"props":4132,"children":4134},{"className":4133},[745,634],[],{"type":75,"tag":220,"props":4136,"children":4138},{"className":4137,"style":750},[604],[],{"type":75,"tag":220,"props":4140,"children":4142},{"className":4141},[755],[4143],{"type":80,"value":569},{"type":75,"tag":220,"props":4145,"children":4147},{"className":4146,"style":750},[604],[],{"type":75,"tag":220,"props":4149,"children":4151},{"className":4150},[280],[4152,4156],{"type":75,"tag":220,"props":4153,"children":4155},{"className":4154,"style":286},[285],[],{"type":75,"tag":220,"props":4157,"children":4159},{"className":4158},[291],[4160],{"type":80,"value":248},{"type":75,"tag":82,"props":4162,"children":4163},{},[4164],{"type":75,"tag":86,"props":4165,"children":4166},{},[4167],{"type":80,"value":208},{"type":75,"tag":100,"props":4169,"children":4170},{},[4171,4176,4181],{"type":75,"tag":104,"props":4172,"children":4173},{},[4174],{"type":80,"value":4175},"Player A implied: 60.6%",{"type":75,"tag":104,"props":4177,"children":4178},{},[4179],{"type":80,"value":4180},"Player B implied: 43.5%",{"type":75,"tag":104,"props":4182,"children":4183},{},[4184],{"type":80,"value":3393},{"type":75,"tag":82,"props":4186,"children":4187},{},[4188],{"type":75,"tag":86,"props":4189,"children":4190},{},[4191],{"type":80,"value":4192},"True probabilities:",{"type":75,"tag":100,"props":4194,"children":4195},{},[4196,4206],{"type":75,"tag":104,"props":4197,"children":4198},{},[4199,4201],{"type":80,"value":4200},"Player A: 60.6% \u002F 104.1% = ",{"type":75,"tag":86,"props":4202,"children":4203},{},[4204],{"type":80,"value":4205},"58.2%",{"type":75,"tag":104,"props":4207,"children":4208},{},[4209,4211],{"type":80,"value":4210},"Player B: 43.5% \u002F 104.1% = ",{"type":75,"tag":86,"props":4212,"children":4213},{},[4214],{"type":80,"value":4215},"41.8%",{"type":75,"tag":82,"props":4217,"children":4218},{},[4219],{"type":80,"value":4220},"Now they sum to 100%.",{"type":75,"tag":185,"props":4222,"children":4224},{"id":4223},"margin-by-market-type",[4225],{"type":80,"value":4226},"Margin by Market Type",{"type":75,"tag":418,"props":4228,"children":4229},{},[4230,4251],{"type":75,"tag":422,"props":4231,"children":4232},{},[4233],{"type":75,"tag":48,"props":4234,"children":4235},{},[4236,4241,4246],{"type":75,"tag":429,"props":4237,"children":4238},{},[4239],{"type":80,"value":4240},"Market",{"type":75,"tag":429,"props":4242,"children":4243},{},[4244],{"type":80,"value":4245},"Typical Margin",{"type":75,"tag":429,"props":4247,"children":4248},{},[4249],{"type":80,"value":4250},"Implied Total",{"type":75,"tag":444,"props":4252,"children":4253},{},[4254,4272,4290,4308],{"type":75,"tag":48,"props":4255,"children":4256},{},[4257,4262,4267],{"type":75,"tag":451,"props":4258,"children":4259},{},[4260],{"type":80,"value":4261},"Sharp books (main)",{"type":75,"tag":451,"props":4263,"children":4264},{},[4265],{"type":80,"value":4266},"2-3%",{"type":75,"tag":451,"props":4268,"children":4269},{},[4270],{"type":80,"value":4271},"102-103%",{"type":75,"tag":48,"props":4273,"children":4274},{},[4275,4280,4285],{"type":75,"tag":451,"props":4276,"children":4277},{},[4278],{"type":80,"value":4279},"Recreational books",{"type":75,"tag":451,"props":4281,"children":4282},{},[4283],{"type":80,"value":4284},"4-6%",{"type":75,"tag":451,"props":4286,"children":4287},{},[4288],{"type":80,"value":4289},"104-106%",{"type":75,"tag":48,"props":4291,"children":4292},{},[4293,4298,4303],{"type":75,"tag":451,"props":4294,"children":4295},{},[4296],{"type":80,"value":4297},"Props\u002FSpecials",{"type":75,"tag":451,"props":4299,"children":4300},{},[4301],{"type":80,"value":4302},"6-10%",{"type":75,"tag":451,"props":4304,"children":4305},{},[4306],{"type":80,"value":4307},"106-110%",{"type":75,"tag":48,"props":4309,"children":4310},{},[4311,4316,4321],{"type":75,"tag":451,"props":4312,"children":4313},{},[4314],{"type":80,"value":4315},"Exotic bets",{"type":75,"tag":451,"props":4317,"children":4318},{},[4319],{"type":80,"value":4320},"10-20%",{"type":75,"tag":451,"props":4322,"children":4323},{},[4324],{"type":80,"value":4325},"110-120%",{"type":75,"tag":82,"props":4327,"children":4328},{},[4329],{"type":80,"value":4330},"Lower margin = better value for bettors.",{"type":75,"tag":76,"props":4332,"children":4334},{"id":4333},"using-implied-probability-using",[4335],{"type":80,"value":4336},"Using Implied Probability {#using}",{"type":75,"tag":185,"props":4338,"children":4340},{"id":4339},"reading-market-sentiment",[4341],{"type":80,"value":4342},"Reading Market Sentiment",{"type":75,"tag":82,"props":4344,"children":4345},{},[4346],{"type":80,"value":4347},"Implied probability reveals market consensus:",{"type":75,"tag":418,"props":4349,"children":4350},{},[4351,4366],{"type":75,"tag":422,"props":4352,"children":4353},{},[4354],{"type":75,"tag":48,"props":4355,"children":4356},{},[4357,4361],{"type":75,"tag":429,"props":4358,"children":4359},{},[4360],{"type":80,"value":3103},{"type":75,"tag":429,"props":4362,"children":4363},{},[4364],{"type":80,"value":4365},"Market View",{"type":75,"tag":444,"props":4367,"children":4368},{},[4369,4382,4395,4408,4421,4434],{"type":75,"tag":48,"props":4370,"children":4371},{},[4372,4377],{"type":75,"tag":451,"props":4373,"children":4374},{},[4375],{"type":80,"value":4376},"80%+",{"type":75,"tag":451,"props":4378,"children":4379},{},[4380],{"type":80,"value":4381},"Heavy favorite, expected to win",{"type":75,"tag":48,"props":4383,"children":4384},{},[4385,4390],{"type":75,"tag":451,"props":4386,"children":4387},{},[4388],{"type":80,"value":4389},"60-80%",{"type":75,"tag":451,"props":4391,"children":4392},{},[4393],{"type":80,"value":4394},"Clear favorite",{"type":75,"tag":48,"props":4396,"children":4397},{},[4398,4403],{"type":75,"tag":451,"props":4399,"children":4400},{},[4401],{"type":80,"value":4402},"50-60%",{"type":75,"tag":451,"props":4404,"children":4405},{},[4406],{"type":80,"value":4407},"Slight favorite",{"type":75,"tag":48,"props":4409,"children":4410},{},[4411,4416],{"type":75,"tag":451,"props":4412,"children":4413},{},[4414],{"type":80,"value":4415},"40-50%",{"type":75,"tag":451,"props":4417,"children":4418},{},[4419],{"type":80,"value":4420},"Slight underdog",{"type":75,"tag":48,"props":4422,"children":4423},{},[4424,4429],{"type":75,"tag":451,"props":4425,"children":4426},{},[4427],{"type":80,"value":4428},"20-40%",{"type":75,"tag":451,"props":4430,"children":4431},{},[4432],{"type":80,"value":4433},"Clear underdog",{"type":75,"tag":48,"props":4435,"children":4436},{},[4437,4442],{"type":75,"tag":451,"props":4438,"children":4439},{},[4440],{"type":80,"value":4441},"Under 20%",{"type":75,"tag":451,"props":4443,"children":4444},{},[4445],{"type":80,"value":4446},"Long shot",{"type":75,"tag":185,"props":4448,"children":4450},{"id":4449},"line-movement-analysis",[4451],{"type":80,"value":4452},"Line Movement Analysis",{"type":75,"tag":82,"props":4454,"children":4455},{},[4456],{"type":80,"value":4457},"Track how implied probability changes:",{"type":75,"tag":418,"props":4459,"children":4460},{},[4461,4485],{"type":75,"tag":422,"props":4462,"children":4463},{},[4464],{"type":75,"tag":48,"props":4465,"children":4466},{},[4467,4472,4476,4480],{"type":75,"tag":429,"props":4468,"children":4469},{},[4470],{"type":80,"value":4471},"Time",{"type":75,"tag":429,"props":4473,"children":4474},{},[4475],{"type":80,"value":3458},{"type":75,"tag":429,"props":4477,"children":4478},{},[4479],{"type":80,"value":3103},{"type":75,"tag":429,"props":4481,"children":4482},{},[4483],{"type":80,"value":4484},"Movement",{"type":75,"tag":444,"props":4486,"children":4487},{},[4488,4511,4532],{"type":75,"tag":48,"props":4489,"children":4490},{},[4491,4496,4501,4506],{"type":75,"tag":451,"props":4492,"children":4493},{},[4494],{"type":80,"value":4495},"Opening",{"type":75,"tag":451,"props":4497,"children":4498},{},[4499],{"type":80,"value":4500},"2.20",{"type":75,"tag":451,"props":4502,"children":4503},{},[4504],{"type":80,"value":4505},"45.5%",{"type":75,"tag":451,"props":4507,"children":4508},{},[4509],{"type":80,"value":4510},"-",{"type":75,"tag":48,"props":4512,"children":4513},{},[4514,4519,4523,4527],{"type":75,"tag":451,"props":4515,"children":4516},{},[4517],{"type":80,"value":4518},"Day before",{"type":75,"tag":451,"props":4520,"children":4521},{},[4522],{"type":80,"value":833},{"type":75,"tag":451,"props":4524,"children":4525},{},[4526],{"type":80,"value":843},{"type":75,"tag":451,"props":4528,"children":4529},{},[4530],{"type":80,"value":4531},"+4.5%",{"type":75,"tag":48,"props":4533,"children":4534},{},[4535,4540,4545,4550],{"type":75,"tag":451,"props":4536,"children":4537},{},[4538],{"type":80,"value":4539},"At close",{"type":75,"tag":451,"props":4541,"children":4542},{},[4543],{"type":80,"value":4544},"1.85",{"type":75,"tag":451,"props":4546,"children":4547},{},[4548],{"type":80,"value":4549},"54.1%",{"type":75,"tag":451,"props":4551,"children":4552},{},[4553],{"type":80,"value":4554},"+8.6%",{"type":75,"tag":82,"props":4556,"children":4557},{},[4558],{"type":80,"value":4559},"Market moved 8.6% toward this outcome—significant action or news.",{"type":75,"tag":185,"props":4561,"children":4563},{"id":4562},"comparing-bookmakers",[4564],{"type":80,"value":4565},"Comparing Bookmakers",{"type":75,"tag":82,"props":4567,"children":4568},{},[4569],{"type":80,"value":4570},"Use implied probability to find best value:",{"type":75,"tag":418,"props":4572,"children":4573},{},[4574,4597],{"type":75,"tag":422,"props":4575,"children":4576},{},[4577],{"type":75,"tag":48,"props":4578,"children":4579},{},[4580,4584,4588,4592],{"type":75,"tag":429,"props":4581,"children":4582},{},[4583],{"type":80,"value":52},{"type":75,"tag":429,"props":4585,"children":4586},{},[4587],{"type":80,"value":3458},{"type":75,"tag":429,"props":4589,"children":4590},{},[4591],{"type":80,"value":3103},{"type":75,"tag":429,"props":4593,"children":4594},{},[4595],{"type":80,"value":4596},"Value?",{"type":75,"tag":444,"props":4598,"children":4599},{},[4600,4621,4642],{"type":75,"tag":48,"props":4601,"children":4602},{},[4603,4608,4612,4616],{"type":75,"tag":451,"props":4604,"children":4605},{},[4606],{"type":80,"value":4607},"Book A",{"type":75,"tag":451,"props":4609,"children":4610},{},[4611],{"type":80,"value":3225},{"type":75,"tag":451,"props":4613,"children":4614},{},[4615],{"type":80,"value":3240},{"type":75,"tag":451,"props":4617,"children":4618},{},[4619],{"type":80,"value":4620},"Base",{"type":75,"tag":48,"props":4622,"children":4623},{},[4624,4629,4633,4637],{"type":75,"tag":451,"props":4625,"children":4626},{},[4627],{"type":80,"value":4628},"Book B",{"type":75,"tag":451,"props":4630,"children":4631},{},[4632],{"type":80,"value":4500},{"type":75,"tag":451,"props":4634,"children":4635},{},[4636],{"type":80,"value":4505},{"type":75,"tag":451,"props":4638,"children":4639},{},[4640],{"type":80,"value":4641},"Better",{"type":75,"tag":48,"props":4643,"children":4644},{},[4645,4650,4655,4660],{"type":75,"tag":451,"props":4646,"children":4647},{},[4648],{"type":80,"value":4649},"Book C",{"type":75,"tag":451,"props":4651,"children":4652},{},[4653],{"type":80,"value":4654},"2.30",{"type":75,"tag":451,"props":4656,"children":4657},{},[4658],{"type":80,"value":4659},"43.5%",{"type":75,"tag":451,"props":4661,"children":4662},{},[4663],{"type":80,"value":4664},"Best",{"type":75,"tag":82,"props":4666,"children":4667},{},[4668],{"type":80,"value":4669},"Book C asks for lowest break-even rate—best value.",{"type":75,"tag":76,"props":4671,"children":4673},{"id":4672},"finding-value-bets-value",[4674],{"type":80,"value":4675},"Finding Value Bets {#value}",{"type":75,"tag":185,"props":4677,"children":4679},{"id":4678},"the-value-formula",[4680],{"type":80,"value":4681},"The Value Formula",{"type":75,"tag":82,"props":4683,"children":4684},{},[4685],{"type":80,"value":4686},"Value exists when your probability estimate exceeds implied probability:",{"type":75,"tag":220,"props":4688,"children":4690},{"className":4689},[223],[4691,4731],{"type":75,"tag":220,"props":4692,"children":4694},{"className":4693},[228],[4695],{"type":75,"tag":231,"props":4696,"children":4697},{"xmlns":233},[4698],{"type":75,"tag":236,"props":4699,"children":4700},{},[4701,4726],{"type":75,"tag":240,"props":4702,"children":4703},{},[4704,4709,4713,4718,4722],{"type":75,"tag":540,"props":4705,"children":4706},{},[4707],{"type":80,"value":4708},"Edge",{"type":75,"tag":546,"props":4710,"children":4711},{},[4712],{"type":80,"value":550},{"type":75,"tag":540,"props":4714,"children":4715},{},[4716],{"type":80,"value":4717},"Your Probability",{"type":75,"tag":546,"props":4719,"children":4720},{},[4721],{"type":80,"value":3473},{"type":75,"tag":540,"props":4723,"children":4724},{},[4725],{"type":80,"value":544},{"type":75,"tag":265,"props":4727,"children":4728},{"encoding":267},[4729],{"type":80,"value":4730},"\\text{Edge} = \\text{Your Probability} - \\text{Implied Probability}\n",{"type":75,"tag":220,"props":4732,"children":4734},{"className":4733,"ariaHidden":275},[274],[4735,4765,4795],{"type":75,"tag":220,"props":4736,"children":4738},{"className":4737},[280],[4739,4743,4752,4756,4761],{"type":75,"tag":220,"props":4740,"children":4742},{"className":4741,"style":590},[285],[],{"type":75,"tag":220,"props":4744,"children":4746},{"className":4745},[291,80],[4747],{"type":75,"tag":220,"props":4748,"children":4750},{"className":4749},[291],[4751],{"type":80,"value":4708},{"type":75,"tag":220,"props":4753,"children":4755},{"className":4754,"style":605},[604],[],{"type":75,"tag":220,"props":4757,"children":4759},{"className":4758},[610],[4760],{"type":80,"value":550},{"type":75,"tag":220,"props":4762,"children":4764},{"className":4763,"style":605},[604],[],{"type":75,"tag":220,"props":4766,"children":4768},{"className":4767},[280],[4769,4773,4782,4786,4791],{"type":75,"tag":220,"props":4770,"children":4772},{"className":4771,"style":590},[285],[],{"type":75,"tag":220,"props":4774,"children":4776},{"className":4775},[291,80],[4777],{"type":75,"tag":220,"props":4778,"children":4780},{"className":4779},[291],[4781],{"type":80,"value":4717},{"type":75,"tag":220,"props":4783,"children":4785},{"className":4784,"style":750},[604],[],{"type":75,"tag":220,"props":4787,"children":4789},{"className":4788},[755],[4790],{"type":80,"value":3473},{"type":75,"tag":220,"props":4792,"children":4794},{"className":4793,"style":750},[604],[],{"type":75,"tag":220,"props":4796,"children":4798},{"className":4797},[280],[4799,4803],{"type":75,"tag":220,"props":4800,"children":4802},{"className":4801,"style":590},[285],[],{"type":75,"tag":220,"props":4804,"children":4806},{"className":4805},[291,80],[4807],{"type":75,"tag":220,"props":4808,"children":4810},{"className":4809},[291],[4811],{"type":80,"value":544},{"type":75,"tag":82,"props":4813,"children":4814},{},[4815],{"type":75,"tag":86,"props":4816,"children":4817},{},[4818],{"type":80,"value":208},{"type":75,"tag":100,"props":4820,"children":4821},{},[4822,4827,4832],{"type":75,"tag":104,"props":4823,"children":4824},{},[4825],{"type":80,"value":4826},"Your estimate: Team A wins 55%",{"type":75,"tag":104,"props":4828,"children":4829},{},[4830],{"type":80,"value":4831},"Odds: 2.10 (implied 47.6%)",{"type":75,"tag":104,"props":4833,"children":4834},{},[4835,4837],{"type":80,"value":4836},"Edge: 55% - 47.6% = ",{"type":75,"tag":86,"props":4838,"children":4839},{},[4840],{"type":80,"value":4841},"7.4% edge",{"type":75,"tag":185,"props":4843,"children":4845},{"id":4844},"expected-value-calculation",[4846],{"type":80,"value":4847},"Expected Value Calculation",{"type":75,"tag":220,"props":4849,"children":4851},{"className":4850},[223],[4852,4927],{"type":75,"tag":220,"props":4853,"children":4855},{"className":4854},[228],[4856],{"type":75,"tag":231,"props":4857,"children":4858},{"xmlns":233},[4859],{"type":75,"tag":236,"props":4860,"children":4861},{},[4862,4922],{"type":75,"tag":240,"props":4863,"children":4864},{},[4865,4870,4874,4879,4883,4887,4892,4896,4900,4904,4909,4913,4918],{"type":75,"tag":540,"props":4866,"children":4867},{},[4868],{"type":80,"value":4869},"EV",{"type":75,"tag":546,"props":4871,"children":4872},{},[4873],{"type":80,"value":550},{"type":75,"tag":546,"props":4875,"children":4877},{"stretchy":4876},"false",[4878],{"type":80,"value":3437},{"type":75,"tag":540,"props":4880,"children":4881},{},[4882],{"type":80,"value":4717},{"type":75,"tag":546,"props":4884,"children":4885},{},[4886],{"type":80,"value":569},{"type":75,"tag":540,"props":4888,"children":4889},{},[4890],{"type":80,"value":4891},"Profit",{"type":75,"tag":546,"props":4893,"children":4894},{"stretchy":4876},[4895],{"type":80,"value":3468},{"type":75,"tag":546,"props":4897,"children":4898},{},[4899],{"type":80,"value":3473},{"type":75,"tag":546,"props":4901,"children":4902},{"stretchy":4876},[4903],{"type":80,"value":3437},{"type":75,"tag":540,"props":4905,"children":4906},{},[4907],{"type":80,"value":4908},"Loss Probability",{"type":75,"tag":546,"props":4910,"children":4911},{},[4912],{"type":80,"value":569},{"type":75,"tag":540,"props":4914,"children":4915},{},[4916],{"type":80,"value":4917},"Stake",{"type":75,"tag":546,"props":4919,"children":4920},{"stretchy":4876},[4921],{"type":80,"value":3468},{"type":75,"tag":265,"props":4923,"children":4924},{"encoding":267},[4925],{"type":80,"value":4926},"\\text{EV} = (\\text{Your Probability} \\times \\text{Profit}) - (\\text{Loss Probability} \\times \\text{Stake})\n",{"type":75,"tag":220,"props":4928,"children":4930},{"className":4929,"ariaHidden":275},[274],[4931,4961,4996,5031,5066],{"type":75,"tag":220,"props":4932,"children":4934},{"className":4933},[280],[4935,4939,4948,4952,4957],{"type":75,"tag":220,"props":4936,"children":4938},{"className":4937,"style":1338},[285],[],{"type":75,"tag":220,"props":4940,"children":4942},{"className":4941},[291,80],[4943],{"type":75,"tag":220,"props":4944,"children":4946},{"className":4945},[291],[4947],{"type":80,"value":4869},{"type":75,"tag":220,"props":4949,"children":4951},{"className":4950,"style":605},[604],[],{"type":75,"tag":220,"props":4953,"children":4955},{"className":4954},[610],[4956],{"type":80,"value":550},{"type":75,"tag":220,"props":4958,"children":4960},{"className":4959,"style":605},[604],[],{"type":75,"tag":220,"props":4962,"children":4964},{"className":4963},[280],[4965,4969,4974,4983,4987,4992],{"type":75,"tag":220,"props":4966,"children":4968},{"className":4967,"style":3863},[285],[],{"type":75,"tag":220,"props":4970,"children":4972},{"className":4971},[633],[4973],{"type":80,"value":3437},{"type":75,"tag":220,"props":4975,"children":4977},{"className":4976},[291,80],[4978],{"type":75,"tag":220,"props":4979,"children":4981},{"className":4980},[291],[4982],{"type":80,"value":4717},{"type":75,"tag":220,"props":4984,"children":4986},{"className":4985,"style":750},[604],[],{"type":75,"tag":220,"props":4988,"children":4990},{"className":4989},[755],[4991],{"type":80,"value":569},{"type":75,"tag":220,"props":4993,"children":4995},{"className":4994,"style":750},[604],[],{"type":75,"tag":220,"props":4997,"children":4999},{"className":4998},[280],[5000,5004,5013,5018,5022,5027],{"type":75,"tag":220,"props":5001,"children":5003},{"className":5002,"style":3863},[285],[],{"type":75,"tag":220,"props":5005,"children":5007},{"className":5006},[291,80],[5008],{"type":75,"tag":220,"props":5009,"children":5011},{"className":5010},[291],[5012],{"type":80,"value":4891},{"type":75,"tag":220,"props":5014,"children":5016},{"className":5015},[745],[5017],{"type":80,"value":3468},{"type":75,"tag":220,"props":5019,"children":5021},{"className":5020,"style":750},[604],[],{"type":75,"tag":220,"props":5023,"children":5025},{"className":5024},[755],[5026],{"type":80,"value":3473},{"type":75,"tag":220,"props":5028,"children":5030},{"className":5029,"style":750},[604],[],{"type":75,"tag":220,"props":5032,"children":5034},{"className":5033},[280],[5035,5039,5044,5053,5057,5062],{"type":75,"tag":220,"props":5036,"children":5038},{"className":5037,"style":3863},[285],[],{"type":75,"tag":220,"props":5040,"children":5042},{"className":5041},[633],[5043],{"type":80,"value":3437},{"type":75,"tag":220,"props":5045,"children":5047},{"className":5046},[291,80],[5048],{"type":75,"tag":220,"props":5049,"children":5051},{"className":5050},[291],[5052],{"type":80,"value":4908},{"type":75,"tag":220,"props":5054,"children":5056},{"className":5055,"style":750},[604],[],{"type":75,"tag":220,"props":5058,"children":5060},{"className":5059},[755],[5061],{"type":80,"value":569},{"type":75,"tag":220,"props":5063,"children":5065},{"className":5064,"style":750},[604],[],{"type":75,"tag":220,"props":5067,"children":5069},{"className":5068},[280],[5070,5074,5083],{"type":75,"tag":220,"props":5071,"children":5073},{"className":5072,"style":3863},[285],[],{"type":75,"tag":220,"props":5075,"children":5077},{"className":5076},[291,80],[5078],{"type":75,"tag":220,"props":5079,"children":5081},{"className":5080},[291],[5082],{"type":80,"value":4917},{"type":75,"tag":220,"props":5084,"children":5086},{"className":5085},[745],[5087],{"type":80,"value":3468},{"type":75,"tag":82,"props":5089,"children":5090},{},[5091,5095],{"type":75,"tag":86,"props":5092,"children":5093},{},[5094],{"type":80,"value":208},{"type":80,"value":5096}," $100 bet at 2.10 odds, 55% estimated probability",{"type":75,"tag":220,"props":5098,"children":5100},{"className":5099},[223],[5101,5226],{"type":75,"tag":220,"props":5102,"children":5104},{"className":5103},[228],[5105],{"type":75,"tag":231,"props":5106,"children":5107},{"xmlns":233},[5108],{"type":75,"tag":236,"props":5109,"children":5110},{},[5111,5221],{"type":75,"tag":240,"props":5112,"children":5113},{},[5114,5118,5122,5126,5131,5135,5140,5145,5149,5153,5157,5162,5166,5170,5174,5178,5182,5186,5191,5195,5199,5204,5208,5212,5216],{"type":75,"tag":540,"props":5115,"children":5116},{},[5117],{"type":80,"value":4869},{"type":75,"tag":546,"props":5119,"children":5120},{},[5121],{"type":80,"value":550},{"type":75,"tag":546,"props":5123,"children":5124},{"stretchy":4876},[5125],{"type":80,"value":3437},{"type":75,"tag":244,"props":5127,"children":5128},{},[5129],{"type":80,"value":5130},"0.55",{"type":75,"tag":546,"props":5132,"children":5133},{},[5134],{"type":80,"value":569},{"type":75,"tag":250,"props":5136,"children":5137},{"mathvariant":963},[5138],{"type":80,"value":5139},"$",{"type":75,"tag":244,"props":5141,"children":5142},{},[5143],{"type":80,"value":5144},"110",{"type":75,"tag":546,"props":5146,"children":5147},{"stretchy":4876},[5148],{"type":80,"value":3468},{"type":75,"tag":546,"props":5150,"children":5151},{},[5152],{"type":80,"value":3473},{"type":75,"tag":546,"props":5154,"children":5155},{"stretchy":4876},[5156],{"type":80,"value":3437},{"type":75,"tag":244,"props":5158,"children":5159},{},[5160],{"type":80,"value":5161},"0.45",{"type":75,"tag":546,"props":5163,"children":5164},{},[5165],{"type":80,"value":569},{"type":75,"tag":250,"props":5167,"children":5168},{"mathvariant":963},[5169],{"type":80,"value":5139},{"type":75,"tag":244,"props":5171,"children":5172},{},[5173],{"type":80,"value":248},{"type":75,"tag":546,"props":5175,"children":5176},{"stretchy":4876},[5177],{"type":80,"value":3468},{"type":75,"tag":546,"props":5179,"children":5180},{},[5181],{"type":80,"value":550},{"type":75,"tag":250,"props":5183,"children":5184},{"mathvariant":963},[5185],{"type":80,"value":5139},{"type":75,"tag":244,"props":5187,"children":5188},{},[5189],{"type":80,"value":5190},"60.50",{"type":75,"tag":546,"props":5192,"children":5193},{},[5194],{"type":80,"value":3473},{"type":75,"tag":250,"props":5196,"children":5197},{"mathvariant":963},[5198],{"type":80,"value":5139},{"type":75,"tag":244,"props":5200,"children":5201},{},[5202],{"type":80,"value":5203},"45",{"type":75,"tag":546,"props":5205,"children":5206},{},[5207],{"type":80,"value":550},{"type":75,"tag":546,"props":5209,"children":5210},{},[5211],{"type":80,"value":995},{"type":75,"tag":250,"props":5213,"children":5214},{"mathvariant":963},[5215],{"type":80,"value":5139},{"type":75,"tag":244,"props":5217,"children":5218},{},[5219],{"type":80,"value":5220},"15.50",{"type":75,"tag":265,"props":5222,"children":5223},{"encoding":267},[5224],{"type":80,"value":5225},"\\text{EV} = (0.55 \\times \\$110) - (0.45 \\times \\$100) = \\$60.50 - \\$45 = +\\$15.50\n",{"type":75,"tag":220,"props":5227,"children":5229},{"className":5228,"ariaHidden":275},[274],[5230,5260,5291,5323,5354,5386,5414,5441],{"type":75,"tag":220,"props":5231,"children":5233},{"className":5232},[280],[5234,5238,5247,5251,5256],{"type":75,"tag":220,"props":5235,"children":5237},{"className":5236,"style":1338},[285],[],{"type":75,"tag":220,"props":5239,"children":5241},{"className":5240},[291,80],[5242],{"type":75,"tag":220,"props":5243,"children":5245},{"className":5244},[291],[5246],{"type":80,"value":4869},{"type":75,"tag":220,"props":5248,"children":5250},{"className":5249,"style":605},[604],[],{"type":75,"tag":220,"props":5252,"children":5254},{"className":5253},[610],[5255],{"type":80,"value":550},{"type":75,"tag":220,"props":5257,"children":5259},{"className":5258,"style":605},[604],[],{"type":75,"tag":220,"props":5261,"children":5263},{"className":5262},[280],[5264,5268,5273,5278,5282,5287],{"type":75,"tag":220,"props":5265,"children":5267},{"className":5266,"style":3863},[285],[],{"type":75,"tag":220,"props":5269,"children":5271},{"className":5270},[633],[5272],{"type":80,"value":3437},{"type":75,"tag":220,"props":5274,"children":5276},{"className":5275},[291],[5277],{"type":80,"value":5130},{"type":75,"tag":220,"props":5279,"children":5281},{"className":5280,"style":750},[604],[],{"type":75,"tag":220,"props":5283,"children":5285},{"className":5284},[755],[5286],{"type":80,"value":569},{"type":75,"tag":220,"props":5288,"children":5290},{"className":5289,"style":750},[604],[],{"type":75,"tag":220,"props":5292,"children":5294},{"className":5293},[280],[5295,5299,5305,5310,5314,5319],{"type":75,"tag":220,"props":5296,"children":5298},{"className":5297,"style":3863},[285],[],{"type":75,"tag":220,"props":5300,"children":5302},{"className":5301},[291],[5303],{"type":80,"value":5304},"$110",{"type":75,"tag":220,"props":5306,"children":5308},{"className":5307},[745],[5309],{"type":80,"value":3468},{"type":75,"tag":220,"props":5311,"children":5313},{"className":5312,"style":750},[604],[],{"type":75,"tag":220,"props":5315,"children":5317},{"className":5316},[755],[5318],{"type":80,"value":3473},{"type":75,"tag":220,"props":5320,"children":5322},{"className":5321,"style":750},[604],[],{"type":75,"tag":220,"props":5324,"children":5326},{"className":5325},[280],[5327,5331,5336,5341,5345,5350],{"type":75,"tag":220,"props":5328,"children":5330},{"className":5329,"style":3863},[285],[],{"type":75,"tag":220,"props":5332,"children":5334},{"className":5333},[633],[5335],{"type":80,"value":3437},{"type":75,"tag":220,"props":5337,"children":5339},{"className":5338},[291],[5340],{"type":80,"value":5161},{"type":75,"tag":220,"props":5342,"children":5344},{"className":5343,"style":750},[604],[],{"type":75,"tag":220,"props":5346,"children":5348},{"className":5347},[755],[5349],{"type":80,"value":569},{"type":75,"tag":220,"props":5351,"children":5353},{"className":5352,"style":750},[604],[],{"type":75,"tag":220,"props":5355,"children":5357},{"className":5356},[280],[5358,5362,5368,5373,5377,5382],{"type":75,"tag":220,"props":5359,"children":5361},{"className":5360,"style":3863},[285],[],{"type":75,"tag":220,"props":5363,"children":5365},{"className":5364},[291],[5366],{"type":80,"value":5367},"$100",{"type":75,"tag":220,"props":5369,"children":5371},{"className":5370},[745],[5372],{"type":80,"value":3468},{"type":75,"tag":220,"props":5374,"children":5376},{"className":5375,"style":605},[604],[],{"type":75,"tag":220,"props":5378,"children":5380},{"className":5379},[610],[5381],{"type":80,"value":550},{"type":75,"tag":220,"props":5383,"children":5385},{"className":5384,"style":605},[604],[],{"type":75,"tag":220,"props":5387,"children":5389},{"className":5388},[280],[5390,5395,5401,5405,5410],{"type":75,"tag":220,"props":5391,"children":5394},{"className":5392,"style":5393},[285],"height:0.8333em;vertical-align:-0.0833em;",[],{"type":75,"tag":220,"props":5396,"children":5398},{"className":5397},[291],[5399],{"type":80,"value":5400},"$60.50",{"type":75,"tag":220,"props":5402,"children":5404},{"className":5403,"style":750},[604],[],{"type":75,"tag":220,"props":5406,"children":5408},{"className":5407},[755],[5409],{"type":80,"value":3473},{"type":75,"tag":220,"props":5411,"children":5413},{"className":5412,"style":750},[604],[],{"type":75,"tag":220,"props":5415,"children":5417},{"className":5416},[280],[5418,5422,5428,5432,5437],{"type":75,"tag":220,"props":5419,"children":5421},{"className":5420,"style":1665},[285],[],{"type":75,"tag":220,"props":5423,"children":5425},{"className":5424},[291],[5426],{"type":80,"value":5427},"$45",{"type":75,"tag":220,"props":5429,"children":5431},{"className":5430,"style":605},[604],[],{"type":75,"tag":220,"props":5433,"children":5435},{"className":5434},[610],[5436],{"type":80,"value":550},{"type":75,"tag":220,"props":5438,"children":5440},{"className":5439,"style":605},[604],[],{"type":75,"tag":220,"props":5442,"children":5444},{"className":5443},[280],[5445,5449,5454],{"type":75,"tag":220,"props":5446,"children":5448},{"className":5447,"style":5393},[285],[],{"type":75,"tag":220,"props":5450,"children":5452},{"className":5451},[291],[5453],{"type":80,"value":995},{"type":75,"tag":220,"props":5455,"children":5457},{"className":5456},[291],[5458],{"type":80,"value":5459},"$15.50",{"type":75,"tag":82,"props":5461,"children":5462},{},[5463],{"type":80,"value":5464},"Positive EV = profitable long-term.",{"type":75,"tag":185,"props":5466,"children":5468},{"id":5467},"value-bet-thresholds",[5469],{"type":80,"value":5470},"Value Bet Thresholds",{"type":75,"tag":418,"props":5472,"children":5473},{},[5474,5490],{"type":75,"tag":422,"props":5475,"children":5476},{},[5477],{"type":75,"tag":48,"props":5478,"children":5479},{},[5480,5485],{"type":75,"tag":429,"props":5481,"children":5482},{},[5483],{"type":80,"value":5484},"Your Edge",{"type":75,"tag":429,"props":5486,"children":5487},{},[5488],{"type":80,"value":5489},"Recommendation",{"type":75,"tag":444,"props":5491,"children":5492},{},[5493,5506,5519,5532],{"type":75,"tag":48,"props":5494,"children":5495},{},[5496,5501],{"type":75,"tag":451,"props":5497,"children":5498},{},[5499],{"type":80,"value":5500},"0-2%",{"type":75,"tag":451,"props":5502,"children":5503},{},[5504],{"type":80,"value":5505},"Marginal, careful",{"type":75,"tag":48,"props":5507,"children":5508},{},[5509,5514],{"type":75,"tag":451,"props":5510,"children":5511},{},[5512],{"type":80,"value":5513},"2-5%",{"type":75,"tag":451,"props":5515,"children":5516},{},[5517],{"type":80,"value":5518},"Solid value",{"type":75,"tag":48,"props":5520,"children":5521},{},[5522,5527],{"type":75,"tag":451,"props":5523,"children":5524},{},[5525],{"type":80,"value":5526},"5-10%",{"type":75,"tag":451,"props":5528,"children":5529},{},[5530],{"type":80,"value":5531},"Strong value",{"type":75,"tag":48,"props":5533,"children":5534},{},[5535,5540],{"type":75,"tag":451,"props":5536,"children":5537},{},[5538],{"type":80,"value":5539},"10%+",{"type":75,"tag":451,"props":5541,"children":5542},{},[5543],{"type":80,"value":5544},"Excellent value (verify estimate)",{"type":75,"tag":185,"props":5546,"children":5548},{"id":5547},"converting-edge-to-recommended-stake",[5549],{"type":80,"value":5550},"Converting Edge to Recommended Stake",{"type":75,"tag":82,"props":5552,"children":5553},{},[5554],{"type":80,"value":5555},"Use Kelly Criterion with your edge:",{"type":75,"tag":220,"props":5557,"children":5559},{"className":5558},[223],[5560,5609],{"type":75,"tag":220,"props":5561,"children":5563},{"className":5562},[228],[5564],{"type":75,"tag":231,"props":5565,"children":5566},{"xmlns":233},[5567],{"type":75,"tag":236,"props":5568,"children":5569},{},[5570,5604],{"type":75,"tag":240,"props":5571,"children":5572},{},[5573,5578,5582],{"type":75,"tag":540,"props":5574,"children":5575},{},[5576],{"type":80,"value":5577},"Kelly %",{"type":75,"tag":546,"props":5579,"children":5580},{},[5581],{"type":80,"value":550},{"type":75,"tag":552,"props":5583,"children":5584},{},[5585,5589],{"type":75,"tag":540,"props":5586,"children":5587},{},[5588],{"type":80,"value":4708},{"type":75,"tag":240,"props":5590,"children":5591},{},[5592,5596,5600],{"type":75,"tag":540,"props":5593,"children":5594},{},[5595],{"type":80,"value":3458},{"type":75,"tag":546,"props":5597,"children":5598},{},[5599],{"type":80,"value":3473},{"type":75,"tag":244,"props":5601,"children":5602},{},[5603],{"type":80,"value":559},{"type":75,"tag":265,"props":5605,"children":5606},{"encoding":267},[5607],{"type":80,"value":5608},"\\text{Kelly \\%} = \\frac{\\text{Edge}}{\\text{Odds} - 1}\n",{"type":75,"tag":220,"props":5610,"children":5612},{"className":5611,"ariaHidden":275},[274],[5613,5643],{"type":75,"tag":220,"props":5614,"children":5616},{"className":5615},[280],[5617,5621,5630,5634,5639],{"type":75,"tag":220,"props":5618,"children":5620},{"className":5619,"style":3832},[285],[],{"type":75,"tag":220,"props":5622,"children":5624},{"className":5623},[291,80],[5625],{"type":75,"tag":220,"props":5626,"children":5628},{"className":5627},[291],[5629],{"type":80,"value":5577},{"type":75,"tag":220,"props":5631,"children":5633},{"className":5632,"style":605},[604],[],{"type":75,"tag":220,"props":5635,"children":5637},{"className":5636},[610],[5638],{"type":80,"value":550},{"type":75,"tag":220,"props":5640,"children":5642},{"className":5641,"style":605},[604],[],{"type":75,"tag":220,"props":5644,"children":5646},{"className":5645},[280],[5647,5652],{"type":75,"tag":220,"props":5648,"children":5651},{"className":5649,"style":5650},[285],"height:1.3355em;vertical-align:-0.4033em;",[],{"type":75,"tag":220,"props":5653,"children":5655},{"className":5654},[291],[5656,5660,5761],{"type":75,"tag":220,"props":5657,"children":5659},{"className":5658},[633,634],[],{"type":75,"tag":220,"props":5661,"children":5663},{"className":5662},[552],[5664],{"type":75,"tag":220,"props":5665,"children":5667},{"className":5666},[643,644],[5668,5750],{"type":75,"tag":220,"props":5669,"children":5671},{"className":5670},[649],[5672,5745],{"type":75,"tag":220,"props":5673,"children":5675},{"className":5674,"style":4052},[654],[5676,5710,5721],{"type":75,"tag":220,"props":5677,"children":5678},{"style":659},[5679,5683],{"type":75,"tag":220,"props":5680,"children":5682},{"className":5681,"style":665},[664],[],{"type":75,"tag":220,"props":5684,"children":5686},{"className":5685},[670,671,672,673],[5687],{"type":75,"tag":220,"props":5688,"children":5690},{"className":5689},[291,673],[5691,5700,5705],{"type":75,"tag":220,"props":5692,"children":5694},{"className":5693},[291,80,673],[5695],{"type":75,"tag":220,"props":5696,"children":5698},{"className":5697},[291,673],[5699],{"type":80,"value":3458},{"type":75,"tag":220,"props":5701,"children":5703},{"className":5702},[755,673],[5704],{"type":80,"value":3473},{"type":75,"tag":220,"props":5706,"children":5708},{"className":5707},[291,673],[5709],{"type":80,"value":559},{"type":75,"tag":220,"props":5711,"children":5712},{"style":690},[5713,5717],{"type":75,"tag":220,"props":5714,"children":5716},{"className":5715,"style":665},[664],[],{"type":75,"tag":220,"props":5718,"children":5720},{"className":5719,"style":700},[699],[],{"type":75,"tag":220,"props":5722,"children":5723},{"style":4091},[5724,5728],{"type":75,"tag":220,"props":5725,"children":5727},{"className":5726,"style":665},[664],[],{"type":75,"tag":220,"props":5729,"children":5731},{"className":5730},[670,671,672,673],[5732],{"type":75,"tag":220,"props":5733,"children":5735},{"className":5734},[291,673],[5736],{"type":75,"tag":220,"props":5737,"children":5739},{"className":5738},[291,80,673],[5740],{"type":75,"tag":220,"props":5741,"children":5743},{"className":5742},[291,673],[5744],{"type":80,"value":4708},{"type":75,"tag":220,"props":5746,"children":5748},{"className":5747},[726],[5749],{"type":80,"value":729},{"type":75,"tag":220,"props":5751,"children":5753},{"className":5752},[649],[5754],{"type":75,"tag":220,"props":5755,"children":5757},{"className":5756,"style":1468},[654],[5758],{"type":75,"tag":220,"props":5759,"children":5760},{},[],{"type":75,"tag":220,"props":5762,"children":5764},{"className":5763},[745,634],[],{"type":75,"tag":82,"props":5766,"children":5767},{},[5768,5772],{"type":75,"tag":86,"props":5769,"children":5770},{},[5771],{"type":80,"value":208},{"type":80,"value":5773}," 7.4% edge at 2.10 odds",{"type":75,"tag":220,"props":5775,"children":5777},{"className":5776},[223],[5778,5836],{"type":75,"tag":220,"props":5779,"children":5781},{"className":5780},[228],[5782],{"type":75,"tag":231,"props":5783,"children":5784},{"xmlns":233},[5785],{"type":75,"tag":236,"props":5786,"children":5787},{},[5788,5831],{"type":75,"tag":240,"props":5789,"children":5790},{},[5791,5796,5800,5813,5817,5822,5826],{"type":75,"tag":540,"props":5792,"children":5793},{},[5794],{"type":80,"value":5795},"Kelly",{"type":75,"tag":546,"props":5797,"children":5798},{},[5799],{"type":80,"value":550},{"type":75,"tag":552,"props":5801,"children":5802},{},[5803,5808],{"type":75,"tag":244,"props":5804,"children":5805},{},[5806],{"type":80,"value":5807},"0.074",{"type":75,"tag":244,"props":5809,"children":5810},{},[5811],{"type":80,"value":5812},"1.10",{"type":75,"tag":546,"props":5814,"children":5815},{},[5816],{"type":80,"value":550},{"type":75,"tag":244,"props":5818,"children":5819},{},[5820],{"type":80,"value":5821},"6.7",{"type":75,"tag":250,"props":5823,"children":5824},{"mathvariant":963},[5825],{"type":80,"value":1321},{"type":75,"tag":540,"props":5827,"children":5828},{},[5829],{"type":80,"value":5830}," of bankroll",{"type":75,"tag":265,"props":5832,"children":5833},{"encoding":267},[5834],{"type":80,"value":5835},"\\text{Kelly} = \\frac{0.074}{1.10} = 6.7\\% \\text{ of bankroll}\n",{"type":75,"tag":220,"props":5837,"children":5839},{"className":5838,"ariaHidden":275},[274],[5840,5870,5986],{"type":75,"tag":220,"props":5841,"children":5843},{"className":5842},[280],[5844,5848,5857,5861,5866],{"type":75,"tag":220,"props":5845,"children":5847},{"className":5846,"style":590},[285],[],{"type":75,"tag":220,"props":5849,"children":5851},{"className":5850},[291,80],[5852],{"type":75,"tag":220,"props":5853,"children":5855},{"className":5854},[291],[5856],{"type":80,"value":5795},{"type":75,"tag":220,"props":5858,"children":5860},{"className":5859,"style":605},[604],[],{"type":75,"tag":220,"props":5862,"children":5864},{"className":5863},[610],[5865],{"type":80,"value":550},{"type":75,"tag":220,"props":5867,"children":5869},{"className":5868,"style":605},[604],[],{"type":75,"tag":220,"props":5871,"children":5873},{"className":5872},[280],[5874,5878,5973,5977,5982],{"type":75,"tag":220,"props":5875,"children":5877},{"className":5876,"style":624},[285],[],{"type":75,"tag":220,"props":5879,"children":5881},{"className":5880},[291],[5882,5886,5969],{"type":75,"tag":220,"props":5883,"children":5885},{"className":5884},[633,634],[],{"type":75,"tag":220,"props":5887,"children":5889},{"className":5888},[552],[5890],{"type":75,"tag":220,"props":5891,"children":5893},{"className":5892},[643,644],[5894,5958],{"type":75,"tag":220,"props":5895,"children":5897},{"className":5896},[649],[5898,5953],{"type":75,"tag":220,"props":5899,"children":5901},{"className":5900,"style":655},[654],[5902,5922,5933],{"type":75,"tag":220,"props":5903,"children":5904},{"style":659},[5905,5909],{"type":75,"tag":220,"props":5906,"children":5908},{"className":5907,"style":665},[664],[],{"type":75,"tag":220,"props":5910,"children":5912},{"className":5911},[670,671,672,673],[5913],{"type":75,"tag":220,"props":5914,"children":5916},{"className":5915},[291,673],[5917],{"type":75,"tag":220,"props":5918,"children":5920},{"className":5919},[291,673],[5921],{"type":80,"value":5812},{"type":75,"tag":220,"props":5923,"children":5924},{"style":690},[5925,5929],{"type":75,"tag":220,"props":5926,"children":5928},{"className":5927,"style":665},[664],[],{"type":75,"tag":220,"props":5930,"children":5932},{"className":5931,"style":700},[699],[],{"type":75,"tag":220,"props":5934,"children":5935},{"style":704},[5936,5940],{"type":75,"tag":220,"props":5937,"children":5939},{"className":5938,"style":665},[664],[],{"type":75,"tag":220,"props":5941,"children":5943},{"className":5942},[670,671,672,673],[5944],{"type":75,"tag":220,"props":5945,"children":5947},{"className":5946},[291,673],[5948],{"type":75,"tag":220,"props":5949,"children":5951},{"className":5950},[291,673],[5952],{"type":80,"value":5807},{"type":75,"tag":220,"props":5954,"children":5956},{"className":5955},[726],[5957],{"type":80,"value":729},{"type":75,"tag":220,"props":5959,"children":5961},{"className":5960},[649],[5962],{"type":75,"tag":220,"props":5963,"children":5965},{"className":5964,"style":737},[654],[5966],{"type":75,"tag":220,"props":5967,"children":5968},{},[],{"type":75,"tag":220,"props":5970,"children":5972},{"className":5971},[745,634],[],{"type":75,"tag":220,"props":5974,"children":5976},{"className":5975,"style":605},[604],[],{"type":75,"tag":220,"props":5978,"children":5980},{"className":5979},[610],[5981],{"type":80,"value":550},{"type":75,"tag":220,"props":5983,"children":5985},{"className":5984,"style":605},[604],[],{"type":75,"tag":220,"props":5987,"children":5989},{"className":5988},[280],[5990,5994,6000],{"type":75,"tag":220,"props":5991,"children":5993},{"className":5992,"style":1665},[285],[],{"type":75,"tag":220,"props":5995,"children":5997},{"className":5996},[291],[5998],{"type":80,"value":5999},"6.7%",{"type":75,"tag":220,"props":6001,"children":6003},{"className":6002},[291,80],[6004],{"type":75,"tag":220,"props":6005,"children":6007},{"className":6006},[291],[6008],{"type":80,"value":5830},{"type":75,"tag":76,"props":6010,"children":6012},{"id":6011},"common-calculations-calculations",[6013],{"type":80,"value":6014},"Common Calculations {#calculations}",{"type":75,"tag":185,"props":6016,"children":6018},{"id":6017},"price-to-break-even-probability",[6019],{"type":80,"value":6020},"Price to Break-Even Probability",{"type":75,"tag":82,"props":6022,"children":6023},{},[6024],{"type":80,"value":6025},"Quick mental math:",{"type":75,"tag":418,"props":6027,"children":6028},{},[6029,6044],{"type":75,"tag":422,"props":6030,"children":6031},{},[6032],{"type":75,"tag":48,"props":6033,"children":6034},{},[6035,6039],{"type":75,"tag":429,"props":6036,"children":6037},{},[6038],{"type":80,"value":3458},{"type":75,"tag":429,"props":6040,"children":6041},{},[6042],{"type":80,"value":6043},"Quick Estimate",{"type":75,"tag":444,"props":6045,"children":6046},{},[6047,6059,6071,6083,6095],{"type":75,"tag":48,"props":6048,"children":6049},{},[6050,6054],{"type":75,"tag":451,"props":6051,"children":6052},{},[6053],{"type":80,"value":833},{"type":75,"tag":451,"props":6055,"children":6056},{},[6057],{"type":80,"value":6058},"50% (easy)",{"type":75,"tag":48,"props":6060,"children":6061},{},[6062,6066],{"type":75,"tag":451,"props":6063,"children":6064},{},[6065],{"type":80,"value":815},{"type":75,"tag":451,"props":6067,"children":6068},{},[6069],{"type":80,"value":6070},"67% (2\u002F3)",{"type":75,"tag":48,"props":6072,"children":6073},{},[6074,6078],{"type":75,"tag":451,"props":6075,"children":6076},{},[6077],{"type":80,"value":869},{"type":75,"tag":451,"props":6079,"children":6080},{},[6081],{"type":80,"value":6082},"33% (1\u002F3)",{"type":75,"tag":48,"props":6084,"children":6085},{},[6086,6090],{"type":75,"tag":451,"props":6087,"children":6088},{},[6089],{"type":80,"value":3290},{"type":75,"tag":451,"props":6091,"children":6092},{},[6093],{"type":80,"value":6094},"25% (1\u002F4)",{"type":75,"tag":48,"props":6096,"children":6097},{},[6098,6102],{"type":75,"tag":451,"props":6099,"children":6100},{},[6101],{"type":80,"value":887},{"type":75,"tag":451,"props":6103,"children":6104},{},[6105],{"type":80,"value":6106},"20% (1\u002F5)",{"type":75,"tag":185,"props":6108,"children":6110},{"id":6109},"common-betting-odds-decoded",[6111],{"type":80,"value":6112},"Common Betting Odds Decoded",{"type":75,"tag":418,"props":6114,"children":6115},{},[6116,6135],{"type":75,"tag":422,"props":6117,"children":6118},{},[6119],{"type":75,"tag":48,"props":6120,"children":6121},{},[6122,6126,6130],{"type":75,"tag":429,"props":6123,"children":6124},{},[6125],{"type":80,"value":3458},{"type":75,"tag":429,"props":6127,"children":6128},{},[6129],{"type":80,"value":3103},{"type":75,"tag":429,"props":6131,"children":6132},{},[6133],{"type":80,"value":6134},"Meaning",{"type":75,"tag":444,"props":6136,"children":6137},{},[6138,6155,6171,6187,6203,6219,6235],{"type":75,"tag":48,"props":6139,"children":6140},{},[6141,6145,6150],{"type":75,"tag":451,"props":6142,"children":6143},{},[6144],{"type":80,"value":5812},{"type":75,"tag":451,"props":6146,"children":6147},{},[6148],{"type":80,"value":6149},"90.9%",{"type":75,"tag":451,"props":6151,"children":6152},{},[6153],{"type":80,"value":6154},"\"Almost certain\"",{"type":75,"tag":48,"props":6156,"children":6157},{},[6158,6162,6166],{"type":75,"tag":451,"props":6159,"children":6160},{},[6161],{"type":80,"value":815},{"type":75,"tag":451,"props":6163,"children":6164},{},[6165],{"type":80,"value":825},{"type":75,"tag":451,"props":6167,"children":6168},{},[6169],{"type":80,"value":6170},"\"2 out of 3\"",{"type":75,"tag":48,"props":6172,"children":6173},{},[6174,6178,6182],{"type":75,"tag":451,"props":6175,"children":6176},{},[6177],{"type":80,"value":3181},{"type":75,"tag":451,"props":6179,"children":6180},{},[6181],{"type":80,"value":3196},{"type":75,"tag":451,"props":6183,"children":6184},{},[6185],{"type":80,"value":6186},"\"Coin flip with vig\"",{"type":75,"tag":48,"props":6188,"children":6189},{},[6190,6194,6198],{"type":75,"tag":451,"props":6191,"children":6192},{},[6193],{"type":80,"value":833},{"type":75,"tag":451,"props":6195,"children":6196},{},[6197],{"type":80,"value":843},{"type":75,"tag":451,"props":6199,"children":6200},{},[6201],{"type":80,"value":6202},"\"Coin flip (fair)\"",{"type":75,"tag":48,"props":6204,"children":6205},{},[6206,6210,6214],{"type":75,"tag":451,"props":6207,"children":6208},{},[6209],{"type":80,"value":869},{"type":75,"tag":451,"props":6211,"children":6212},{},[6213],{"type":80,"value":879},{"type":75,"tag":451,"props":6215,"children":6216},{},[6217],{"type":80,"value":6218},"\"1 in 3\"",{"type":75,"tag":48,"props":6220,"children":6221},{},[6222,6226,6230],{"type":75,"tag":451,"props":6223,"children":6224},{},[6225],{"type":80,"value":905},{"type":75,"tag":451,"props":6227,"children":6228},{},[6229],{"type":80,"value":915},{"type":75,"tag":451,"props":6231,"children":6232},{},[6233],{"type":80,"value":6234},"\"1 in 10\"",{"type":75,"tag":48,"props":6236,"children":6237},{},[6238,6243,6248],{"type":75,"tag":451,"props":6239,"children":6240},{},[6241],{"type":80,"value":6242},"100.00",{"type":75,"tag":451,"props":6244,"children":6245},{},[6246],{"type":80,"value":6247},"1.0%",{"type":75,"tag":451,"props":6249,"children":6250},{},[6251],{"type":80,"value":6252},"\"1 in 100\"",{"type":75,"tag":185,"props":6254,"children":6256},{"id":6255},"probability-difference-table",[6257],{"type":80,"value":6258},"Probability Difference Table",{"type":75,"tag":82,"props":6260,"children":6261},{},[6262],{"type":80,"value":6263},"How much implied probability changes with odds movement:",{"type":75,"tag":418,"props":6265,"children":6266},{},[6267,6283],{"type":75,"tag":422,"props":6268,"children":6269},{},[6270],{"type":75,"tag":48,"props":6271,"children":6272},{},[6273,6278],{"type":75,"tag":429,"props":6274,"children":6275},{},[6276],{"type":80,"value":6277},"Odds Move",{"type":75,"tag":429,"props":6279,"children":6280},{},[6281],{"type":80,"value":6282},"Probability Change",{"type":75,"tag":444,"props":6284,"children":6285},{},[6286,6299,6312,6325],{"type":75,"tag":48,"props":6287,"children":6288},{},[6289,6294],{"type":75,"tag":451,"props":6290,"children":6291},{},[6292],{"type":80,"value":6293},"2.00 → 1.90",{"type":75,"tag":451,"props":6295,"children":6296},{},[6297],{"type":80,"value":6298},"50% → 52.6% (+2.6%)",{"type":75,"tag":48,"props":6300,"children":6301},{},[6302,6307],{"type":75,"tag":451,"props":6303,"children":6304},{},[6305],{"type":80,"value":6306},"2.00 → 2.10",{"type":75,"tag":451,"props":6308,"children":6309},{},[6310],{"type":80,"value":6311},"50% → 47.6% (-2.4%)",{"type":75,"tag":48,"props":6313,"children":6314},{},[6315,6320],{"type":75,"tag":451,"props":6316,"children":6317},{},[6318],{"type":80,"value":6319},"3.00 → 2.80",{"type":75,"tag":451,"props":6321,"children":6322},{},[6323],{"type":80,"value":6324},"33.3% → 35.7% (+2.4%)",{"type":75,"tag":48,"props":6326,"children":6327},{},[6328,6333],{"type":75,"tag":451,"props":6329,"children":6330},{},[6331],{"type":80,"value":6332},"3.00 → 3.20",{"type":75,"tag":451,"props":6334,"children":6335},{},[6336],{"type":80,"value":6337},"33.3% → 31.3% (-2.0%)",{"type":75,"tag":82,"props":6339,"children":6340},{},[6341],{"type":80,"value":6342},"Probability changes more at shorter odds.",{"type":75,"tag":76,"props":6344,"children":6346},{"id":6345},"implied-probability-mistakes-mistakes",[6347],{"type":80,"value":6348},"Implied Probability Mistakes {#mistakes}",{"type":75,"tag":185,"props":6350,"children":6352},{"id":6351},"mistake-1-ignoring-margin",[6353],{"type":80,"value":6354},"Mistake 1: Ignoring Margin",{"type":75,"tag":82,"props":6356,"children":6357},{},[6358],{"type":80,"value":6359},"Raw implied probability includes vig. Always consider what you're really paying.",{"type":75,"tag":185,"props":6361,"children":6363},{"id":6362},"mistake-2-treating-implied-as-true",[6364],{"type":80,"value":6365},"Mistake 2: Treating Implied as True",{"type":75,"tag":82,"props":6367,"children":6368},{},[6369],{"type":80,"value":6370},"Implied probability isn't true probability—it's the market's estimate plus margin. Your analysis might differ.",{"type":75,"tag":185,"props":6372,"children":6374},{"id":6373},"mistake-3-forgetting-base-rates",[6375],{"type":80,"value":6376},"Mistake 3: Forgetting Base Rates",{"type":75,"tag":82,"props":6378,"children":6379},{},[6380],{"type":80,"value":6381},"Long odds (e.g., 20\u002F1) imply 4.8% probability. Humans systematically overestimate long-shot chances.",{"type":75,"tag":185,"props":6383,"children":6385},{"id":6384},"mistake-4-summing-independent-events",[6386],{"type":80,"value":6387},"Mistake 4: Summing Independent Events",{"type":75,"tag":82,"props":6389,"children":6390},{},[6391],{"type":80,"value":6392},"Two 50% events happening together isn't 100%—it's 25% (0.5 × 0.5).",{"type":75,"tag":76,"props":6394,"children":6396},{"id":6395},"related-calculators",[6397],{"type":80,"value":6398},"Related Calculators",{"type":75,"tag":100,"props":6400,"children":6401},{},[6402,6412,6422],{"type":75,"tag":104,"props":6403,"children":6404},{},[6405,6410],{"type":75,"tag":108,"props":6406,"children":6407},{"href":23},[6408],{"type":80,"value":6409},"Odds Converter",{"type":80,"value":6411}," - Convert between odds formats",{"type":75,"tag":104,"props":6413,"children":6414},{},[6415,6420],{"type":75,"tag":108,"props":6416,"children":6417},{"href":24},[6418],{"type":80,"value":6419},"Margin Calculator",{"type":80,"value":6421}," - Calculate bookmaker margin",{"type":75,"tag":104,"props":6423,"children":6424},{},[6425,6430],{"type":75,"tag":108,"props":6426,"children":6427},{"href":25},[6428],{"type":80,"value":6429},"Value Bet Calculator",{"type":80,"value":6431}," - Find positive expected value bets"]