# Premium Expected Lineups

# GET Expected Lineup by Team

use SportmonksFootballApi;

SportmonksFootballApi::premiumExpectedLineup()->byTeamId($teamId);

# GET Expected Lineups by Player

use SportmonksFootballApi;

SportmonksFootballApi::premiumExpectedLineup()->byPlayerId($playerId);