# 組合投注

在組合投注中，最多可將 10 個不同事件的預測匯集在一起，形成一個單一的投注。要獲勝，所有組合的預測必須與實際結果相匹配。\
預測必須涉及不同的事件；您不能將同一事件的預測組合在一起（例如，特定的籃球比賽）。\
**獎金計算**：潛在的獎金分兩個階段確定：

1. **整體賠率**：將所有單獨的賠率相乘。
2. **潛在獎金**：將賭注乘以整體賠率。

**示例**：對三場足球比賽的結果進行投注。

* 曼城對切爾西：曼城獲勝（賠率為 2.1）
* 利物浦對阿森納：平局（賠率為 3.0）
* 熱刺對紐卡素：紐卡素獲勝（賠率為 2.5）

1. **整體賠率**：2.1 x 3.0 x 2.5 = 15.75
2. 如果所有三個預測都準確，則 10 美元的賭注將產生的獎金為：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/chinese/tou-zhu/ti-yu-bo-cai/tou-zhu-dan-bu-fen/zu-he-tou-zhu.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.
