|
1 | 1 | --- |
2 | | -description: "GET /api/v1/sportsbooks — List available sportsbooks with current status, required subscription tier, and book-specific capabilities. Covers 30+ books including Pinnacle and DraftKings." |
| 2 | +description: "GET /api/v1/sportsbooks — List available sportsbooks with current status, required subscription tier, and book-specific capabilities. Covers 32 books including Pinnacle and DraftKings." |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | import { Callout, Tabs } from 'nextra/components' |
@@ -171,6 +171,19 @@ for book in result['data']: |
171 | 171 | "last_update": "2026-01-26T02:24:55.000Z", |
172 | 172 | "requires_tier": "sharp" |
173 | 173 | }, |
| 174 | + { |
| 175 | + "id": "circa", |
| 176 | + "name": "circa", |
| 177 | + "display_name": "Circa Sports", |
| 178 | + "has_live_odds": true, |
| 179 | + "has_player_props": true, |
| 180 | + "regions": ["US"], |
| 181 | + "is_sharp": true, |
| 182 | + "status": "active", |
| 183 | + "event_count": 620, |
| 184 | + "last_update": "2026-01-26T02:24:52.000Z", |
| 185 | + "requires_tier": "sharp" |
| 186 | + }, |
174 | 187 | { |
175 | 188 | "id": "bookmaker", |
176 | 189 | "name": "bookmaker", |
@@ -277,8 +290,8 @@ for book in result['data']: |
277 | 290 | } |
278 | 291 | ], |
279 | 292 | "meta": { |
280 | | - "count": 16, |
281 | | - "total": 16, |
| 293 | + "count": 17, |
| 294 | + "total": 17, |
282 | 295 | "pagination": { |
283 | 296 | "limit": 50, |
284 | 297 | "offset": 0, |
@@ -321,12 +334,12 @@ The `requires_tier` field indicates the minimum subscription tier needed to acce |
321 | 334 | | **Free** | 23 | Kalshi, BetMGM, DraftKings, Bet365, and 19 more | |
322 | 335 | | **Hobby** | 23 | Same as Free | |
323 | 336 | | **Pro** | 23 | Same as Hobby | |
324 | | -| **Sharp** | 25 | All available sportsbooks | |
325 | | -| **Enterprise** | 25 | All available sportsbooks | |
| 337 | +| **Sharp** | 26 | All available sportsbooks | |
| 338 | +| **Enterprise** | 26 | All available sportsbooks | |
326 | 339 | {/* AUTO:END:tier-summary */} |
327 | 340 |
|
328 | 341 | <Callout type="warning"> |
329 | | -**Pinnacle**, **Bookmaker**, **ProphetX**, and **Betfair** require **Sharp tier or higher**. Pinnacle is a sharp book whose efficient lines are used as the reference for +EV calculations. Requesting sharp book odds on Free, Hobby, or Pro tier will return a `403 tier_restricted` error. |
| 342 | +**Pinnacle**, **Circa Sports**, **Bookmaker**, **ProphetX**, and **Betfair** require **Sharp tier or higher**. Pinnacle is a sharp book whose efficient lines are used as the reference for +EV calculations. Circa Sports is another known sharp book with deliberately tight lines and a focused prop menu. Requesting sharp book odds on Free, Hobby, or Pro tier will return a `403 tier_restricted` error. |
330 | 343 | </Callout> |
331 | 344 |
|
332 | 345 | ### Understanding `requires_tier` |
@@ -365,6 +378,7 @@ The `requires_tier` field indicates the minimum subscription tier needed to acce |
365 | 378 | {/* AUTO:START:sharp-books */} |
366 | 379 | | ID | Name | Live | Props | Tier | |
367 | 380 | |----|------|------|-------|------| |
| 381 | +| `circa` | Circa Sports | Yes | Limited | **Sharp** | |
368 | 382 | | `pinnacle` | Pinnacle | Yes | Yes | **Sharp** | |
369 | 383 | {/* AUTO:END:sharp-books */} |
370 | 384 |
|
@@ -410,7 +424,7 @@ The `requires_tier` field indicates the minimum subscription tier needed to acce |
410 | 424 | - **Lower vig (juice)** -- tighter margins mean better odds accuracy |
411 | 425 | - **Efficient lines** -- used as the reference for +EV and fair value calculations |
412 | 426 | - **Not available in all regions** -- Pinnacle is not licensed in the US |
413 | | -- Examples: Pinnacle, Bookmaker |
| 427 | +- Examples: Pinnacle, Circa Sports, Bookmaker |
414 | 428 |
|
415 | 429 | ### Soft Books |
416 | 430 | - **Higher vig** -- wider margins create more room for +EV opportunities |
|
0 commit comments