← 返回
未分类 Key 中文

Betting Research

Multi-source sports betting research tool. Aggregates odds, team form, head-to-head history, weather conditions, and injury data to identify value betting op...
多源体育博彩研究工具,聚合赔率、球队状态、往绩交锋、天气情况和伤病数据,以发现价值投注机会。
stigg86
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 361
下载
💾 0
安装
1
版本
#latest

概述

Betting Research

Multi-source data aggregator for sports betting analysis. Pulls from free and paid APIs to give you an edge.

Data Sources

SourceDataCostRate Limit
--------------------------------
TheSportsDBFixtures, results, H2H, team infoFreeNo limit
API-FootballLineups, injuries, player stats, xG100 calls/day free100/day
Open-MeteoWeather (precipitation, wind)FreeNo limit
The Odds APICurrent odds, bookmaker prices500 calls/month free500/mo

Quick Start

# Research a specific match
python3 ~/.openclaw/workspace/skills/betting-research/scripts/betting_research.py "Liverpool vs Everton"

# Research a team
python3 ~/.openclaw/workspace/skills/betting-research/scripts/betting_research.py --team "Bolton Wanderers"

What You Get

Basic Analysis (Free APIs)

  • ✅ Team form (last 5 matches)
  • ✅ Win/draw/loss record
  • ✅ Goals scored/conceded
  • ✅ Upcoming fixtures
  • ✅ Head-to-head history
  • ✅ Weather conditions

Pro Analysis (with API-Football key)

  • ⭐ Confirmed lineups (1 hour before kickoff)
  • ⭐ Injury/suspension reports
  • ⭐ Expected goals (xG) data
  • ⭐ Player form and ratings
  • ⭐ Manager tactics info

Setup

The Odds API (already have)

Key stored at: ~/.config/the-odds-api/key

API-Football (optional, for pro features)

  1. Sign up: https://www.api-football.com/pricing
  2. Get free tier: 100 calls/day
  3. Save key:
  4. mkdir -p ~/.config/api-football
    echo '{"api_key": "YOUR_KEY"}' > ~/.config/api-football/config.json
    

Usage Examples

Pre-match research:

python3 ~/.openclaw/workspace/skills/betting-research/scripts/betting_research.py "Bolton vs Plymouth"

Full analysis (uses more API calls):

python3 ~/.openclaw/workspace/skills/betting-research/scripts/betting_research.py "Liverpool vs Man City" --full

Check multiple games efficiently:

# Uses only 3-4 API calls per match
# 100 calls = ~25 matches per day

Interpreting Results

Value Indicators

  • Form streaks — teams on hot/cold runs
  • H2H dominance — historical advantage
  • Weather impact — rain = lower scoring
  • Odds mispricing — bookie odds vs. true probability

What NOT to Expect

  • ❌ Guaranteed winners
  • ❌ "Bet on this" tips
  • ❌ Inside information

What TO Expect

  • ✅ Data patterns
  • ✅ Value opportunities
  • ✅ Informed decisions

Pro Tips

  1. Check lineups 1 hour before kickoff — key players resting = different bet
  2. Weather matters — rain, wind affect totals (under value)
  3. H2H at this venue — home advantage varies by team
  4. Motivation check — cup games, relegation battles

API Call Budgeting

TaskCalls
-------------
Basic match research3-4
Full analysis + lineups8-10
Team form check2-3
Odds comparison1

100 calls/day = 10-15 full match analyses

See references/data-sources.md for API details.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 06:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Fridge Chef

stigg86
识别冰箱食材,标记即将过期物品,推荐3-5道使用现有食材的简易菜谱,并可根据需求提供详细烹饪步骤。
★ 0 📥 138

Bud Semantic Memory

stigg86
针对OpenClaw记忆的基于向量语义搜索。索引记忆文件,实现基于含义而非关键词匹配的搜索。使用ChromaDB进行本...
★ 0 📥 139

Premier League Scores

stigg86
通过ESPN API获取英超联赛实时比分、进球球员、犯规和直播频道信息。当用户询问英超比赛比分时使用。
★ 0 📥 423