pt.surebet.com API: get_surebets
pt.surebet.com via Parse · sports
Fetch arbitrage bets (surebets) where combinations of odds across bookmakers guarantee profit regardless of outcome. Returns records sorted by profit descending, each containing prong pairs from different bookmakers with their odds, event details, and calculated profit/ROI. Pagination is manual via the cursor param using the last record's sort_by value; can_forward indicates whether more pages exist. Access arbitrage betting data including surebets, middlebets, and valuebets from pt.surebet.com Fulfilled by Parse from pt.surebet.com.
- finance
- other
- parse
- platform-key
- pt-surebet-com
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0a6c2f64-69f1-4304-9dcc-6768d08e598e/get_surebets
- Interface artifact
- sha256:a8ee4c399125eba1f83868a777bbdd34791bc796cee4d228e7cd56c7357f777a
- Manifest digest
- sha256:8f41d475c4bf8f8f3860b90f5cd70832718a94c7d0c4b23f306bfca68937bd61
Request fields
- limit (integer): Max results per page.
- order (string): Sort order for results.
- sport (string): Pipe-separated sport names to filter by.
- cursor (string): Pagination cursor — use last record's sort_by value from previous page.
- outcomes (integer): Number of outcomes to filter by (e.g. 2 for two-way bets, 3 for three-way).
- bookmakers (string): Pipe-separated bookmaker IDs to include.
- max_profit (number): Maximum profit percentage filter.
- min_profit (number): Minimum profit percentage filter.
Example queries
- {"limit":"5","order":"desc","sport":"Football|Tennis","outcomes":"2","bookmakers":"pinnaclesports|marathonbet|bet365"}