get_arbitrage
Find guaranteed-profit arbitrage opportunities across sportsbooks. Filter by two-way/three-way bets and minimum profit percentage. Paginate with cursor.
Instructions
Arbitrage scanner: cross-book opportunities with a guaranteed profit, including each leg (source, selection, odds) and the optimal stake fractions. Filter by type (two_way | three_way) and minimum profit %. Paginate with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Arbitrage type. | |
| limit | No | Max rows to return (page size). Default 50, server caps apply. | |
| cursor | No | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. | |
| min_profit | No | Minimum guaranteed profit % (e.g. 1 for 1%). |