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