Odds Calculator
Convert between probability (%) and odds formats.
Calculate odds for/against, decimal odds, and "1 in N" from probability or event counts.
Probability vs Odds: what is the difference?
Probability is the chance something happens, expressed as a fraction of all outcomes.
P = favourable outcomes / total outcomes
Example: rolling a 6 on a die → P = 1/6 ≈ 16.67%
Odds express the ratio of favourable to unfavourable outcomes.
Odds for = favourable : unfavourable
Example: rolling a 6 → odds are 1:5 (one way to win, five ways to lose)
Converting between them:
- Probability → Odds for: P / (1 − P) e.g. 0.25 → 0.25/0.75 = 1:3
- Odds X:Y → Probability: X / (X + Y) e.g. 1:3 → 1/4 = 25%
Odds formats:
- Fractional (UK): 3/1 means you win 3 units per 1 staked
- Decimal (Europe): 4.0 means your total return per 1 staked (includes stake)
- Moneyline (US): +300 means win $300 on a $100 bet (underdog)
- “1 in N”: “1 in 4 chance”, the total number of outcomes needed for one success
Real-world examples:
- A fair coin: P = 50%, odds = 1:1 (evens), decimal = 2.0, 1 in 2
- Drawing an ace from a deck: P = 4/52 ≈ 7.69%, odds = 4:48 = 1:12
- Rolling any number ≤ 3 on a die: P = 50%, odds = 1:1
The mistake almost everyone makes People treat “odds” and “chance” as the same word, and in ordinary speech they are. In a bookmaker’s window they are not. “Three to one” is not a 33% chance, it is a 25% chance, because the three and the one together account for four outcomes and only one of them is a win. The gap widens as the numbers get shorter: 1:1 is 50%, not 100%. If you have ever thought a 2:1 shot was a two-thirds proposition, this is the conversion that catches you out.
Reading a bookmaker’s line Posted odds are never the true probability. Convert every price to a percentage and add them up across all outcomes, and the total comes to more than 100%. That excess is the margin, sometimes called the overround or the vigorish, and it is how the book makes money whatever happens. A pair of evens quotes on a two-way market implies 50% + 50% = 100% and no margin at all, which is why you will not see it. Two 10/11 quotes imply about 52.4% each, a total of 104.8%, so the margin is roughly 4.8%.
Where else odds turn up Medicine reports odds ratios from case-control studies, where an odds ratio of 2 means the odds of exposure are doubled, not that the risk is. Logistic regression predicts the log of the odds rather than the probability, because the log-odds runs from minus infinity to plus infinity while a probability is trapped between 0 and 1. That is the whole reason the transformation exists.
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.