# Odds

Odds is a loss index of gambling companies or bookmakers, and it is the bettor's winning rate. Odds=1/Probability (Odds=1/Probability). Our platform uses the more commonly used European odds. Example:

For example:

![](https://lh6.googleusercontent.com/Muhc1T8J90yQC6JKfhQ5O3enr6kN0HXaVHLCe6KUJoS1iGdORJ8aXRhrIMVwmq8JXKiXjKkqvzWCGQUVzdKlLrcF9SwzPdf9qhCcKI79kmCQ_YraA9DfkH6xtp7N2B-u5j7VHiF2f-D1Kax7m90)

The three markets of the AAA team and the BBB team are respectively the AAA team winning, the two sides are tied and the BBB team wins. Among them, the probability of winning the AAA team is 53%, the odds of coming back (to win) are 1.88, and the odds of lying (to not win) are 1.89. Bettor A back (to win) $100. If bettor A wins, the return will be 1.88x100=$188, bettor A's profit is $88, liquidity provider/banker loses $88; if bettor A doesn't win, then bettor A loses $100, liquidity provider / The bookmaker's profit is $100.


---

# Agent Instructions: 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://pixer-eternity.gitbook.io/pixer-eternity/ecosystem/football-betting-platform/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.
