# 投注組合生成器

## 什麼是投注生成器？

投注生成器是一個單一比賽中的賠率和選擇的集合，組合成一個更大的投注。這通常涉及三個或更多選擇的投注，這些選擇稱為“環節”。

最常用的環節包括：

* 比賽結果
* 總進球數（大/小）
* 兩隊均得分
* 球員射門/射正
* 球隊射門/射正
* 角球（大/小）
* 球員黃牌
* 黃牌（大/小）
* 讓分

雖然這些是最常見的選項，有時可能會有其他選擇，例如：

* 球員傳球/鏟球/犯規/越位
* 球隊傳球/鏟球/犯規/越位
* 任意球
* 球門球
* 投擲球

投注構建器的一個好處是，與單一投注相比，它們可以提供更好的賠率。這是因為每個環節的賠率相乘以確定投注生成器的整體賠率。然而，這也意味着風險更高，因為所有環節必須成功才能贏得投注，而不僅僅是一個結果。

儘管風險增加，投注生成器仍然是一個受歡迎的投注選項，因為它用戶參與單場比賽的不同方面，而不僅僅是關注進球者或最終結果。

## 如何計算您的投注生成器賠率

計算投注構建器的賠率很簡單。首先，將分數賠率轉換為小數，並加1。然後，依次將所有賠率相乘。之後，從總數中減去1，並將其轉換回分數。&#x20;

例如：

* Luka Modrić 超過 56.5 次傳球 @ 2/1
* 皇家馬德里獲勝 @ 1/1
* Karim Benzema 射正 @ 1/5
* 超過 10.5 個比賽角球 @ 4/1

這轉化為：

* 2/1變為2 + 1 = 3
* 1/1變為1 + 1 = 2
* 1/5變為0.2 + 1 = 1.2
* 4/1變為4 + 1 = 5

然後，您計算： 3 x 2 x 1.2 x 5 = 36。

接下来，减去1： 36 - 1 = 35。

因此，您的投注生成器的最終賠率將是 35/1。

如果這看起來複雜，不用擔心；我們將自動計算您的投注生成器的賠率，您將在您的投注單中看到結果。

## 投注生成器的優缺點

| 優點                                     | 缺點       |
| -------------------------------------- | -------- |
| <ul><li>改善的賠率</li><li>潛在獎金增加</li></ul> | 成功的可能性降低 |


---

# 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-zu-he-sheng-cheng-qi.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.
