Probability vs odds: how to convert between them

By Jude Wallis · Published

Probability is favorable outcomes over total equally likely outcomes; odds compare favorable to unfavorable. To turn odds a:b in favor into a probability, use a/(a+b). To reverse it, probability p becomes odds p:(1-p). So odds of 3:1 mean p = 3/4 = 0.75, and p = 0.75 gives odds 3:1.

AP Statistics: Unit 2 (topics 2.4 Introduction to Probability). Odds are not a tested AP Statistics topic; the exam works entirely in probabilities. Probability itself is Unit 2 topic 2.4 in the Fall 2026 course, so the odds conversion here is general statistics literacy rather than an exam skill.

Probability vs odds: the short answer

Probability measures how likely an event is on a scale from 0 to 1. You compute it as the number of favorable outcomes divided by the total number of equally likely outcomes. Odds describe the same event a different way: they compare favorable outcomes to unfavorable outcomes, written with a colon such as 3:2.

The two carry the same information, so you can always convert between them. A probability of 35\frac{3}{5} and odds in favor of 3:2 describe exactly the same event. The rest of this guide shows both conversions and why the word 'odds' means different things to a statistician and to a gambler.

How to convert odds to probability

Odds in favor are written as a:ba:b, where aa is the count of favorable outcomes and bb is the count of unfavorable outcomes. To convert to a probability, put the favorable count over the total count:

P=aa+bP = \frac{a}{a+b}

The reason is simple. Odds split every outcome into two piles, aa favorable and bb unfavorable, so the total number of outcomes is a+ba + b. Probability asks what fraction of that total is favorable, which is aa+b\frac{a}{a+b}.

For odds of 3:2 in favor, the probability is 33+2=35=0.6\frac{3}{3+2} = \frac{3}{5} = 0.6. For odds of 1:4 in favor, it is 11+4=15=0.2\frac{1}{1+4} = \frac{1}{5} = 0.2. As a quick check, a probability from this formula must land between 0 and 1, since the favorable count aa can never be larger than the total a+ba + b.

How to convert probability to odds

Going the other way, start from a probability pp between 0 and 1. The probability of the event not happening is 1p1 - p, so the odds in favor are the ratio of those two amounts:

odds in favor=p:(1p)\text{odds in favor} = p : (1 - p)

To turn that ratio into whole numbers, multiply or divide both parts by the same amount until each is an integer. A probability of p=0.75p = 0.75 gives odds of 0.75:0.250.75 : 0.25, and dividing both parts by 0.25 gives 3:1.

A less tidy probability works the same way. For p=0.2p = 0.2 the odds in favor are 0.2:0.80.2 : 0.8, and dividing both parts by 0.2 gives 1:4, matching the 1:4 example from the section above. The two directions are inverses of each other, so a conversion you can run one way you can always run back.

You can also write the odds as a single number, p1p\frac{p}{1-p}, which is what statisticians mean by 'the odds' inside a formula. For p=0.75p = 0.75 that number is 0.750.25=3\frac{0.75}{0.25} = 3, the same 3:1 read as a single value of 3.

Odds in favor vs odds against

Order matters, and the two conventions reverse it. Odds in favor list the favorable count first, so 3:2 means 3 favorable for every 2 unfavorable. Odds against list the unfavorable count first, so 2:3 against is the same event as 3:2 in favor.

To read odds against, swap the roles in the formula. If the odds against an event are b:ab:a, the probability of the event is still aa+b\frac{a}{a+b}, where aa is the favorable part now written second. Always check which convention you are in before converting, because reversing the ratio flips the answer.

When a source just says 'the odds' without saying which, betting contexts almost always mean odds against, and math problems almost always mean odds in favor.

Why gamblers and statisticians talk past each other

A statistician treats odds as one more way to state a probability and defaults to odds in favor. A gambler or bookmaker treats odds as a payout rule and defaults to odds against. Same word, two jobs, which is why the two groups can talk past each other.

At a track or sportsbook, odds of 5:1 usually mean you win 5 units for every 1 unit staked, and they map to an implied probability of 15+1=160.167\frac{1}{5+1} = \frac{1}{6} \approx 0.167. Those posted numbers are not fair probabilities, though: the bookmaker shades them so that the implied probabilities across all outcomes add up to more than 1, and the extra slice is the house margin. A statistician who converts the same 5:1 straight to 16\frac{1}{6} is reading a price, not a true chance.

The practical fix is to name the convention out loud. Say 'odds in favor' or 'odds against', and say whether a betting line includes a margin, before you convert anything.

Where odds fit in AP Statistics

You will not be asked to convert odds on the AP exam, because the course works entirely in probabilities. Probability itself is central, starting in Unit 2 with topic 2.4, and it feeds every later distribution, including binomial probability. Learning the odds conversion is still worth a few minutes, because news reports, medical studies, and betting lines all use odds, and you should be able to translate them into a probability you can reason about.

Odds also show up as the odds ratio in medical and social research, which compares the odds of an outcome across two groups. That is a college-level tool built on the same p1p\frac{p}{1-p} definition, and it is not part of the AP course, but recognizing the vocabulary helps you read studies without being thrown by it.

Two habits keep you accurate. Reduce a probability to a clean fraction before reading it as odds, and always confirm whether a source means odds in favor or odds against.

Common mistakes to avoid

A few slips cause most wrong conversions:

  • Dividing by the wrong total. Odds of a:ba:b describe a+ba + b outcomes in all, not aa or bb alone, so the probability is aa+b\frac{a}{a+b}. Odds of 3:2 give 35\frac{3}{5}, never 32\frac{3}{2}.
  • Mixing up in-favor and against. Odds of 3:1 in favor give p=0.75p = 0.75, but the same 3:1 read as odds against gives p=0.25p = 0.25. Fix the convention first.
  • Treating a betting line as a fair probability. Posted odds include a house margin, so converting them yields an implied price that sits above the true chance.
  • Forgetting that probability caps at 1. The ratio p1p\frac{p}{1-p} can exceed 1 and grow without bound as pp nears 1, but the probability it came from never can.

Odds in favor to a probability

A board game spinner gives the odds in favor of landing on blue as 3:2. Convert these odds to the probability of landing on blue.

  1. Read the odds in favor as a:ba:b with the favorable count first: a=3a = 3 favorable, b=2b = 2 unfavorable.

  2. Find the total number of outcomes: a+b=3+2=5a + b = 3 + 2 = 5.

  3. Divide favorable by total: P=aa+b=35P = \frac{a}{a+b} = \frac{3}{5}.

  4. Convert to a decimal: 35=0.6\frac{3}{5} = 0.6.

P(blue)=35=0.6P(\text{blue}) = \frac{3}{5} = 0.6, a 60% chance.

A probability to odds in favor

A quality check passes 80% of parts, so the probability that a part passes is p=0.8p = 0.8. Express this as odds in favor of passing, using whole numbers.

  1. Find the probability of the other outcome: 1p=10.8=0.21 - p = 1 - 0.8 = 0.2.

  2. Write the odds in favor as p:(1p)=0.8:0.2p : (1 - p) = 0.8 : 0.2.

  3. Scale to whole numbers by dividing both parts by 0.2: 0.80.2:0.20.2=4:1\frac{0.8}{0.2} : \frac{0.2}{0.2} = 4 : 1.

Odds in favor of passing are 4:1, meaning about 4 passes for every 1 failure in the long run.

Odds against to an implied probability

A racing form lists a horse at 7:2. On a racing form this is odds against, meaning about 7 losses expected for every 2 wins. Find the implied probability that the horse wins.

  1. Odds against are written unfavorable:favorable, so the unfavorable part is 7 and the favorable part is 2.

  2. Find the total: 7+2=97 + 2 = 9.

  3. The probability of a win is favorable over total: P=29P = \frac{2}{9}.

  4. As a decimal: 290.2222\frac{2}{9} \approx 0.2222 (rounded to four decimals).

P(win)=290.2222P(\text{win}) = \frac{2}{9} \approx 0.2222, about 22.2%. This is an implied probability from a posted line, so it also bakes in the track's margin rather than a fair chance.

Frequently asked questions

How do you convert odds to probability?

For odds of a:ba:b in favor, divide the favorable count by the total: P=aa+bP = \frac{a}{a+b}. So 3:2 in favor is 33+2=35=0.6\frac{3}{3+2} = \frac{3}{5} = 0.6. If the odds are stated against, the favorable part is written second, so flip which number you place on top.

How do you convert probability to odds?

Write the odds in favor as p:(1p)p : (1 - p), then scale both parts to whole numbers. A probability of p=0.75p = 0.75 gives 0.75:0.250.75 : 0.25, which reduces to 3:1. As a single number the odds are p1p=3\frac{p}{1-p} = 3.

Are odds and probability the same thing?

No, but they carry the same information. Probability compares favorable outcomes to the total, while odds compare favorable to unfavorable. You can always convert one into the other, so a probability of 0.6 and odds in favor of 3:2 describe the same event.

Are odds tested on the AP Statistics exam?

No. The AP Statistics course works entirely in probabilities, not odds. Probability itself is heavily tested, starting in Unit 2 with topic 2.4, so knowing the odds conversion is general literacy for reading outside sources rather than an exam skill.