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

# Parlays

<figure><img src="/files/l7mOxrJHqYT7gWLkdTXH" alt="" width="360"><figcaption></figcaption></figure>

<details>

<summary>What is a parlay?</summary>

A parlay, also known as a combo bet or an accumulator, is essentially a single bet comprised of bets on multiple different outcomes. Each individual outcome is referred to as a 'leg' of the parlay.\
\
The odds for the parlay are determined by multiplying the odds of each leg. This means that winning a parlay can provide a payout of substantial multiples.\
\
In order for a parlay to win, each individual leg must be won. If a single leg of the parlay loses, the entire parlay is lost. This means that parlays come with more risk than individual bets.\
\
For instance, the parlay in the above image has 11 legs. If 10 of those legs won, but 1 leg lost, the whole parlay would be a loss. However, if all 11 legs won, the bettor would enjoy an eye-popping 462x payout.

</details>

<details>

<summary>How do I place a parlay bet with Bookiebot?</summary>

Bookiebot makes it easy to place parlay bets. Start by simply choosing the outcome for the first leg of your parlay, just as you would if you were placing an individual bet.\
\
After selecting the outcome of the first leg, simply press 'Select More Bets (Parlay)', instead of pressing the 'Proceed with Bet' button. \ <img src="/files/xRIAUN1oaqAyRqwFOfB9" alt="" data-size="original">

Then, simply continue selecting outcomes to add legs to your bet. Each time you add a leg, it will show your current selections and the Total Odds for the parlay. To continue adding legs, simply press the 'Select More Bets (Parlay)' after each leg.\
\
After adding the last leg, when you are ready to proceed with placing the bet, press the 'Proceed with Bet' button\
![](/files/xbPmN3JoIbgUesu0Wu6b)\
Next, you will simply enter and confirm the amount you would like to bet, proceed with placing your bet, just like if you were placing an individual bet.<br>

</details>

<details>

<summary>Limitations, maximums, and minimums</summary>

* Parlays on Polygon/Azuro can have maximum odds of 999x
* Parlays on Optimism/Overtime can have a maximum of 10 legs
* Parlays on Optimism/Overtime must be a minimum bet of $5
* Same game parlays are not *yet* supported. Currently, each leg of a parlay must be from a different match

</details>


---

# 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://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide/parlays.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.
