# win\_amount

#### win\_amount

The amount the player won in the pot.\
This is the amount the player actually took from the pot, excluding rake and any other fees.

**Type:** decimal

**Example:**

Player won $155.25

```javascript
"win_amount": 155.25
```
