Skip to content
@Sharp-API

SharpAPI

Real-time sports betting odds API for developers: live odds, +EV, and arbitrage across US sportsbooks. sharpapi.io

SharpAPI logo

SharpAPI

The real-time sports betting odds API for developers.

Live odds from 45+ US sportsbooks in one normalized schema, with built-in no-vig fair odds, +EV and arbitrage detection, and sub-89ms P50 SSE streaming.

PyPI npm Docs Free tier

Website · Documentation · Pricing · Discord · X

Quick start

npm install @sharp-api/client        # TypeScript / JavaScript
pip install sharpapi                 # Python
import { SharpAPI } from '@sharp-api/client'

const api = new SharpAPI('sk_live_...')
const { data: odds } = await api.odds.get({ league: 'nba' })
const { data: arbs } = await api.arbitrage.get({ min_profit: 1 })
from sharpapi import SharpAPI

client = SharpAPI("sk_live_...")  # free key at sharpapi.io
evs = client.ev.get(min_ev=3.0, sport="basketball")

One GET /odds call returns every book's price on every market in one schema. The API also serves pre-computed opportunities: /opportunities/ev (Pinnacle no-vig reference), /opportunities/arbitrage, and /opportunities/middles, plus player props, game state, and historical odds with closing lines.

Repositories

Repo What it is
SharpAPI-TS Official TypeScript/JavaScript SDK (@sharp-api/client on npm)
SharpAPI-Python Official Python SDK (sharpapi on PyPI)
SharpAPI-Documentation Source of docs.sharpapi.io (EN, DE, ES, PT-BR)
sports-odds-sample-data Free odds dataset: 2026 FIFA World Cup + MLB snapshots, 20 books, CC BY 4.0
sharpapi-r R client, CRAN submission in progress

Data, if you just want data

The sample dataset is free under CC BY 4.0: real multi-book odds snapshots ready for pandas or R, with a citation block for research use. The live feed behind it starts at $0: get a free API key, no credit card required.


Odds are informational market data, not betting advice. Sports betting involves financial risk, is legal only where permitted, and is restricted to those of legal age (21+ in most US states). Please wager responsibly.

Popular repositories Loading

  1. SharpAPI-Documentation SharpAPI-Documentation Public

    Documentation for SharpAPI (docs.sharpapi.io): REST + SSE + WebSocket reference in EN, DE, ES, PT-BR

    MDX

  2. SharpAPI-Python SharpAPI-Python Public

    Official Python SDK for SharpAPI, the real-time sports betting odds API: live odds from 45+ books, no-vig fair odds, +EV and arbitrage. pip install sharpapi

    Python

  3. SharpAPI-TS SharpAPI-TS Public

    Official TypeScript/JavaScript client for the SharpAPI real-time sports betting odds API

    TypeScript

  4. sports-odds-sample-data sports-odds-sample-data Public

    Real sportsbook odds snapshots (2026 FIFA World Cup + MLB, 20 books, 99 markets) from SharpAPI. CC BY 4.0.

  5. sharpapi-r sharpapi-r Public

    R client for SharpAPI, the real-time sports betting odds API (45+ books, no-vig, +EV, arbitrage). CRAN submission pending.

    R

  6. .github .github Public

    SharpAPI org profile

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…