Home › Odds Converter

Odds Converter

Convert betting odds between decimal, fractional, American (moneyline) and implied probability. Type into any field and the rest update instantly — everything runs in your browser.

/
Enter odds in any format to see the conversions.

Tip: a stake of 100 units at these odds returns (including stake).

How to convert betting odds

All odds formats describe the same thing — the payout relative to the stake, and the probability the price implies. The cleanest way to convert is to route everything through decimal odds, then translate out to the other formats.

Decimal → implied probability

implied % = 100 / decimal

Decimal odds of 2.50 imply 100 / 2.50 = 40%.

Decimal → fractional

fractional = (decimal − 1), reduced to a fraction

2.50 → 1.50 → 3/2. Fractional odds show profit only, which is why you subtract the stake (the “− 1”).

Decimal → American (moneyline)

if decimal ≥ 2.00 → American = (decimal − 1) × 100 if decimal < 2.00 → American = −100 / (decimal − 1)

2.50 → +150. A price of 1.50 → −200.

Converting back to decimal

FromFormula → decimal
American (+)(American / 100) + 1
American (−)(100 / |American|) + 1
Fractional a/b(a / b) + 1
Implied p%100 / p

What is implied probability?

Implied probability is the chance of an outcome suggested by its odds. It is useful because it lets you compare a price against your own estimate: if you think an outcome is more likely than the implied probability, the bet has positive expected value.

One caveat: bookmaker odds include a margin (the “overround”), so the implied probabilities of all outcomes in a market add up to more than 100%. To get the “fair” probability you would need to remove that margin — a separate calculation.

Frequently asked questions

How do I convert decimal odds to fractional?

Subtract 1 from the decimal odds and express the result as a fraction. For example, 3.50 becomes 2.50, which is 5/2.

How do I convert decimal odds to American odds?

If the decimal odds are 2.00 or higher, multiply (decimal − 1) by 100. If they are below 2.00, divide −100 by (decimal − 1).

Why do the implied probabilities add up to more than 100%?

Because bookmaker prices include a built-in margin. The extra percentage above 100% across all outcomes is the overround, which is roughly the bookmaker's edge on the market.

Do you store the odds I enter?

No. The converter runs entirely in your browser with JavaScript. Nothing you type is uploaded or saved.