# 系統投注

系統投注是組合投注的高級版本，涉及三個或更多選擇。這種類型的投注使客戶能夠在單一賭注中同時進行多個組合投注。與標準組合投注不同，系統投注允許某些預測不正確，同時仍然有可能獲勝，具體取決於所選擇的系統。\
可用的系統投注類型會因應所揀事件的數量而有所唔同。為方便理解，以下附上一張表，列出所有可能的系統投注選項。\
**示例：**&#x8003;虑一个 3/4 **系統投注**，包含以下四個選擇：

* 曼城勝出（賠率為 2.3）
* 阿仙奴勝出（賠率為 1.8）
* 車路士勝出（賠率為 2.5）
* 熱刺勝出（賠率為 1.7）

這個投注會生成四個組合投注，每個組合最低投注金額為1瑞士法郎，每個組合包含三個預測。

| 投注組合                    | 潛在賠率計算                    | 潛在獎金       |
| ----------------------- | ------------------------- | ---------- |
| City, Arsenal, Chelsea  | (2.3 x 1.8 x 2.5) = 10.35 | CHF 103.50 |
| City, Arsenal, Spurs    | (2.3 x 1.8 x 1.7) = 7.038 | CHF 70.40  |
| City, Chelsea, Spurs    | (2.3 x 2.5 x 1.7) = 9.775 | CHF 97.75  |
| Arsenal, Chelsea, Spurs | (1.8 x 2.5 x 1.7) = 7.650 | CHF 76.50  |

要贏得投注，四個預測中至少必須有三個正確；如果成功的預測少於三個，則整個賭注將失去。\
系統投注的潛在獎金由正確預測的數量及其賠率決定，並乘以賭注。\
**注意**：在下賭注時，投注單必須始終顯示可能的最大奖金。所有預測必須準確，以實現這個最大值。

## 其他示例：

* 2/3：你有三次投注（組合），認為兩個會獲勝。
* 3/5：你預期從五次投注（組合）中獲勝三個。
* 4/6：你的投注單上有六次投注（組合），希望至少有四個會獲勝。
* 6/8：你希望八次投注（組合）中有六個會獲勝。


---

# 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/xi-tong-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.
