API v1 - Live

Real-Time Edge Detection API

Find +EV bets and arbitrage across every major US sportsbook. 2,000+ edges daily. Built for traders, syndicates, and developers.

2,000+
Edges per day
200+
Arbs per day
10
Sports + props
7 min
Scan interval
Start Free View Pricing

Live Data Endpoint

GET sharpedgeai.app/api/live.json

Live scanner stats and top edges. No auth required. Updates every 10 minutes.

curl https://sharpedgeai.app/api/live.json | jq .

Returns: edges_today, arbs_today, events_scanned, live_edges (top 8 with sport, teams, odds, edge %)

MCP Server (for AI Agents)

9 tools for Claude Desktop and any MCP-compatible AI assistant:

npx sharpedge-mcp

Tools: search_edges, get_live_stats, whats_hot, get_sample_edges, explain_ev_betting, compare_to_competitors, get_pricing, get_features, get_started

Download one-click installer (.mcpb) | npm | GitHub

Telegram Bot

Get edges to your phone. No API integration needed.

Open https://t.me/SharpEdgeAI_bot
Send /start
Pick sports, books, bankroll
Get +EV alerts with Kelly sizing

Pricing

Free

$0
  • 1 edge per day
  • Public live.json endpoint
  • MCP server (all 9 tools)
  • Telegram bot access
Start free

API

$99/mo
  • REST API access (/v1/edges, /v1/arbs)
  • Search by team/sport/book
  • 100 calls per hour
  • Full JSON edge data with AI analysis
  • Build your own tools and bots
  • Priority support
Get API key

API Reference (v1)

All /v1/ endpoints require an API key in the X-API-Key header.

GET /v1/edges

Get all current +EV edges. Filter by sport, sportsbook, or minimum edge %.

curl -H "X-API-Key: YOUR_KEY" https://api.sharpedgeai.app/v1/edges?sport=nba&min_edge=5
GET /v1/arbs

Get all current arbitrage opportunities.

GET /v1/search?q=lakers

Search edges by team name, sport, or sportsbook.

GET /v1/stats

Scanner statistics: edges found, arbs, events scanned, scan interval.

GET /v1/sports

List all supported sports, markets, and player prop categories.

Example Response

{
  "count": 3,
  "total_available": 19,
  "edges": [
    {
      "sport": "NHL",
      "home_team": "Edmonton Oilers",
      "away_team": "Vancouver Canucks",
      "market": "h2h",
      "outcome": "Vancouver Canucks",
      "sportsbook": "betrivers",
      "odds": 425,
      "fair_probability": 18.2,
      "edge_pct": 11.1,
      "confidence": {"grade": "B"},
      "ai_analysis": "Edge exists because..."
    }
  ]
}

How It Works

SharpEdge compares odds across DraftKings, FanDuel, BetMGM, Caesars, PointsBet, BetRivers, ESPN BET, and more. It removes bookmaker margin (de-vigs) using sharp book reference lines from Pinnacle and Circa, calculates fair probabilities, and flags when any sportsbook offers odds better than true probability.

For edges over 5%, AI analyzes the matchup and explains WHY the edge exists. Kelly Criterion calculates optimal bet size for your bankroll.

Sports: NBA, NFL, MLB, NHL, NCAA, MLS, Liga MX, EPL, La Liga, Champions League. Player props for NBA, NFL, MLB, NHL.