# Combo bet

In a combo bet, the predictions for up to 10 different events are grouped together to create a single bet. To win, all combined predictions must match the actual results.

The predictions must pertain to separate events; you cannot combine predictions for the same event (for instance, a specific basketball game).

**Winnings Calculation:** The potential winnings are determined in two stages:

1. **Overall Odds:** Multiply all individual odds together.
2. **Potential Winnings:** Multiply the stake by the overall odds.

**Example:** A bet is placed on the outcomes of three soccer matches.

* Manchester City vs. Chelsea: Manchester City to win (odds of 2.1)
* Liverpool vs. Arsenal: Draw (odds of 3.0)
* Tottenham vs. Newcastle: Newcastle to win (odds of 2.5)

1. **Overall Odds:** 2.1 x 3.0 x 2.5 = 15.75
2. If all three predictions are accurate, a stake of $10 would yield winnings of: $10 x 15.75 = $157.50.


---

# 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://docs.xyes.com/betting/sports-betting/betslip-section/combo-bet.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.
