find_arbitrage
Detect prediction markets where Yes and No prices do not sum to 100%, identifying arbitrage opportunities for profit.
Instructions
Find arbitrage opportunities where Yes+No != 100%
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default 10) | |
| min_spread | No | Minimum total spread for arb detection (default 0.0) |