Skip to content
← Tools
Odds converter

Odds converter

Enter odds in any format — American, decimal, fractional, or implied probability — and we'll show all four equivalents instantly.

Type into any field. All four formats update automatically.

Common conversions

AmericanDecimalFractionalImplied prob.
-3001.331/375.00%
-2001.501/266.67%
-1501.672/360.00%
-1101.9110/1152.38%
+1002.001/150.00%
+1102.1011/1047.62%
+1502.503/240.00%
+2003.002/133.33%
+5006.005/116.67%
+100011.0010/19.09%

See also: implied probability glossary entry.

Odds converter — FAQ

How do you convert American odds to decimal?
Positive American odds: decimal = (american / 100) + 1. So +200 → 3.00. Negative American odds: decimal = (100 / |american|) + 1. So -150 → 1.67.
How do you convert American odds to implied probability?
Positive American: p = 100 / (american + 100). +200 → 33.3%. Negative American: p = |american| / (|american| + 100). -150 → 60%. This is the probability the price implies the outcome has, before vig is removed.
What's the difference between American, decimal, and fractional?
Same odds, different display. American is standard in the US. Decimal is standard in Europe and easier for math (just multiply by stake to get total return including stake). Fractional (5/2, 1/3) is traditional in the UK. All convert losslessly.
Why do most pros prefer decimal odds?
Decimal odds make expected value and Kelly criterion math trivial — multiply stake by decimal odds to get gross return, subtract stake for profit. American odds require branching logic for favorites vs underdogs. For programmatic betting, decimal is the universal format.