Skip to content

Commit 523314b

Browse files
Mlaz-codeclaude
andcommitted
fix: Pinnacle and sharp books require Sharp tier, not Pro
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e3e7cc3 commit 523314b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

pages/api-reference/odds.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ X-Request-Id: req_abc123def456
196196
{
197197
"error": {
198198
"code": "tier_restricted",
199-
"message": "Sportsbook 'pinnacle' requires Pro tier or higher",
199+
"message": "Sportsbook 'pinnacle' requires Sharp tier or higher",
200200
"docs": "https://sharpapi.io/docs/pricing"
201201
}
202202
}
@@ -345,12 +345,12 @@ The sportsbooks included in your odds results depend on your subscription tier:
345345
|------|-----------------|----------------------|
346346
| **Free** | 2 | DraftKings, FanDuel |
347347
| **Hobby** | 5 | + BetMGM, Caesars, ESPN Bet |
348-
| **Pro** | 15 | + Pinnacle, Bet365, BetRivers, Fanatics, and more |
348+
| **Pro** | 15 | + Bet365, BetRivers, Fanatics, and more |
349349
| **Sharp** | All | All available sportsbooks |
350350
| **Enterprise** | All | All available sportsbooks |
351351

352352
<Callout type="warning">
353-
**Pinnacle** (sharp book) requires **Pro tier or higher**. Requesting `sportsbook=pinnacle` on a Free or Hobby tier will return a `403 tier_restricted` error.
353+
**Pinnacle** (sharp book) requires **Sharp tier or higher**. Requesting `sportsbook=pinnacle` on a Free, Hobby, or Pro tier will return a `403 tier_restricted` error.
354354
</Callout>
355355

356356
## Filtering Examples

pages/api-reference/sportsbooks.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ for book in result['data']:
140140
"status": "active",
141141
"odds_count": 980,
142142
"last_update": "2026-01-26T02:24:55.000Z",
143-
"requires_tier": "pro"
143+
"requires_tier": "sharp"
144144
},
145145
{
146146
"id": "bet365",
@@ -300,12 +300,12 @@ The `requires_tier` field indicates the minimum subscription tier needed to acce
300300
|------|-----------------|----------------------|
301301
| **Free** | 2 | DraftKings, FanDuel |
302302
| **Hobby** | 5 | + BetMGM, Caesars, ESPN Bet |
303-
| **Pro** | 15 | + Pinnacle, Bet365, BetRivers, Fanatics, and more |
303+
| **Pro** | 15 | + Bet365, BetRivers, Fanatics, and more |
304304
| **Sharp** | All | All available sportsbooks |
305305
| **Enterprise** | All | All available sportsbooks |
306306

307307
<Callout type="warning">
308-
**Pinnacle** requires **Pro tier or higher**. Pinnacle is a sharp book whose efficient lines are used as the reference for +EV calculations. Requesting Pinnacle odds on Free or Hobby tier will return a `403 tier_restricted` error.
308+
**Pinnacle** and other sharp books require **Sharp tier or higher**. Pinnacle is a sharp book whose efficient lines are used as the reference for +EV calculations. Requesting Pinnacle odds on Free, Hobby, or Pro tier will return a `403 tier_restricted` error.
309309
</Callout>
310310

311311
### Understanding `requires_tier`
@@ -335,7 +335,7 @@ The `requires_tier` field indicates the minimum subscription tier needed to acce
335335

336336
| ID | Name | Live | Props | Tier |
337337
|----|------|------|-------|------|
338-
| `pinnacle` | Pinnacle | Yes | Yes | **Pro** |
338+
| `pinnacle` | Pinnacle | Yes | Yes | **Sharp** |
339339

340340
### International
341341

pages/pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ The number of sportsbooks you can access depends on your tier:
162162
| Tier | Books | Example Access |
163163
|------|-------|----------------|
164164
| Free | 2 | DraftKings, FanDuel |
165-
| Hobby | 5 | + BetMGM, Caesars, Bet365 |
166-
| Pro | 15 | + Pinnacle, ESPN Bet, and more |
165+
| Hobby | 5 | + BetMGM, Caesars, ESPN Bet |
166+
| Pro | 15 | + Bet365, BetRivers, Fanatics, and more |
167167
| Sharp/Enterprise | All | All 15+ supported books |
168168

169169
## Tier Upgrades

0 commit comments

Comments
 (0)