football_build_accumulator
Selects top value legs from live odds and models their joint probability to build an accumulator bet with a user-defined number of legs and edge threshold.
Instructions
Model the joint probability of several match outcomes from the top model-vs-market gaps.
Calls football_find_value_bets internally to fetch live odds, then selects
the strongest legs and combines them under the joint-probability model.
Args: legs: Number of legs (2-8). Default 3. min_edge: Minimum edge threshold per leg. Default 0.05.
Returns: data: {legs, legs_used, combined_odds, combined_model_prob, combined_edge, risk_flag, independence_warning}. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| legs | No | Number of legs (2-8). Default 3. | |
| min_edge | No | Minimum edge threshold per leg. Default 0.05. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |