# 短牌保险详细规则

使用一个简单的例子来描述一下保险的基本规则。

假设一号玩家9Tc，二号玩家A6s，翻牌QdKhJd。 一号玩家暂时领先。

![](/files/sL6ag1Snqd0RuADFlqnq)

1. 玩家9T领先，输三张十，此时一号玩家可以购买保险。
2. 假设一号玩家购买了  100 三张十，赔率为6.2
   1. 如果转牌出10， 一号玩家会得到 620 的保险赔偿
   2. 如果转牌不出10，一号玩家需要支付100 的保险金
3. 转牌6不改变牌面，因为玩家在转牌已经买了100 的保险。
   1. 所以在河牌，玩家需要强制买一个 100/6.2 = 16.1 的保险
4. 假设玩家在河牌也买100 的保险，那么
   1. 如果河牌发10，玩家会得到保险赔偿 =  100 X 6.2 - 100 (转牌的保险金) = 520
   2. 如果河牌不发10， 玩家需要交付 100 + 100 = 200 的保险款

另外还有多人底池，以及有分钱outs的状况下，保险会比较复杂。会在文档中详细阐述。


---

# 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://www.nutsdao.org/zhong-wen/nutsdao/pu-ke-you-xi/bao-xian-gui-ze/duan-pai-bao-xian-xiang-xi-gui-ze.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.
