> For the complete documentation index, see [llms.txt](https://paradox-3.gitbook.io/paradox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paradox-3.gitbook.io/paradox/parimutuel-wagering/be-aware-dynamic-odds.md).

# Be Aware: Dynamic Odds

## Bettors are not given odds when their bet is made. Odds are based exclusively on the ratio of money bet on each team at the start of the event.

Unlike traditional sportsbook style betting, users are only betting on a team. The odds of a bet are unknown until the event starts. When the event starts, betting is closed and the user is assigned odds. All users who bet on the same team will get the same odds. If you are going to place a bet, you see this screen. **Price impact is only meant to show what the pool distribution will change to as a result of your bet being placed. This will only be your final odds if nobody else bets (i.e., your bet is the last bet in the pool before the event starts). THESE ODDS ARE NOT LOCKED IN.**

![](/files/Z8HEuz8GbgbwSZHb8bhK)

## **It is possible for Price Impact to change significantly before you bet**

Bets are only displayed on the front end when a transaction is confirmed on the blockchain, and may not be instantly reflected. This could cause the numbers displayed on the frontend to be inaccurate. Fortunately, with parimutuel betting, you are not exposed to direct slippage in this case as your odds just depend on the ratio of pools at the event start, not at the time you bet.

## **The odds may see significant movement around the start time of the event**&#x20;

Because the odds are not locked in until the event start, the odds may shift significantly immediately before the pool locks. While it is only profitable for an arbitrageur to trade the pool closer to the market odds, there is no guarantee the net flow immediately before settlement makes odds closer to the market.


---

# 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:

```
GET https://paradox-3.gitbook.io/paradox/parimutuel-wagering/be-aware-dynamic-odds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
