Sports Betting API
For Developers
Real-time odds, arbitrage detection, and AI-verified picks.
Build the next generation of betting tools.
Get Started in Seconds
RESTful API with comprehensive documentation
# Install the SDK
pnpm add @linemd/sdk
# Get live arbitrage opportunities
curl https://api.linemd.dev/v1/arbs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"import { LinemdClient } from '@linemd/sdk';
const client = new LinemdClient({
apiKey: process.env.LINEMD_API_KEY
});
// Get live arbitrage opportunities
const arbs = await client.arbitrage.list({
sport: 'basketball_nba',
minProfitMargin: 2.0
});
console.log(`Found ${arbs.length} opportunities`);{
"success": true,
"data": {
"arbs": [
{
"id": "arb_abc123",
"event": "Lakers vs Celtics",
"sport": "basketball_nba",
"commence_time": "2026-03-15T19:00:00Z",
"profit_margin": 2.4,
"legs": [
{
"outcome": "Lakers ML",
"odds": 155,
"bookmaker": "draftkings"
},
{
"outcome": "Celtics ML",
"odds": -145,
"bookmaker": "fanduel"
}
],
"ai_consensus": 87,
"confidence": "HIGH",
"detected_at": "2026-03-15T15:30:00Z"
}
],
"meta": {
"total": 1,
"page": 1,
"per_page": 20
}
}
}Everything You Need to Build
Production-ready API with enterprise-grade infrastructure
Real-time Odds
Live odds from 40+ bookmakers, updated every few minutes across 8 major sports.
Arbitrage Detection
Automatic detection of profitable arbitrage opportunities with detailed calculations.
AI Verification
9 AI betting agents verify each opportunity with consensus scoring.
Historical Data
Access to historical odds movements and arbitrage patterns for backtesting.
SSE Live Stream
Server-sent events for real-time updates without polling.
Enterprise Security
API keys, rate limiting, and webhook validation built-in.
Simple, Transparent Pricing
Choose the plan that fits your needs
Free
Perfect for testing and small projects
- 1,000 API calls/month
- 15-minute delayed data
- Community support
- Basic documentation
Pro
For production applications
- 50,000 API calls/month
- Real-time data
- Priority support
- Advanced analytics
- SSE live stream
- Webhook integration
Enterprise
For high-volume applications
- Unlimited API calls
- Dedicated infrastructure
- 24/7 premium support
- Custom SLA
- Multi-region deployment
- White-label options
All plans include SSL encryption, 99.9% uptime SLA, and comprehensive API documentation
Built for Modern Development
Integrate with your favorite tools and frameworks
Node.js
Full support
Python
Full support
Go
Full support
REST API
Full support
Ready to Start Building?
Get your API key and start making requests in minutes
Free tier available • No credit card required