> 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/bai-jia-le.md).

# 百家樂

## 點數計算方法

百家樂的點數計算方式和其他大多數遊戲不同，與眾不同的一條規則是，九是最大的點數，並且一手牌無論怎樣都不可能比九大。下面就為您介紹下，百家樂牌點的計算方法。

在百家樂中，Ace 的撲克牌被算作 1 點；從 2 到 9 的撲克牌依點數不變，均依照其顯示的點數計算；10、J、Q 及 K 的撲克牌則被算作零點（有些賭場以 10 點計）。當所有牌的點數總和超過 9 時，則只算總數中的個位。因此，一個 8 和一個 9 的牌點大小為：7 點（8 + 9 = 17）。因百家樂中只計算撲克牌的個位數值，因此可能的最大點數為 9 點（如一個 4 和一個 5：4 + 5 = 9），最少則為 0 點，又稱 baccarat（如一個 10 和一個 Q：10 + 10 = 20，只算個位是 0）。

### 發牌與補牌

百家樂一般用 8 副牌，洗牌後 8 副牌放在發牌箱內。莊、閒家雙方每局均會收到至少兩張牌，但不超過三張。第一及第三張牌發給“閒家”，第二及第四張牌則發給“莊家”。至於要否補牌（又稱博牌，即發第三張牌）則根據補牌規則決定。百家樂跟黑杰克不同，玩家可下注於莊（Banker）或閒（Player），並無限制。

### 補牌規則

1\. 例牌：莊閒任何一方兩牌合計共為“8或9點”（稱為“例牌”，Natural，俗稱“天牌”），雙方都不須補牌，即定勝負（雙方同持 8 點或同持 9 點為和局）。否則先行“閒家補牌規則”，再行“莊家補牌規則”。

2\. 閒家補牌規則：

| 兩張牌點數合計     | 閒家補牌規則 |
| ----------- | ------ |
| 0、1、2、3、4、5 | 補一張牌   |
| 6或以上        | 不須補牌   |

#### 3. 莊家補牌規則：

(a) 若閒家不須補牌（即閒家首兩牌合計為“6至9”點），莊家以“閒家補牌規則”補牌，即莊家首兩張牌合計“0至5”點要補一張牌，6點或以上不須補牌。

(b) 若閒家須要補牌，莊家補牌原則如下：

| 兩張牌點數合計 | 閒家補牌規則则                                   |
| ------- | ----------------------------------------- |
| 0、1、2   | 補一張牌                                      |
| 3       | 如果閒家補得的第三張牌（非三張牌點數相加，下同）是 8 點，不須補牌，其他則需補牌 |
| 4       | 如果閒家補得的第三張牌是“0、1、8、9”點，不須補牌，其他則需補牌        |
| 5       | 如果閒家補得的第三張牌是“0、1、2、3、8、9”點，不須補牌，其他則需補牌    |
| 6       | 如果閒家補得的第三張牌是“6或7”點，補一張牌，其他則不需補牌           |
| 7或以上    | 不須補牌                                      |

## 賠率

* 下注莊家而莊贏者，有兩種玩法，第一種是買 1 賠 0.95，即需要扣 5% 佣給莊家。第二種稱為“免佣百家樂”，贏 1 賠 1，但若莊家以 6 點勝出賠率為 1 賠 0.5。
* 下注閒家而閒贏者，贏 1 賠 1。
* 下注和局（即最終點數一樣者），贏 1 賠 8。
* 下注莊對子或閒對子（即莊或閒首兩張牌為同數字或英文字母者），贏 1 賠 11。
* 根據澳門大部分賭場的“幸運六”賠率，以兩張牌的 6 點取勝為贏 1 賠 12，以三張牌的 6 點取勝為贏 1 賠 20。

&#x20;


---

# 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/bai-jia-le.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.
