# 保险规则

在玩家allin以后，领先的玩家可以购买保险来对冲被反超的风险

## 德州扑克中保险的规则是什么

1. 当所有玩家都Allin摊牌之后开始购买保险（ABC三名玩家在局，A短码玩家Allin，BC玩家CALL，则牌局继续进行，无法购买保险）
2. 由领先的玩家进行购买
3. 当玩家已经分钱，但是仍然有outs反超时（Freeroll 情况），被freeroll的选手也可以买保险
4. 根据outs个数和allin玩家个数不同，保险赔率不一样

## 为什么需要购买保险

为什么要购买保险呢？主要有以下几点原因：

1. 平衡波动: 你愿意少赢一点以换取自己资金收益的平稳
2. 你有一定的牌技，但是游戏时间不充足\
   如果你游戏的样本足够大， 你不应该购买保险。但是也许你每天就两三个小时的游戏时间，今天这个本来能赢下的底池如果因为被Bad beat导致失去，可能需要一周的盈利才能弥补。
3. 预防被BB带来的上头导致更大的损失\
   曾经我也是不买保险党，但后来发现因为被BB带来的负面情绪会导致我在后面的游戏中损失更多，所以，提前给保险支付一点，以防止后面上头带来更多的支付
4. 你在越级打牌，或者在面临一个超级大POT\
   也许输了这个POT你需要很久才能爬回来，那就买吧


---

# 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.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.
