# Prediction Market Odds Explained: Prices, Probabilities, and Payouts

> Understand prediction market odds, convert a share price into probability, calculate payouts, and decide whether a market price offers value.

- Canonical: https://www.liquid.trade/learn/prediction-market-odds-explained
- Published: 2026-09-21
- Category: Education
- Tags: prediction market odds, implied probability, prediction markets, event contracts

---

Prediction-market odds are usually represented by the contract price. A share backing Arsenal in a soccer match priced at $0.70 implies roughly a 70% probability that Arsenal wins; a share backing the opposing result at $0.30 represents the other side of the match. The price is a live market estimate, not a guarantee and not necessarily a perfect probability.

This conversion is the key to reading an event market. Once you can move between price, probability, and payout, you can compare the crowd's estimate with your own research instead of trading only on intuition.

## How do you convert a prediction-market price into probability?

For a binary prediction market, the quick conversion is:

**Implied probability = share price × 100**

Examples:

- $0.20 means roughly 20% implied probability.
- $0.50 means roughly 50% implied probability.
- $0.85 means roughly 85% implied probability.

The conversion is easiest when the market is quoted in dollars between $0 and $1. A $0.65 share costs 65 cents and can pay $1 if its outcome wins. The remaining 35 cents is the market's rough estimate of the chance that the share loses.

<Callout variant="info" title="Price is probability-like, not certainty">
An 80% market can still resolve against you. If a market is well calibrated, outcomes priced near 80% should happen about eight times out of ten over many comparable markets—not every single time.
</Callout>

## How do prediction-market payouts work?

For a binary share, the basic gross payout is:

**Gross payout = number of winning shares × $1**

The amount you pay is:

**Cost = number of shares × share price**

So if you buy 200 shares backing an NFL team at $0.35:

- Cost: $70
- Gross payout if the team wins: $200
- Gross profit if the team wins: $130 before fees and other costs
- Loss if the team loses: the $70 purchase can go to zero

The same math applies to shares backing the opposing result. The price caps your maximum loss per share at the amount paid, but it does not make a trade risk-free: you can lose the entire purchase, and a low-liquidity market can make it difficult to exit at the displayed price.

## What is expected value in a prediction market?

Expected value compares your probability estimate with the market price. A simplified per-share calculation is:

**Expected value = (your probability × $1) − share price**

Suppose your research gives Team A a 60% chance of winning and its share trades at $0.45:

- Expected payout: 0.60 × $1 = $0.60
- Purchase price: $0.45
- Simplified expected value: $0.15 per share before fees and execution costs

That is not a promise that the trade wins. It only says the price is lower than your estimate, and only if your estimate is well-founded. If the same share trades at $0.65, your simplified expected value becomes negative even though you still think Team A is more likely to win.

<CompareTable
  caption="Reading price versus your estimate"
  columns={["Your estimate", "Market price", "Interpretation"]}
  rows={[
    { label: "60%", values: ["$0.40", "Potentially underpriced if your estimate is reliable"] },
    { label: "60%", values: ["$0.60", "Roughly fair before costs"] },
    { label: "60%", values: ["$0.75", "Potentially expensive relative to your estimate"] }
  ]}
  highlight={1}
/>

## Why can prices for opposing teams fail to add up to exactly $1?

The prices for opposing teams or outcomes can differ slightly because of the bid-ask spread, fees, order-book depth, and the timing of each quote. In a clean match market, the outcomes are economically complementary, but the price you can actually buy or sell depends on whether you cross the spread and how much liquidity is available at that level.

Use the executable price for your calculation, not only the last traded price. A small apparent edge can disappear once you account for the price you will actually receive, trading fees, and the cost of exiting later.

## What affects prediction-market odds?

Prediction-market odds move when traders update their forecasts or when new information changes the perceived chance of an outcome. Common inputs include:

- a poll, filing, earnings report, official announcement, or other primary source;
- a deadline getting closer, which can reduce uncertainty;
- a change in the event's resolution criteria;
- new liquidity entering or leaving the market; and
- traders repositioning after a sharp price move.

The price can move before the outcome is certain. That is why a trader may sell at a profit before resolution—or take a loss if the market moves against the thesis even when the event is still open.

## How should you use odds without overconfidence?

Start by writing down your estimate and the evidence behind it before looking for a trade. Then ask what would change your mind, how much uncertainty is in the resolution process, and whether the potential edge is large enough to justify the position size. A market at $0.51 does not require a dramatic opinion; it requires a probability estimate meaningfully different from 51% and a risk budget you can live with.

For a practical workflow, read [How to Trade Prediction Markets: A Beginner's Guide](/learn/how-to-trade-prediction-markets). For conversational research and execution, see [How to Use Co-Invest to Trade Prediction Markets](/learn/how-to-use-co-invest-to-trade-prediction-markets).

## Can Co-Invest explain prediction-market odds?

Co-Invest can summarize a market's current price, implied probability, resolution rule, recent price movement, and the strongest evidence for each team or outcome. Treat the response as research support, not as a guarantee. You still decide whether the estimate is credible, how much to risk, and whether to press Confirm on the trade card.

*Prediction-market prices are estimates and can move quickly. This article is educational, not investment advice.*
