> For the complete documentation index, see [llms.txt](https://docs.xyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyes.com/chinese/tou-zhu/du-chang/du-chang-you-xi/tou-bao.md).

# 骰寶

* 骰寶（Sic Bo）一般稱為賭大小，是一種用骰子賭博的方法。骰寶是由各閑家向莊家下注。每次下注前，莊家先把三顆骰子放在有蓋的器皿內搖晃。當各閑家下注完畢，莊家便打開器皿並派彩。 最常見的賭注是買骰子點數的大小（總點數為4至10稱作小，11至17為大，圍骰除外），故也常被稱為買大小（Tai-Sai）。

### 遊戲規則

骰寶是一種古老的中國骰子遊戲，在古代尤為盛行。玩家押注三個在籠子中轉動的骰子的旋轉結果。您可以同時押注在桌面上的一個或多個數字。遊戲的牌桌分割成幾部分押注“區域”，每一個區域代表不同類的骰子結果或組合。遊戲開始時，放置籌碼在桌面上任何地方代表一個或多個骰子組合。下注完成後，裝有骰子的籠子將開始旋轉，結果將顯示在屏幕的右上方。

1. 單一數字

   牌桌的下方有一排被分割為 6 小格的下注區域，在這一排，您是押注骰子旋轉之後將顯示哪一個數字。如果三個骰子中的一個顯示您押的數字，那麼您的贏錢為 1 比 1。如果三個骰子中的兩個顯示您押的數字，那麼您的贏錢為 2 比 1。如果三個骰子中的三個顯示您押的數字，那麼您的贏錢為 3 比 1。
2. 兩個數字組合

   兩個數字組合押注是下注任意兩個骰子旋轉後的結果組合。贏錢比例為 5 比 1。比如，您押注三個骰子旋轉之後至少其中的兩個將各顯示為 5 或 3。旋轉之後，骰子各顯示為 4, 3 和 5，那麼您就贏得了您下注金額 5 倍的贏錢。在兩個數字組合押注中，只能贏得一次組合，也就是說如果骰子各顯示為 3、3 和 5，那麼您也只能獲得一個組合的贏錢。如果您押注在多個兩個數字組合，那麼三個骰子旋轉結果如果滿足了那些組合，每一個組合您都將獲得贏錢。
3. 三個數字總和

   在這個區域，您下注的是三個骰子旋轉後的數字總和。如果旋轉後的數字總和為 3 或 18，或單雙，莊家圍骰那麼您一定輸，因為牌桌上沒有那些組合可以押注。不同的數字總和代表不同的賠率，請見下面的贏錢列表。
4. 大或小

   如果您選擇下注在這個區域，您押注的是三個骰子的數字總和。這裡的賠率全部為 1 比 1。“大” 是指數字總和為 11 到 17，“小” 是指數字總和為 4 到 10。

   無論押注大或小，如果骰子的旋轉結果為三個同號，那麼算輸。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xyes.com/chinese/tou-zhu/du-chang/du-chang-you-xi/tou-bao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
