EdgeBets Sports Simulation
Run professional-grade Monte Carlo simulations for sports betting analysis. Get win probabilities, projected scores, spread predictions, and edge detection for NBA, NFL, MLB, and MLS games.
Quick Start
CODEBLOCK0
CODEBLOCK1
When to Use This Skill
Use EdgeBets when the user asks about:
- - Sports game predictions or analysis
- Win probabilities for upcoming games
- Betting odds comparison and value detection
- Monte Carlo simulations for sports
- NBA, NFL, MLB, or MLS game analysis
- Pick of the day or daily betting picks
- Track record of past picks
Available Actions
1. Browse Today's Games (FREE)
Show available games without any payment required.
Trigger phrases:
- - "What NBA games are on today?"
- "Show me today's NFL matchups"
- "List MLS games"
- "What baseball games are playing?"
Response format:
CODEBLOCK2
2. Run Simulation ($1.00 USDC)
Execute 10,000 Monte Carlo simulations with full analysis.
Trigger phrases:
- - "Simulate the Lakers game"
- "Run analysis on game 1"
- "What are the odds for Warriors vs Suns?"
- "Analyze the Chiefs game"
Response format:
CODEBLOCK3
3. Get Pick of the Day (FREE)
Get the daily expert pick with analysis. No payment required.
Trigger phrases:
- - "What's the pick of the day?"
- "Give me today's pick"
- "What should I bet on today?"
- "Show me the daily pick"
Response format:
CODEBLOCK4
If game already played:
CODEBLOCK5
4. Get Track Record (FREE)
View the historical performance of daily picks.
Trigger phrases:
- - "What's your track record?"
- "How are the picks doing?"
- "Show me past picks"
Response format:
CODEBLOCK6
5. Check Balance
Verify USDC balance before running simulations.
Trigger phrases:
- - "Check my balance"
- "Do I have enough for a simulation?"
Payment Information
- - Cost: $1.00 USDC per simulation
- Network: Solana mainnet
- Protocol: x402 (automatic with SDK)
Environment Setup
Set your Solana wallet private key:
CODEBLOCK7
The wallet needs:
- - At least $1.00 USDC for each simulation
- Small amount of SOL for transaction fees (~0.001 SOL)
API Reference
Get Games
CODEBLOCK8
Run Simulation
CODEBLOCK9
Check Balance
CODEBLOCK10
Get Pick of the Day
CODEBLOCK11
Get Track Record
CODEBLOCK12
Supported Sports
| Sport | Code | Endpoint |
|---|
| NBA | INLINECODE0 | Basketball |
| NFL |
nfl | Football |
| MLB |
mlb | Baseball |
| MLS |
mls | Soccer |
Links
- - Website: https://edgebets.fun
- API Docs: https://api.edgebets.fun/api/v1/x402
- OpenAPI Spec: https://api.edgebets.fun/api/v1/x402/openapi.json
- npm Package: https://www.npmjs.com/package/edgebets-sdk
EdgeBets 体育模拟
运行专业级的蒙特卡洛模拟,用于体育博彩分析。获取NBA、NFL、MLB和MLS比赛的获胜概率、预测得分、让分预测和边缘检测。
快速开始
bash
npm install edgebets-sdk
javascript
import { createClient } from edgebets-sdk;
const client = createClient(JSON.parse(process.env.SOLANAPRIVATEKEY));
// 获取今日比赛(免费)
const games = await client.getGames(nba);
// 运行模拟(1.00 USDC)
const result = await client.simulate(nba, games[0].id);
何时使用此技能
当用户询问以下内容时,使用EdgeBets:
- - 体育比赛预测或分析
- 即将进行的比赛的获胜概率
- 投注赔率比较和价值检测
- 体育赛事的蒙特卡洛模拟
- NBA、NFL、MLB或MLS比赛分析
- 每日精选或每日投注推荐
- 过往推荐的跟踪记录
可用操作
1. 浏览今日比赛(免费)
无需支付即可查看可用比赛。
触发短语:
- - 今天有哪些NBA比赛?
- 显示今天的NFL对阵
- 列出MLS比赛
- 有哪些棒球比赛?
回复格式:
今日NBA比赛:
- 1. 湖人 vs 凯尔特人 - 东部时间晚上7:30
- 勇士 vs 太阳 - 东部时间晚上10:00
...
2. 运行模拟(1.00 USDC)
执行10,000次蒙特卡洛模拟并提供完整分析。
触发短语:
- - 模拟湖人队的比赛
- 对比赛1进行分析
- 勇士对太阳的赔率是多少?
- 分析酋长队的比赛
回复格式:
模拟结果:湖人 vs 凯尔特人
获胜概率:
预测比分:湖人 108 - 凯尔特人 112
预测总分:220分
预测让分:凯尔特人 -4
边缘分析:
- - 检测到湖人独赢价值(+3.2%边缘)
- 凯利公式建议投入2.1%本金
3. 获取每日精选(免费)
获取每日专家推荐及分析。无需支付。
触发短语:
- - 今天的精选是什么?
- 给我今天的推荐
- 今天应该投注什么?
- 显示每日精选
回复格式:
每日精选:湖人独赢
比赛:凯尔特人 @ 湖人 - 东部时间晚上7:30
推荐:湖人独赢(-110)
信心:高
获胜概率:58.2%
市场边缘:+4.1%
分析:湖人最近10场主场比赛中取得8胜2负...
如果比赛已结束:
今日精选(湖人独赢)已结算:赢
新精选将于中部时间凌晨2点提供。
4. 获取跟踪记录(免费)
查看每日推荐的历史表现。
触发短语:
回复格式:
跟踪记录:45胜32负3平(58.4%)
当前连胜:4连胜
近期:胜 胜 胜 胜 负 胜 负 胜
5. 检查余额
在运行模拟前验证USDC余额。
触发短语:
支付信息
- - 费用: 每次模拟1.00 USDC
- 网络: Solana主网
- 协议: x402(SDK自动处理)
环境设置
设置您的Solana钱包私钥:
bash
export SOLANAPRIVATEKEY=[您的私钥数组]
钱包需要:
- - 每次模拟至少1.00 USDC
- 少量SOL用于交易费用(约0.001 SOL)
API参考
获取比赛
javascript
// 今日比赛
const games = await client.getGames(nba);
// 明日比赛
const tomorrow = await client.getTomorrowGames(nfl);
// 特定比赛
const game = await client.getGameDetails(mlb, mlb-2026-03-28-nyy-bos);
运行模拟
javascript
const result = await client.simulate(nba, gameId, {
onStatus: (status) => console.log(status), // paying, processing, complete
});
// 结果包括:
// - homeWinProbability, awayWinProbability
// - averageHomeScore, averageAwayScore
// - predictedSpread, averageTotalPoints
// - edgeAnalysis(价值检测)
// - bettingInsights(公平赔率)
// - factorBreakdown(驱动预测的因素)
检查余额
javascript
const balance = await client.checkBalance();
// { usdc: 5.25, sol: 0.05, sufficient: true }
获取每日精选
javascript
const pick = await client.getTodaysPick();
// {
// hasPick: true,
// isTodaysPick: true,
// pick: {
// sport: nba,
// pick: Lakers,
// pickType: moneyline,
// winProbability: 0.582,
// confidence: high,
// result: pending // 或 win, loss, push
// },
// message: null,
// nextPickTime: null
// }
// 如果比赛已结束:
// {
// hasPick: true,
// pick: { ... result: win ... },
// message: 今日精选已结算:赢。新精选将于中部时间凌晨2点提供。,
// nextPickTime: 中部时间凌晨2:00
// }
获取跟踪记录
javascript
const record = await client.getTrackRecord();
// {
// wins: 45,
// losses: 32,
// pushes: 3,
// winRate: 58.4,
// streak: 4,
// streakType: W,
// recentPicks: [...]
// }
支持的体育项目
nfl | 橄榄球 |
| MLB | mlb | 棒球 |
| MLS | mls | 足球 |
链接
- - 网站:https://edgebets.fun
- API文档:https://api.edgebets.fun/api/v1/x402
- OpenAPI规范:https://api.edgebets.fun/api/v1/x402/openapi.json
- npm包:https://www.npmjs.com/package/edgebets-sdk