get_league_fixture
Retrieve archived league fixtures for major European and international competitions. Filter by league and week, and optionally apply draw-betting strategies like Martingale or Fibonacci to analyze betting scenarios.
Instructions
Fetch fixture data for selected leagues from archive source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | Week number (if omitted/null: all weeks) | |
| league | Yes | League name | |
| locale | No | Language for response text (default: tr) | tr |
| baseBet | No | Base bet amount | |
| comeback | No | If true, only matches with halftime-leader reversal (1->2, 2->1) are returned | |
| strategy | No | Optional draw-betting strategy simulation |