> For the complete documentation index, see [llms.txt](https://docs.odds88.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odds88.io/integration-process/recommended-integration-flow/optional-features/cashout-integration.md).

# Cashout Integration

This section of the document outlines the integration process for our Cashout feature. With risk management flow enabled, users can subscribe to a Cashout feed stream. This stream provides real-time updates regarding potential changes in the cashout amount for each bet the user follows. It also indicates whether cashout is currently available and the amount that can be cashed out. Updates are sent whenever Odds, Markets, Selection, or Event changes occur.<br>

The overall flow is as follows:

1. You must open the feed stream via WebSocket.
2. You can then subscribe or unsubscribe bets from this stream, initiating the receipt of updates for those bets.
3. When a user wishes to cash out a bet, you have to submit a cashout request. If the request is valid, the bet will be settled as cashed out in our system.

Cashout is currently supported only for standard bet types with some exclusions:

| Category                              | Cashout supported? | Notes                                               |
| ------------------------------------- | ------------------ | --------------------------------------------------- |
| Standard bets                         | ✅ Yes              |                                                     |
| BetBuilder bets                       | ❌ No               | Same-event correlated selections are not supported. |
| FixedExotics                          | ❌ No               | Non-Standard bet type.                              |
| StartingPrice                         | ❌ No               | Non-Standard bet type.                              |
| ToteExotics                           | ❌ No               | Non-Standard bet type.                              |
| Outright bets                         | ❌ No               | Not supported currently.                            |
| Fully refundable selections           | ❌ No               | Flat lines (e.g. `1.0`, `2.0`).                     |
| Quarter lines (`0.25`, `0.75`)        | ✅ Yes              |                                                     |
| Refundable markets (e.g. Draw No Bet) | ❌ No               | Markets that can refund a selection.                |
