> For the complete documentation index, see [llms.txt](https://polypoll.gitbook.io/polypoll-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polypoll.gitbook.io/polypoll-docs/user-guide/understanding-odds.md).

# Understanding Odds

PolyPoll displays odds as probabilities.

## Binary markets

If a market shows:

* **YES 64%**
* **NO 36%**

that means the market currently prices the event as roughly a 64% chance.

In binary markets, the two prices always sum to 100%.

## Multi-choice markets

Each option has its own probability, and the whole set sums to 100%.

Example:

* Arizona 25%
* Duke 22%
* UConn 19%
* Other 34%

## Why odds move

Odds change when users trade.

* more buying on one side pushes that side up
* selling lowers exposure and can move the price back down

## Price, shares, and payout

Paper shares settle at:

* **1 point per winning share**

That means your outcome depends on:

1. how many shares you got
2. what average price you paid
3. whether the market resolves your way

## Opening odds

Creators can set the opening probability for binary markets.

That does not guarantee the market stays there. It only sets the starting point before traders move it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://polypoll.gitbook.io/polypoll-docs/user-guide/understanding-odds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
