I am using a league with custom scoring rules so the League.get_scoreboards does not support our league.
League.get_matchups() correctly returns the score values for players and a team on a given week but the corresponding scoreboard manipulates these values.
FWIW the points type and week feels like non-useful parameters on the get_scoreboards function since the matchups object already contains the information for the week and the scoring which could be specific to a league