Odds are a bet's payout ratio. Decimal odds of 2.50
means a $1 bet pays $2.50
if it wins. The implied probability is 1 / odds,
or in this case 1 / 2.50 = 40%.
For two mutually exclusive outcomes, the sum of implied probabilities should equal 100%.
But bookmakers add a margin. For example, two sides at -110
American (2.00 decimal each) imply 50% + 50% = 100%, which is fair. But at
-110 on both sides, the actual line is slightly short:
100 / 110 ≈ 90.9% payout per side, so true decimal is
1.909. Implied probability ≈ 52.38% per side, summing to
104.76%. The extra 4.76% is the vig.
Two-way markets
Let A and B
be decimal odds for two outcomes:
- ·
Implied probability for A:
p_A = 1 / A - ·
Implied probability for B:
p_B = 1 / B - ·
Overround:
overround = p_A + p_B (always >100%)
To find fair odds, rescale each probability down by the overround:
- ·
Fair probability for A:
fair_p_A = p_A / overround - ·
Fair decimal odds for A:
fair_A = 1 / fair_p_A
The vig percentage is (overround − 1) × 100. For
the -110/-110 example: (1.0476 − 1) × 100 = 4.76%.
Three-way markets (soccer, hockey)
Same logic, but with three outcomes (home, draw, away). The overround is the sum of all
three implied probabilities. Each fair probability is scaled down by this sum:
fair_p_outcome = p_outcome / (p_home + p_draw + p_away)
Convert back to decimal odds and you have the fair 3-way line with vig removed.