market-mechanics-betting

Calculate betting edge and optimize bet size with Kelly Criterion.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/michaelschecht/Edge-Radar --skill market-mechanics-betting-michaelschecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market-mechanics-betting
Source: https://github.com/michaelschecht/Edge-Radar/tree/main/.claude/skills/market-mechanics-betting
Command: npx skills add https://github.com/michaelschecht/Edge-Radar --skill market-mechanics-betting-michaelschecht

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, scipy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users make informed betting decisions by calculating edge, sizing bets optimally, and optimizing forecast accuracy.

Core Features & Use Cases

  • Edge Calculation: Determine if you have a betting advantage by comparing your probability to the market probability.
  • Kelly Criterion: Calculate the optimal bet size to maximize long-term growth.
  • Forecast Optimization: Improve forecast accuracy scoring using Brier scores and extremizing techniques.
  • Use Case: A user wants to place a bet on a sports event. They can use this Skill to calculate their edge, determine the optimal bet size, and optimize their forecast accuracy before placing the bet.

Quick Start

Use the market-mechanics-betting skill to calculate the edge for a sports event.

Frequently Asked Questions about market-mechanics-betting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate betting edge using Python and compare it to market probability?

To calculate betting edge, compare your predicted probability against the market probability to identify a betting advantage. This Skill uses Python libraries like pandas and numpy to compute the difference and determine if you hold an edge.

What is the Kelly Criterion and how do I use it to optimize bet size?

The Kelly Criterion calculates the optimal bet size to maximize long-term growth based on your calculated edge. This Skill applies the Kelly Criterion using Python to recommend precise bet sizing for probabilistic scenarios like sports betting.

How do I improve forecast accuracy with Brier scores for probabilistic betting models?

Improve forecast accuracy by applying Brier scores and extremizing techniques to evaluate and optimize your predictions. This Skill leverages scipy to score forecast accuracy, helping refine your probabilistic models before placing bets.

Can I use pandas and numpy for sports betting probability calculations and market analysis?

Yes, you can use pandas and numpy for sports betting probability calculations and market analysis. This Skill requires these Python libraries to handle statistical calculations, edge computation, and Kelly Criterion sizing for betting strategies.

Does this Kelly Criterion betting approach work for financial market predictions?

Yes, the Kelly Criterion betting approach applies to financial markets, sports betting, and other probabilistic scenarios. The Skill handles probability calculations and edge optimization generically for any market with defined probabilistic outcomes.

What are the limitations of using Brier scores for forecast optimization in betting?

Brier scores measure the accuracy of probabilistic forecasts but do not guarantee future betting success, as market conditions and probabilities constantly shift. The Skill provides statistical scoring using scipy, but users must account for model variance and market volatility.