devig_market
Remove bookmaker margin from decimal odds to reveal a market's true probabilities. Provide all outcome prices for one market to get fair, normalized probabilities.
Instructions
Strip the bookmaker margin from one market's prices and return the market's own probabilities.
Args: prices: the decimal prices of all outcomes of the same market, e.g. [1.75, 3.6, 4.4] for 1X2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prices | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |