cricket_differential_picks
Identify low-ownership cricket players with positive projected upside for fantasy picks. Uses estimated ownership based on credit weight to find differential selections.
Instructions
Suggest low-ownership picks with positive projected upside.
Ownership is estimated — proxied by credit weight (lower-credit players
tend to have lower ownership), not real ownership data. Flagged
estimated: true in the response.
Args: match_id: CricAPI match identifier; resolves team_a/team_b/venue automatically. team_a: First team code/name. Required if match_id is absent. team_b: Second team code/name. Required if match_id is absent. venue: Venue key/name. Required if match_id is absent. ownership_threshold: percent ownership cap; affects estimated label.
Returns: data.picks: list of {name, role, team, credits, projected_points, estimated_ownership_pct}. meta.source: model:captain_score (filtered). meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue | No | Venue key/name. Required if match_id is absent. | |
| team_a | No | First team code/name. Required if match_id is absent. | |
| team_b | No | Second team code/name. Required if match_id is absent. | |
| match_id | No | CricAPI match identifier; resolves team_a/team_b/venue automatically. | |
| ownership_threshold | No | percent ownership cap; affects estimated label. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |