parlay_math
Calculate combined odds and expected value for accumulator bets, showing how the edge decreases with each additional leg.
Instructions
Combined odds and EV of an accumulator, plus how fast the edge decays with each leg.
Args: legs: e.g. [{"probability": 0.6, "odds": 1.8}, {"probability": 0.5, "odds": 2.0}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| legs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |