polymarket-24h-sports-line-curve-trader

Trades structural mispricings in sports over/under markets by reconstructing the implied probability curve across multiple O/U line values for the same game and detecting monotonicity violations and set-vs-match inconsistencies in tennis.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "polymarket-24h-sports-line-curve-trader" with this command: npx skills add Diagnostikon/polymarket-24h-sports-line-curve-trader

24h Sports Line Curve Trader

This is a template. The default signal is implied O/U curve violation detection across sports markets -- remix it with additional sports, line types, or cross-venue feeds. The skill handles all the plumbing (market discovery, curve construction, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Polymarket lists multiple over/under lines for the same sporting event:

  • "Team A vs Team B O/U 5.5" = 50%
  • "Team A vs Team B O/U 6.5" = 46%
  • "Team A vs Team B O/U 7.5" = 29%

Retail trades each market as an isolated bet. But together, these markets form an implied probability curve -- higher totals must always be less likely for the OVER side.

This skill reconstructs that curve and finds where it is mathematically broken.

The Edge: Sports Line Curve Arbitrage

Violation Type 1: Monotonicity Break

The probability of going OVER a lower line must always be greater than or equal to going OVER a higher line:

P(O/U 5.5 OVER) >= P(O/U 6.5 OVER) >= P(O/U 7.5 OVER)

If a higher line is priced above a lower line, the curve is broken -- pure structural arbitrage.

Violation Type 2: Tennis Set vs Match Inconsistency

For tennis, the match total always equals or exceeds the Set 1 total. Therefore:

P(Match O/U X OVER) >= P(Set 1 O/U X OVER)

If a Set 1 O/U market is priced higher than the equivalent Match O/U market, the relationship is violated.

Why This Works

  1. Retail trades in silos -- most users view each O/U line independently and do not cross-reference the full line ladder
  2. No market maker enforcement -- unlike sportsbooks, there is no central entity maintaining curve consistency across lines
  3. Mathematical, not opinion -- the violations are provable inconsistencies in the implied distribution
  4. Applies across sports -- football, basketball, tennis, esports (kills, maps), baseball, hockey

Signal Logic

  1. Discover all sports O/U markets via keyword search (O/U, total goals, total kills, etc.)
  2. Parse each question: extract game/match name, O/U line value, scope (set or match)
  3. Group into curves by (game, scope)
  4. For each curve with 2+ points:
    • Check monotonicity: P(O/U X OVER) must decrease as X increases
    • Check tennis set-vs-match consistency
  5. Rank violations by magnitude
  6. Trade only violations that also pass threshold gates (YES_THRESHOLD / NO_THRESHOLD)
  7. Size by conviction (violation magnitude), not flat amount

Safety & Execution Mode

The skill defaults to paper trading (venue="sim"). Real trades only with --live flag.

ScenarioModeFinancial risk
python trader.pyPaper (sim)None
Cron / automatonPaper (sim)None
python trader.py --liveLive (polymarket)Real USDC

autostart: false and cron: null mean nothing runs automatically until configured in Simmer UI.

Required Credentials

VariableRequiredNotes
SIMMER_API_KEYYesTrading authority. Treat as a high-value credential.

Tunables (Risk Parameters)

All declared as tunables in clawhub.json and adjustable from the Simmer UI.

VariableDefaultPurpose
SIMMER_MAX_POSITION40Max USDC per trade at full conviction
SIMMER_MIN_TRADE5Floor for any trade
SIMMER_MIN_VOLUME5000Min market volume filter (USD)
SIMMER_MAX_SPREAD0.08Max bid-ask spread
SIMMER_MIN_DAYS0Min days until resolution (0 = allow same-day)
SIMMER_MAX_POSITIONS8Max concurrent open positions
SIMMER_YES_THRESHOLD0.38Buy YES only if market probability <= this
SIMMER_NO_THRESHOLD0.62Sell NO only if market probability >= this
SIMMER_MIN_VIOLATION0.03Min curve violation magnitude to trigger a trade

Edge Thesis

Traditional sportsbooks have professional line-setters who enforce consistency across O/U lines for the same game. Polymarket has no such mechanism -- each O/U market is priced by its own order book with its own liquidity pool. This creates systematic micro-inconsistencies in the implied distribution, especially when:

  • New O/U lines are added at previously unlisted values
  • Large directional flow pushes one line without propagating to neighbors
  • Market makers leave gaps during low-liquidity hours
  • Tennis set-level markets diverge from match-level markets

This skill treats the O/U line ladder as a probability curve and trades the repair.

Dependency

simmer-sdk by Simmer Markets (SpartanLabsXyz)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

openEuler RPM Packaging

🚨 openEuler 专项 RPM 打包规范。任何涉及 openEuler 打包的场景,都必须读取此技能。**openEuler 规则与通用 RPM 不同**:5 包拆分规则、专用 changelog 格式(Type/ID/SUG/DESC)、openEuler 专用宏、检视原则。不适用于其他发行版。

Registry SourceRecently Updated
General

Tianyi Cloud Game

天翼云游戏搜索与启动。当用户想玩云游戏、搜索游戏、或提到天翼云游戏时使用。支持自然语言匹配游戏并快速启动。

Registry SourceRecently Updated
General

Ugc Ad Script Maker

Creates timed, authentic UGC-style ad scripts with strong hooks, natural product proof, and varied CTAs for TikTok, Reels, Shorts, FB, and Snapchat.

Registry SourceRecently Updated
General

Campaign Angle Spark

Generates and scores unique, relevant campaign angles from product briefs, recommending targeted marketing hooks and test priorities without generic templates.

Registry SourceRecently Updated