get_matchup
Find out which opponent you face in your fantasy football league for a given week, with projected scores for both teams.
Instructions
Who you are playing this week, and the projected score for both sides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ||
| league | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| opponent | Yes | ||
| provenance | Yes | ||
| my_projected | Yes | ||
| their_projected | Yes |