diff --git a/espn_api/basketball/box_score.py b/espn_api/basketball/box_score.py index cc7ccdc4..f576d311 100644 --- a/espn_api/basketball/box_score.py +++ b/espn_api/basketball/box_score.py @@ -76,7 +76,7 @@ def _get_team_data(self, team_data, pro_schedule, by_matchup, year): wins = cumulative_score.get('wins', 0) ties = cumulative_score.get('ties', 0) losses = cumulative_score.get('losses', 0) - points = team.get('totalPointsLive') if 'totalPointsLive' in team else team.get('totalPoints', 0) + points = team_data.get('totalPointsLive') if 'totalPointsLive' in team_data else team_data.get('totalPoints', 0) stats = {} for stat_key, stat_dict in cumulative_score.get('scoreByStat', {}).items(): @@ -87,7 +87,7 @@ def _get_team_data(self, team_data, pro_schedule, by_matchup, year): } lineup = get_player_lineup(team_data, pro_schedule, by_matchup, year) - return { team, wins, ties, losses, points, stats, lineup } + return { 'team': team, 'wins': wins, 'ties': ties, 'losses': losses, 'points': points, 'stats': stats, 'lineup': lineup } diff --git a/espn_api/basketball/league.py b/espn_api/basketball/league.py index f0657b38..d6aab318 100644 --- a/espn_api/basketball/league.py +++ b/espn_api/basketball/league.py @@ -194,11 +194,12 @@ def box_scores(self, matchup_period: int = None, scoring_period: int = None, mat pro_schedule = self._get_pro_schedule(scoring_id) box_data = [self.BoxScoreClass(matchup, pro_schedule, matchup_total, self.year) for matchup in schedule] + # TODO add mapping for roto teams for team in self.teams: for matchup in box_data: - if matchup.home_team == team.team_id: + if hasattr(matchup, 'home_team') and matchup.home_team == team.team_id: matchup.home_team = team - elif matchup.away_team == team.team_id: + elif hasattr(matchup, 'away_team') and matchup.away_team == team.team_id: matchup.away_team = team return box_data diff --git a/tests/basketball/unit/data/league_2023_box_score_h2h_cat.json b/tests/basketball/unit/data/league_2023_box_score_h2h_cat.json new file mode 100644 index 00000000..8fc6a52a --- /dev/null +++ b/tests/basketball/unit/data/league_2023_box_score_h2h_cat.json @@ -0,0 +1,24489 @@ +{ + "gameId": 3, + "id": 1234, + "schedule": [ + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 6, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 263.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 65.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 6.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 18.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 14.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 43.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.51322751 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.78461538 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 75.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 97.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 189.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 51.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 2 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 2, + "playerId": 3202, + "playerPoolEntry": { + "id": 3202, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kevin", + "fullName": "Kevin Durant", + "id": 3202, + "lastName": "Durant", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3136195, + "playerPoolEntry": { + "id": 3136195, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Karl-Anthony", + "fullName": "Karl-Anthony Towns", + "id": 3136195, + "lastName": "Towns", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4066261, + "playerPoolEntry": { + "id": 4066261, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Bam", + "fullName": "Bam Adebayo", + "id": 4066261, + "lastName": "Adebayo", + "proTeamId": 14, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 14, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 1.0, + "2": 2.0, + "3": 3.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 11.0, + "14": 16.0, + "15": 10.0, + "16": 11.0, + "17": 0.0, + "18": 0.0, + "19": 0.6875, + "20": 0.9090899658203125, + "21": 0.0, + "22": 0.6875, + "23": 5.0, + "24": 1.0, + "25": 0.0, + "26": 3.0, + "27": 1.0, + "28": 38.0, + "29": 32.0, + "30": 9.0, + "31": 2.0, + "32": 0.0, + "33": 0.0, + "34": 0.8421052631578947, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 38.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.6875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 6430, + "playerPoolEntry": { + "id": 6430, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jimmy", + "fullName": "Jimmy Butler", + "id": 6430, + "lastName": "Butler", + "proTeamId": 14, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 14, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 0.0, + "2": 2.0, + "3": 5.0, + "4": 4.0, + "5": 0.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 13.0, + "15": 0.0, + "16": 1.0, + "17": 0.0, + "18": 0.0, + "19": 0.3846200180053711, + "20": 0.0, + "21": 0.0, + "22": 0.38461538461538464, + "23": 8.0, + "24": 1.0, + "25": 0.0, + "26": 5.0, + "27": 0.0, + "28": 33.0, + "29": 10.0, + "30": 4.0, + "31": 2.0, + "32": 3.0, + "33": 0.0, + "34": 0.30303030303030304, + "35": 1.6666666, + "36": 0.6666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.07692307692307693 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4278129, + "playerPoolEntry": { + "id": 4278129, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Deandre", + "fullName": "Deandre Ayton", + "id": 4278129, + "lastName": "Ayton", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3908845, + "playerPoolEntry": { + "id": 3908845, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "John", + "fullName": "John Collins", + "id": 3908845, + "lastName": "Collins", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3147657, + "playerPoolEntry": { + "id": 3147657, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Mikal", + "fullName": "Mikal Bridges", + "id": 3147657, + "lastName": "Bridges", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3213, + "playerPoolEntry": { + "id": 3213, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Al", + "fullName": "Al Horford", + "id": 3213, + "lastName": "Horford", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4277843, + "playerPoolEntry": { + "id": 4277843, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Gary", + "fullName": "Gary Trent Jr.", + "id": 4277843, + "lastName": "Trent Jr.", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059310, + "playerPoolEntry": { + "id": 3059310, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Monte", + "fullName": "Monte Morris", + "id": 3059310, + "lastName": "Morris", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4278078, + "playerPoolEntry": { + "id": 4278078, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "P.J.", + "fullName": "P.J. Washington", + "id": 4278078, + "lastName": "Washington", + "proTeamId": 30, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 6.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 3.0, + "14": 15.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 8.0, + "19": 0.2, + "20": 0.0, + "21": 0.0, + "22": 0.2, + "23": 12.0, + "24": 0.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 39.0, + "29": 6.0, + "30": 4.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.15384615384615385, + "35": 2.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 39.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4431671, + "playerPoolEntry": { + "id": 4431671, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden McDaniels", + "id": 4431671, + "lastName": "McDaniels", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4432170, + "playerPoolEntry": { + "id": 4432170, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Isaiah", + "fullName": "Isaiah Jackson", + "id": 4432170, + "lastName": "Jackson", + "proTeamId": 11, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 4.0, + "1": 3.0, + "2": 0.0, + "3": 0.0, + "4": 3.0, + "5": 3.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 2.0, + "14": 3.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 0.0, + "19": 0.6666699981689453, + "20": 0.0, + "21": 0.0, + "22": 0.6666666666666666, + "23": 1.0, + "24": 0.0, + "25": 0.0, + "26": 0.0, + "27": 3.0, + "28": 9.0, + "29": 4.0, + "30": 6.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.4444444444444444, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 9.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3059310, + "playerPoolEntry": { + "id": 3059310, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Monte", + "fullName": "Monte Morris", + "id": 3059310, + "lastName": "Morris", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 11.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 1.0, + "5": 1.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 4.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 3.0, + "18": 4.0, + "19": 0.66666667, + "20": 0.0, + "21": 0.75, + "22": 0.91666667, + "23": 2.0, + "24": 0.0, + "25": 1.0, + "26": 4.0, + "27": 0.0, + "28": 24.0, + "29": 11.0, + "30": 2.0, + "31": 0.0, + "32": 1.0, + "33": 3.0, + "34": 0.45833333, + "35": 4.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 24.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278129, + "playerPoolEntry": { + "id": 4278129, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Deandre", + "fullName": "Deandre Ayton", + "id": 4278129, + "lastName": "Ayton", + "proTeamId": 21, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 6.0, + "5": 16.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 6.0, + "16": 7.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.85714286, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 1.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 29.0, + "29": 21.0, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.72413793, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277843, + "playerPoolEntry": { + "id": 4277843, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Gary", + "fullName": "Gary Trent Jr.", + "id": 4277843, + "lastName": "Trent Jr.", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 4.0, + "3": 4.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 14.0, + "14": 33.0, + "15": 7.0, + "16": 7.0, + "17": 6.0, + "18": 14.0, + "19": 0.42424242, + "20": 1.0, + "21": 0.42857143, + "22": 0.51515152, + "23": 19.0, + "24": 0.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 37.5, + "29": 20.5, + "30": 2.5, + "31": 2.0, + "32": 0.0, + "33": 3.0, + "34": 0.54666667, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21212121 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3908845, + "playerPoolEntry": { + "id": 3908845, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "John", + "fullName": "John Collins", + "id": 3908845, + "lastName": "Collins", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 3.0, + "2": 0.0, + "3": 3.0, + "4": 2.0, + "5": 6.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 11.0, + "14": 20.0, + "15": 2.0, + "16": 6.0, + "17": 1.0, + "18": 6.0, + "19": 0.55, + "20": 0.33333333, + "21": 0.16666667, + "22": 0.575, + "23": 9.0, + "24": 4.0, + "25": 5.0, + "26": 1.5, + "27": 1.5, + "28": 31.0, + "29": 12.5, + "30": 4.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.40322581, + "35": 3.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3147657, + "playerPoolEntry": { + "id": 3147657, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Mikal", + "fullName": "Mikal Bridges", + "id": 3147657, + "lastName": "Bridges", + "proTeamId": 21, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 52.0, + "1": 1.0, + "2": 3.0, + "3": 13.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 37.0, + "15": 12.0, + "16": 12.0, + "17": 4.0, + "18": 11.0, + "19": 0.48648649, + "20": 1.0, + "21": 0.36363636, + "22": 0.54054054, + "23": 19.0, + "24": 0.0, + "25": 7.0, + "26": 6.5, + "27": 0.5, + "28": 34.5, + "29": 26.0, + "30": 4.0, + "31": 1.5, + "32": 2.0, + "33": 2.0, + "34": 0.75362319, + "35": 3.25, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 69.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.32432432 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066261, + "playerPoolEntry": { + "id": 4066261, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Bam", + "fullName": "Bam Adebayo", + "id": 4066261, + "lastName": "Adebayo", + "proTeamId": 14, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 5.0, + "5": 15.0, + "6": 20.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 14.0, + "16": 17.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.82352941, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 3.0, + "25": 0.0, + "26": 2.0, + "27": 0.5, + "28": 37.5, + "29": 25.0, + "30": 10.0, + "31": 1.0, + "32": 0.0, + "33": 0.0, + "34": 0.66666667, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.5862069 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3213, + "playerPoolEntry": { + "id": 3213, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Al", + "fullName": "Al Horford", + "id": 3213, + "lastName": "Horford", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 3.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 3.0, + "18": 4.0, + "19": 0.5, + "20": 0.0, + "21": 0.75, + "22": 0.75, + "23": 3.0, + "24": 0.0, + "25": 1.0, + "26": 3.0, + "27": 0.0, + "28": 25.0, + "29": 9.0, + "30": 5.0, + "31": 0.0, + "32": 0.0, + "33": 3.0, + "34": 0.36, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6430, + "playerPoolEntry": { + "id": 6430, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jimmy", + "fullName": "Jimmy Butler", + "id": 6430, + "lastName": "Butler", + "proTeamId": 14, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 1.0, + "2": 5.0, + "3": 10.0, + "4": 4.0, + "5": 1.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 11.0, + "14": 29.0, + "15": 10.0, + "16": 16.0, + "17": 1.0, + "18": 4.0, + "19": 0.37931034, + "20": 0.625, + "21": 0.25, + "22": 0.39655172, + "23": 18.0, + "24": 6.0, + "25": 3.0, + "26": 5.0, + "27": 0.5, + "28": 33.5, + "29": 16.5, + "30": 2.5, + "31": 2.5, + "32": 2.5, + "33": 0.5, + "34": 0.49253731, + "35": 2.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.55172414 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3059310, + "playerPoolEntry": { + "id": 3059310, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Monte", + "fullName": "Monte Morris", + "id": 3059310, + "lastName": "Morris", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 11.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 1.0, + "5": 1.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 4.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 3.0, + "18": 4.0, + "19": 0.66666667, + "20": 0.0, + "21": 0.75, + "22": 0.91666667, + "23": 2.0, + "24": 0.0, + "25": 1.0, + "26": 4.0, + "27": 0.0, + "28": 24.0, + "29": 11.0, + "30": 2.0, + "31": 0.0, + "32": 1.0, + "33": 3.0, + "34": 0.45833333, + "35": 4.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 24.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278129, + "playerPoolEntry": { + "id": 4278129, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Deandre", + "fullName": "Deandre Ayton", + "id": 4278129, + "lastName": "Ayton", + "proTeamId": 21, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 6.0, + "5": 16.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 6.0, + "16": 7.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.85714286, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 1.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 29.0, + "29": 21.0, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.72413793, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277843, + "playerPoolEntry": { + "id": 4277843, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Gary", + "fullName": "Gary Trent Jr.", + "id": 4277843, + "lastName": "Trent Jr.", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 4.0, + "3": 4.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 14.0, + "14": 33.0, + "15": 7.0, + "16": 7.0, + "17": 6.0, + "18": 14.0, + "19": 0.42424242, + "20": 1.0, + "21": 0.42857143, + "22": 0.51515152, + "23": 19.0, + "24": 0.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 37.5, + "29": 20.5, + "30": 2.5, + "31": 2.0, + "32": 0.0, + "33": 3.0, + "34": 0.54666667, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21212121 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3908845, + "playerPoolEntry": { + "id": 3908845, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "John", + "fullName": "John Collins", + "id": 3908845, + "lastName": "Collins", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 3.0, + "2": 0.0, + "3": 3.0, + "4": 2.0, + "5": 6.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 11.0, + "14": 20.0, + "15": 2.0, + "16": 6.0, + "17": 1.0, + "18": 6.0, + "19": 0.55, + "20": 0.33333333, + "21": 0.16666667, + "22": 0.575, + "23": 9.0, + "24": 4.0, + "25": 5.0, + "26": 1.5, + "27": 1.5, + "28": 31.0, + "29": 12.5, + "30": 4.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.40322581, + "35": 3.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3147657, + "playerPoolEntry": { + "id": 3147657, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Mikal", + "fullName": "Mikal Bridges", + "id": 3147657, + "lastName": "Bridges", + "proTeamId": 21, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 52.0, + "1": 1.0, + "2": 3.0, + "3": 13.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 37.0, + "15": 12.0, + "16": 12.0, + "17": 4.0, + "18": 11.0, + "19": 0.48648649, + "20": 1.0, + "21": 0.36363636, + "22": 0.54054054, + "23": 19.0, + "24": 0.0, + "25": 7.0, + "26": 6.5, + "27": 0.5, + "28": 34.5, + "29": 26.0, + "30": 4.0, + "31": 1.5, + "32": 2.0, + "33": 2.0, + "34": 0.75362319, + "35": 3.25, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 69.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.32432432 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066261, + "playerPoolEntry": { + "id": 4066261, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Bam", + "fullName": "Bam Adebayo", + "id": 4066261, + "lastName": "Adebayo", + "proTeamId": 14, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 5.0, + "5": 15.0, + "6": 20.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 14.0, + "16": 17.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.82352941, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 3.0, + "25": 0.0, + "26": 2.0, + "27": 0.5, + "28": 37.5, + "29": 25.0, + "30": 10.0, + "31": 1.0, + "32": 0.0, + "33": 0.0, + "34": 0.66666667, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.5862069 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3213, + "playerPoolEntry": { + "id": 3213, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Al", + "fullName": "Al Horford", + "id": 3213, + "lastName": "Horford", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 3.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 3.0, + "18": 4.0, + "19": 0.5, + "20": 0.0, + "21": 0.75, + "22": 0.75, + "23": 3.0, + "24": 0.0, + "25": 1.0, + "26": 3.0, + "27": 0.0, + "28": 25.0, + "29": 9.0, + "30": 5.0, + "31": 0.0, + "32": 0.0, + "33": 3.0, + "34": 0.36, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6430, + "playerPoolEntry": { + "id": 6430, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jimmy", + "fullName": "Jimmy Butler", + "id": 6430, + "lastName": "Butler", + "proTeamId": 14, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 1.0, + "2": 5.0, + "3": 10.0, + "4": 4.0, + "5": 1.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 11.0, + "14": 29.0, + "15": 10.0, + "16": 16.0, + "17": 1.0, + "18": 4.0, + "19": 0.37931034, + "20": 0.625, + "21": 0.25, + "22": 0.39655172, + "23": 18.0, + "24": 6.0, + "25": 3.0, + "26": 5.0, + "27": 0.5, + "28": 33.5, + "29": 16.5, + "30": 2.5, + "31": 2.5, + "32": 2.5, + "33": 0.5, + "34": 0.49253731, + "35": 2.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.55172414 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 3, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 2, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 309.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 63.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 10.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 30.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 11.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 73.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.50220264 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.80952381 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 100.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 114.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 227.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 51.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 6 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3945274, + "playerPoolEntry": { + "id": 3945274, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Luka", + "fullName": "Luka Doncic", + "id": 3945274, + "lastName": "Doncic", + "proTeamId": 6, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 6, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 0.0, + "2": 2.0, + "3": 4.0, + "4": 0.0, + "5": 8.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 12.0, + "14": 19.0, + "15": 5.0, + "16": 8.0, + "17": 2.0, + "18": 7.0, + "19": 0.6315800094604492, + "20": 0.625, + "21": 0.28570999145507814, + "22": 0.6842105263157895, + "23": 7.0, + "24": 3.0, + "25": 5.0, + "26": 4.0, + "27": 0.0, + "28": 23.0, + "29": 31.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 2.0, + "34": 1.3478260869565217, + "35": 1.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 23.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.42105263157894735 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4396993, + "playerPoolEntry": { + "id": 4396993, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Haliburton", + "id": 4396993, + "lastName": "Haliburton", + "proTeamId": 11, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 4.0, + "18": 13.0, + "19": 0.4583300018310547, + "20": 0.0, + "21": 0.3076899909973145, + "22": 0.5416666666666666, + "23": 13.0, + "24": 0.0, + "25": 9.0, + "26": 12.0, + "27": 0.0, + "28": 36.0, + "29": 26.0, + "30": 2.0, + "31": 2.0, + "32": 4.0, + "33": 4.0, + "34": 0.7222222222222222, + "35": 3.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 2991230, + "playerPoolEntry": { + "id": 2991230, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Fred", + "fullName": "Fred VanVleet", + "id": 2991230, + "lastName": "VanVleet", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 6580, + "playerPoolEntry": { + "id": 6580, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Bradley", + "fullName": "Bradley Beal", + "id": 6580, + "lastName": "Beal", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3995, + "playerPoolEntry": { + "id": 3995, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jrue", + "fullName": "Jrue Holiday", + "id": 3995, + "lastName": "Holiday", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 15.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 6.0, + "19": 0.2666699981689453, + "20": 1.0, + "21": 0.3333300018310547, + "22": 0.3333333333333333, + "23": 11.0, + "24": 0.0, + "25": 4.0, + "26": 8.0, + "27": 0.0, + "28": 34.0, + "29": 12.0, + "30": 4.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 0.35294117647058826, + "35": 2.6666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.13333333333333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 6609, + "playerPoolEntry": { + "id": 6609, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Khris", + "fullName": "Khris Middleton", + "id": 6609, + "lastName": "Middleton", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 14.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 6.0, + "19": 0.42856998443603517, + "20": 0.6666699981689453, + "21": 0.3333300018310547, + "22": 0.5, + "23": 8.0, + "24": 1.0, + "25": 4.0, + "26": 2.0, + "27": 0.0, + "28": 20.0, + "29": 16.0, + "30": 7.0, + "31": 0.0, + "32": 1.0, + "33": 2.0, + "34": 0.8, + "35": 2.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.21428571428571427 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 4871144, + "playerPoolEntry": { + "id": 4871144, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Alperen", + "fullName": "Alperen Sengun", + "id": 4871144, + "lastName": "Sengun", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 6440, + "playerPoolEntry": { + "id": 6440, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Tobias", + "fullName": "Tobias Harris", + "id": 6440, + "lastName": "Harris", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4066211, + "playerPoolEntry": { + "id": 4066211, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Robert", + "fullName": "Robert Williams III", + "id": 4066211, + "lastName": "Williams III", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2990992, + "playerPoolEntry": { + "id": 2990992, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Marcus", + "fullName": "Marcus Smart", + "id": 2990992, + "lastName": "Smart", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4351852, + "playerPoolEntry": { + "id": 4351852, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mitchell", + "fullName": "Mitchell Robinson", + "id": 4351852, + "lastName": "Robinson", + "proTeamId": 18, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4017837, + "playerPoolEntry": { + "id": 4017837, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Ivica", + "fullName": "Ivica Zubac", + "id": 4017837, + "lastName": "Zubac", + "proTeamId": 12, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 1.0, + "2": 0.0, + "3": 1.0, + "4": 6.0, + "5": 7.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 1.0, + "13": 4.0, + "14": 7.0, + "15": 4.0, + "16": 5.0, + "17": 0.0, + "18": 0.0, + "19": 0.5714300155639649, + "20": 0.8, + "21": 0.0, + "22": 0.5714285714285714, + "23": 3.0, + "24": 1.0, + "25": 0.0, + "26": 1.0, + "27": 1.0, + "28": 29.0, + "29": 12.0, + "30": 13.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.41379310344827586, + "35": 1.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.7142857142857143 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4395626, + "playerPoolEntry": { + "id": 4395626, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Tre", + "fullName": "Tre Jones", + "id": 4395626, + "lastName": "Jones", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 6609, + "playerPoolEntry": { + "id": 6609, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Khris", + "fullName": "Khris Middleton", + "id": 6609, + "lastName": "Middleton", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 34.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 10.0, + "14": 24.0, + "15": 10.0, + "16": 11.0, + "17": 4.0, + "18": 10.0, + "19": 0.41666667, + "20": 0.90909091, + "21": 0.4, + "22": 0.5, + "23": 14.0, + "24": 1.0, + "25": 6.0, + "26": 2.5, + "27": 0.0, + "28": 20.0, + "29": 17.0, + "30": 5.0, + "31": 0.5, + "32": 2.0, + "33": 2.0, + "34": 0.85, + "35": 1.25, + "36": 0.25, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 0.0, + "42": 2.0, + "43": 2.0, + "44": 0.45833333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4396993, + "playerPoolEntry": { + "id": 4396993, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Haliburton", + "id": 4396993, + "lastName": "Haliburton", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 4.0, + "18": 13.0, + "19": 0.45833333, + "20": 0.0, + "21": 0.30769231, + "22": 0.54166667, + "23": 13.0, + "24": 0.0, + "25": 9.0, + "26": 12.0, + "27": 0.0, + "28": 36.0, + "29": 26.0, + "30": 2.0, + "31": 2.0, + "32": 4.0, + "33": 4.0, + "34": 0.72222222, + "35": 3.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871144, + "playerPoolEntry": { + "id": 4871144, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Alperen", + "fullName": "Alperen Sengun", + "id": 4871144, + "lastName": "Sengun", + "proTeamId": 10, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 3.0, + "2": 0.0, + "3": 4.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 10.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 0.5, + "21": 0.0, + "22": 0.4, + "23": 6.0, + "24": 2.0, + "25": 0.0, + "26": 4.0, + "27": 3.0, + "28": 33.0, + "29": 10.0, + "30": 12.0, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.3030303, + "35": 1.33333333, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.4 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991230, + "playerPoolEntry": { + "id": 2991230, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Fred", + "fullName": "Fred VanVleet", + "id": 2991230, + "lastName": "VanVleet", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 2.0, + "3": 19.0, + "4": 2.0, + "5": 14.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 21.0, + "14": 44.0, + "15": 10.0, + "16": 11.0, + "17": 6.0, + "18": 17.0, + "19": 0.47727273, + "20": 0.90909091, + "21": 0.35294118, + "22": 0.54545455, + "23": 23.0, + "24": 1.0, + "25": 11.0, + "26": 9.5, + "27": 1.0, + "28": 38.5, + "29": 29.0, + "30": 8.0, + "31": 1.0, + "32": 3.0, + "33": 3.0, + "34": 0.75324675, + "35": 3.16666667, + "36": 0.33333333, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6580, + "playerPoolEntry": { + "id": 6580, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Bradley", + "fullName": "Bradley Beal", + "id": 6580, + "lastName": "Beal", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 2.0, + "2": 0.0, + "3": 7.0, + "4": 0.0, + "5": 7.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 14.0, + "15": 2.0, + "16": 2.0, + "17": 3.0, + "18": 6.0, + "19": 0.57142857, + "20": 1.0, + "21": 0.5, + "22": 0.67857143, + "23": 6.0, + "24": 0.0, + "25": 3.0, + "26": 7.0, + "27": 2.0, + "28": 30.0, + "29": 21.0, + "30": 7.0, + "31": 0.0, + "32": 2.0, + "33": 3.0, + "34": 0.7, + "35": 3.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.14285714 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3945274, + "playerPoolEntry": { + "id": 3945274, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Luka", + "fullName": "Luka Doncic", + "id": 3945274, + "lastName": "Doncic", + "proTeamId": 6, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 0.0, + "2": 4.0, + "3": 9.0, + "4": 0.0, + "5": 16.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 29.0, + "14": 43.0, + "15": 19.0, + "16": 26.0, + "17": 7.0, + "18": 18.0, + "19": 0.6744186, + "20": 0.73076923, + "21": 0.38888889, + "22": 0.75581395, + "23": 14.0, + "24": 7.0, + "25": 11.0, + "26": 4.5, + "27": 0.0, + "28": 29.5, + "29": 42.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 3.5, + "34": 1.42372881, + "35": 1.125, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.60465116 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6440, + "playerPoolEntry": { + "id": 6440, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Tobias", + "fullName": "Tobias Harris", + "id": 6440, + "lastName": "Harris", + "proTeamId": 20, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 9.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 25.0, + "15": 2.0, + "16": 2.0, + "17": 3.0, + "18": 6.0, + "19": 0.56, + "20": 1.0, + "21": 0.5, + "22": 0.62, + "23": 11.0, + "24": 0.0, + "25": 3.0, + "26": 3.0, + "27": 1.0, + "28": 35.0, + "29": 16.5, + "30": 5.5, + "31": 0.0, + "32": 2.0, + "33": 1.5, + "34": 0.47142857, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.08 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3995, + "playerPoolEntry": { + "id": 3995, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jrue", + "fullName": "Jrue Holiday", + "id": 3995, + "lastName": "Holiday", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 27.0, + "1": 0.0, + "2": 2.0, + "3": 11.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 35.0, + "15": 4.0, + "16": 5.0, + "17": 3.0, + "18": 10.0, + "19": 0.28571429, + "20": 0.8, + "21": 0.3, + "22": 0.32857143, + "23": 25.0, + "24": 1.0, + "25": 7.0, + "26": 5.5, + "27": 0.0, + "28": 35.0, + "29": 13.5, + "30": 8.5, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.38571429, + "35": 3.66666667, + "36": 0.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.14285714 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066211, + "playerPoolEntry": { + "id": 4066211, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Robert", + "fullName": "Robert Williams III", + "id": 4066211, + "lastName": "Williams III", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 1.0, + "2": 0.0, + "3": 0.0, + "4": 5.0, + "5": 4.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 8.0, + "15": 2.0, + "16": 2.0, + "17": 0.0, + "18": 0.0, + "19": 0.875, + "20": 1.0, + "21": 0.0, + "22": 0.875, + "23": 1.0, + "24": 0.0, + "25": 0.0, + "26": 0.0, + "27": 1.0, + "28": 19.0, + "29": 16.0, + "30": 9.0, + "31": 0.0, + "32": 0.0, + "33": 0.0, + "34": 0.84210526, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 19.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 6609, + "playerPoolEntry": { + "id": 6609, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Khris", + "fullName": "Khris Middleton", + "id": 6609, + "lastName": "Middleton", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 34.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 10.0, + "14": 24.0, + "15": 10.0, + "16": 11.0, + "17": 4.0, + "18": 10.0, + "19": 0.41666667, + "20": 0.90909091, + "21": 0.4, + "22": 0.5, + "23": 14.0, + "24": 1.0, + "25": 6.0, + "26": 2.5, + "27": 0.0, + "28": 20.0, + "29": 17.0, + "30": 5.0, + "31": 0.5, + "32": 2.0, + "33": 2.0, + "34": 0.85, + "35": 1.25, + "36": 0.25, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 0.0, + "42": 2.0, + "43": 2.0, + "44": 0.45833333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4396993, + "playerPoolEntry": { + "id": 4396993, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Haliburton", + "id": 4396993, + "lastName": "Haliburton", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 4.0, + "18": 13.0, + "19": 0.45833333, + "20": 0.0, + "21": 0.30769231, + "22": 0.54166667, + "23": 13.0, + "24": 0.0, + "25": 9.0, + "26": 12.0, + "27": 0.0, + "28": 36.0, + "29": 26.0, + "30": 2.0, + "31": 2.0, + "32": 4.0, + "33": 4.0, + "34": 0.72222222, + "35": 3.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871144, + "playerPoolEntry": { + "id": 4871144, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Alperen", + "fullName": "Alperen Sengun", + "id": 4871144, + "lastName": "Sengun", + "proTeamId": 10, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 3.0, + "2": 0.0, + "3": 4.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 10.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 0.5, + "21": 0.0, + "22": 0.4, + "23": 6.0, + "24": 2.0, + "25": 0.0, + "26": 4.0, + "27": 3.0, + "28": 33.0, + "29": 10.0, + "30": 12.0, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.3030303, + "35": 1.33333333, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.4 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991230, + "playerPoolEntry": { + "id": 2991230, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Fred", + "fullName": "Fred VanVleet", + "id": 2991230, + "lastName": "VanVleet", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 2.0, + "3": 19.0, + "4": 2.0, + "5": 14.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 21.0, + "14": 44.0, + "15": 10.0, + "16": 11.0, + "17": 6.0, + "18": 17.0, + "19": 0.47727273, + "20": 0.90909091, + "21": 0.35294118, + "22": 0.54545455, + "23": 23.0, + "24": 1.0, + "25": 11.0, + "26": 9.5, + "27": 1.0, + "28": 38.5, + "29": 29.0, + "30": 8.0, + "31": 1.0, + "32": 3.0, + "33": 3.0, + "34": 0.75324675, + "35": 3.16666667, + "36": 0.33333333, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6580, + "playerPoolEntry": { + "id": 6580, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Bradley", + "fullName": "Bradley Beal", + "id": 6580, + "lastName": "Beal", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 2.0, + "2": 0.0, + "3": 7.0, + "4": 0.0, + "5": 7.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 14.0, + "15": 2.0, + "16": 2.0, + "17": 3.0, + "18": 6.0, + "19": 0.57142857, + "20": 1.0, + "21": 0.5, + "22": 0.67857143, + "23": 6.0, + "24": 0.0, + "25": 3.0, + "26": 7.0, + "27": 2.0, + "28": 30.0, + "29": 21.0, + "30": 7.0, + "31": 0.0, + "32": 2.0, + "33": 3.0, + "34": 0.7, + "35": 3.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.14285714 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3945274, + "playerPoolEntry": { + "id": 3945274, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Luka", + "fullName": "Luka Doncic", + "id": 3945274, + "lastName": "Doncic", + "proTeamId": 6, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 0.0, + "2": 4.0, + "3": 9.0, + "4": 0.0, + "5": 16.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 29.0, + "14": 43.0, + "15": 19.0, + "16": 26.0, + "17": 7.0, + "18": 18.0, + "19": 0.6744186, + "20": 0.73076923, + "21": 0.38888889, + "22": 0.75581395, + "23": 14.0, + "24": 7.0, + "25": 11.0, + "26": 4.5, + "27": 0.0, + "28": 29.5, + "29": 42.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 3.5, + "34": 1.42372881, + "35": 1.125, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.60465116 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6440, + "playerPoolEntry": { + "id": 6440, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Tobias", + "fullName": "Tobias Harris", + "id": 6440, + "lastName": "Harris", + "proTeamId": 20, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 9.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 25.0, + "15": 2.0, + "16": 2.0, + "17": 3.0, + "18": 6.0, + "19": 0.56, + "20": 1.0, + "21": 0.5, + "22": 0.62, + "23": 11.0, + "24": 0.0, + "25": 3.0, + "26": 3.0, + "27": 1.0, + "28": 35.0, + "29": 16.5, + "30": 5.5, + "31": 0.0, + "32": 2.0, + "33": 1.5, + "34": 0.47142857, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.08 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3995, + "playerPoolEntry": { + "id": 3995, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jrue", + "fullName": "Jrue Holiday", + "id": 3995, + "lastName": "Holiday", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 27.0, + "1": 0.0, + "2": 2.0, + "3": 11.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 35.0, + "15": 4.0, + "16": 5.0, + "17": 3.0, + "18": 10.0, + "19": 0.28571429, + "20": 0.8, + "21": 0.3, + "22": 0.32857143, + "23": 25.0, + "24": 1.0, + "25": 7.0, + "26": 5.5, + "27": 0.0, + "28": 35.0, + "29": 13.5, + "30": 8.5, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.38571429, + "35": 3.66666667, + "36": 0.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.14285714 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066211, + "playerPoolEntry": { + "id": 4066211, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Robert", + "fullName": "Robert Williams III", + "id": 4066211, + "lastName": "Williams III", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 1.0, + "2": 0.0, + "3": 0.0, + "4": 5.0, + "5": 4.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 8.0, + "15": 2.0, + "16": 2.0, + "17": 0.0, + "18": 0.0, + "19": 0.875, + "20": 1.0, + "21": 0.0, + "22": 0.875, + "23": 1.0, + "24": 0.0, + "25": 0.0, + "26": 0.0, + "27": 1.0, + "28": 19.0, + "29": 16.0, + "30": 9.0, + "31": 0.0, + "32": 0.0, + "33": 0.0, + "34": 0.84210526, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 19.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 2, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "id": 76, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 1, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 315.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 63.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 10.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 29.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 11.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 69.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.49361702 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.85714286 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 123.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 116.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 235.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 54.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 7 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 3, + "playerId": 4065648, + "playerPoolEntry": { + "id": 4065648, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jayson", + "fullName": "Jayson Tatum", + "id": 4065648, + "lastName": "Tatum", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 3136193, + "playerPoolEntry": { + "id": 3136193, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Devin", + "fullName": "Devin Booker", + "id": 3136193, + "lastName": "Booker", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278073, + "playerPoolEntry": { + "id": 4278073, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Shai", + "fullName": "Shai Gilgeous-Alexander", + "id": 4278073, + "lastName": "Gilgeous-Alexander", + "proTeamId": 25, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4395628, + "playerPoolEntry": { + "id": 4395628, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Zion", + "fullName": "Zion Williamson", + "id": 4395628, + "lastName": "Williamson", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 6477, + "playerPoolEntry": { + "id": 6477, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jonas", + "fullName": "Jonas Valanciunas", + "id": 6477, + "lastName": "Valanciunas", + "proTeamId": 3, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 9.0, + "5": 4.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 6.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.45455001831054687, + "20": 1.0, + "21": 0.0, + "22": 0.45454545454545453, + "23": 6.0, + "24": 0.0, + "25": 1.0, + "26": 2.0, + "27": 0.0, + "28": 22.0, + "29": 16.0, + "30": 13.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.7272727272727273, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.5454545454545454 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3134908, + "playerPoolEntry": { + "id": 3134908, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jakob", + "fullName": "Jakob Poeltl", + "id": 3134908, + "lastName": "Poeltl", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4395725, + "playerPoolEntry": { + "id": 4395725, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyler", + "fullName": "Tyler Herro", + "id": 4395725, + "lastName": "Herro", + "proTeamId": 14, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 14, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 1.0, + "2": 1.0, + "3": 8.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 22.0, + "15": 1.0, + "16": 2.0, + "17": 4.0, + "18": 10.0, + "19": 0.45455001831054687, + "20": 0.5, + "21": 0.4, + "22": 0.5454545454545454, + "23": 12.0, + "24": 1.0, + "25": 6.0, + "26": 8.0, + "27": 1.0, + "28": 40.0, + "29": 25.0, + "30": 5.0, + "31": 1.0, + "32": 3.0, + "33": 4.0, + "34": 0.625, + "35": 2.6666667, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.09090909090909091 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3134907, + "playerPoolEntry": { + "id": 3134907, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Kyle", + "fullName": "Kyle Kuzma", + "id": 3134907, + "lastName": "Kuzma", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3593, + "playerPoolEntry": { + "id": 3593, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bojan", + "fullName": "Bojan Bogdanovic", + "id": 3593, + "lastName": "Bogdanovic", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2528426, + "playerPoolEntry": { + "id": 2528426, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jordan", + "fullName": "Jordan Clarkson", + "id": 2528426, + "lastName": "Clarkson", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2489663, + "playerPoolEntry": { + "id": 2489663, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kelly", + "fullName": "Kelly Olynyk", + "id": 2489663, + "lastName": "Olynyk", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2583632, + "playerPoolEntry": { + "id": 2583632, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Royce", + "fullName": "Royce O'Neale", + "id": 2583632, + "lastName": "O'Neale", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4433218, + "playerPoolEntry": { + "id": 4433218, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden Ivey", + "id": 4433218, + "lastName": "Ivey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2488653, + "playerPoolEntry": { + "id": 2488653, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mason", + "fullName": "Mason Plumlee", + "id": 2488653, + "lastName": "Plumlee", + "proTeamId": 30, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 4.0, + "5": 7.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 7.0, + "14": 7.0, + "15": 2.0, + "16": 2.0, + "17": 0.0, + "18": 0.0, + "19": 1.0, + "20": 1.0, + "21": 0.0, + "22": 1.0, + "23": 0.0, + "24": 0.0, + "25": 0.0, + "26": 5.0, + "27": 0.0, + "28": 31.0, + "29": 16.0, + "30": 11.0, + "31": 1.0, + "32": 2.0, + "33": 0.0, + "34": 0.5161290322580645, + "35": 2.5, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2857142857142857 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4433218, + "playerPoolEntry": { + "id": 4433218, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden Ivey", + "id": 4433218, + "lastName": "Ivey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 1.0, + "11": 2.0, + "12": 1.0, + "13": 5.0, + "14": 8.0, + "15": 4.0, + "16": 7.0, + "17": 0.0, + "18": 2.0, + "19": 0.625, + "20": 0.57142857, + "21": 0.0, + "22": 0.625, + "23": 3.0, + "24": 3.0, + "25": 2.0, + "26": 3.0, + "27": 0.0, + "28": 21.0, + "29": 14.0, + "30": 2.0, + "31": 0.0, + "32": 2.0, + "33": 0.0, + "34": 0.66666667, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 21.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134908, + "playerPoolEntry": { + "id": 3134908, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jakob", + "fullName": "Jakob Poeltl", + "id": 3134908, + "lastName": "Poeltl", + "proTeamId": 24, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 2.0, + "2": 1.0, + "3": 5.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 11.0, + "14": 18.0, + "15": 3.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.61111111, + "20": 0.75, + "21": 0.0, + "22": 0.61111111, + "23": 7.0, + "24": 1.0, + "25": 0.0, + "26": 2.5, + "27": 1.0, + "28": 25.5, + "29": 12.5, + "30": 8.5, + "31": 0.5, + "32": 3.5, + "33": 0.0, + "34": 0.49019608, + "35": 0.71428571, + "36": 0.14285714, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.22222222 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134907, + "playerPoolEntry": { + "id": 3134907, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Kyle", + "fullName": "Kyle Kuzma", + "id": 3134907, + "lastName": "Kuzma", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 3.0, + "19": 0.45454545, + "20": 0.83333333, + "21": 0.33333333, + "22": 0.5, + "23": 6.0, + "24": 1.0, + "25": 2.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 16.0, + "30": 6.0, + "31": 0.0, + "32": 5.0, + "33": 1.0, + "34": 0.5, + "35": 0.6, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.54545455 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2583632, + "playerPoolEntry": { + "id": 2583632, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Royce", + "fullName": "Royce O'Neale", + "id": 2583632, + "lastName": "O'Neale", + "proTeamId": 17, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 1.0, + "2": 3.0, + "3": 7.0, + "4": 1.0, + "5": 11.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 19.0, + "15": 3.0, + "16": 3.0, + "17": 4.0, + "18": 14.0, + "19": 0.36842105, + "20": 1.0, + "21": 0.28571429, + "22": 0.47368421, + "23": 12.0, + "24": 0.0, + "25": 10.0, + "26": 3.5, + "27": 0.5, + "28": 27.5, + "29": 10.5, + "30": 6.0, + "31": 1.5, + "32": 0.0, + "33": 2.0, + "34": 0.38181818, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15789474 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2488653, + "playerPoolEntry": { + "id": 2488653, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mason", + "fullName": "Mason Plumlee", + "id": 2488653, + "lastName": "Plumlee", + "proTeamId": 30, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 1.0, + "2": 1.0, + "3": 10.0, + "4": 9.0, + "5": 16.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 19.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.73684211, + "20": 0.5, + "21": 0.0, + "22": 0.73684211, + "23": 5.0, + "24": 2.0, + "25": 0.0, + "26": 5.0, + "27": 0.5, + "28": 31.0, + "29": 15.0, + "30": 12.5, + "31": 0.5, + "32": 2.0, + "33": 0.0, + "34": 0.48387097, + "35": 2.5, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21052632 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278073, + "playerPoolEntry": { + "id": 4278073, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Shai", + "fullName": "Shai Gilgeous-Alexander", + "id": 4278073, + "lastName": "Gilgeous-Alexander", + "proTeamId": 25, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 3.0, + "2": 3.0, + "3": 11.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 17.0, + "14": 47.0, + "15": 20.0, + "16": 20.0, + "17": 1.0, + "18": 5.0, + "19": 0.36170213, + "20": 1.0, + "21": 0.2, + "22": 0.37234043, + "23": 30.0, + "24": 0.0, + "25": 4.0, + "26": 5.5, + "27": 1.5, + "28": 35.5, + "29": 27.5, + "30": 6.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.77464789, + "35": 1.83333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.42553191 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3593, + "playerPoolEntry": { + "id": 3593, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bojan", + "fullName": "Bojan Bogdanovic", + "id": 3593, + "lastName": "Bogdanovic", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 29.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 10.0, + "14": 15.0, + "15": 5.0, + "16": 5.0, + "17": 4.0, + "18": 7.0, + "19": 0.66666667, + "20": 1.0, + "21": 0.57142857, + "22": 0.8, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 29.0, + "30": 5.0, + "31": 0.0, + "32": 4.0, + "33": 4.0, + "34": 0.80555556, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2489663, + "playerPoolEntry": { + "id": 2489663, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kelly", + "fullName": "Kelly Olynyk", + "id": 2489663, + "lastName": "Olynyk", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 2.0, + "1": 1.0, + "2": 0.0, + "3": 4.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 1.0, + "11": 2.0, + "12": 0.0, + "13": 1.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 3.0, + "19": 0.2, + "20": 0.0, + "21": 0.0, + "22": 0.2, + "23": 4.0, + "24": 0.0, + "25": 3.0, + "26": 4.0, + "27": 1.0, + "28": 20.0, + "29": 2.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 0.0, + "34": 0.1, + "35": 2.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2528426, + "playerPoolEntry": { + "id": 2528426, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jordan", + "fullName": "Jordan Clarkson", + "id": 2528426, + "lastName": "Clarkson", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 23.0, + "1": 0.0, + "2": 0.0, + "3": 5.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 17.0, + "15": 2.0, + "16": 2.0, + "17": 5.0, + "18": 12.0, + "19": 0.47058824, + "20": 1.0, + "21": 0.41666667, + "22": 0.61764706, + "23": 9.0, + "24": 0.0, + "25": 7.0, + "26": 5.0, + "27": 0.0, + "28": 32.0, + "29": 23.0, + "30": 2.0, + "31": 0.0, + "32": 2.0, + "33": 5.0, + "34": 0.71875, + "35": 2.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.11764706 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6477, + "playerPoolEntry": { + "id": 6477, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jonas", + "fullName": "Jonas Valanciunas", + "id": 6477, + "lastName": "Valanciunas", + "proTeamId": 3, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 11.0, + "5": 8.0, + "6": 19.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 10.0, + "14": 20.0, + "15": 6.0, + "16": 7.0, + "17": 0.0, + "18": 1.0, + "19": 0.5, + "20": 0.85714286, + "21": 0.0, + "22": 0.5, + "23": 10.0, + "24": 1.0, + "25": 1.0, + "26": 2.0, + "27": 0.0, + "28": 20.5, + "29": 13.0, + "30": 9.5, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.63414634, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 41.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.35 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4065648, + "playerPoolEntry": { + "id": 4065648, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jayson", + "fullName": "Jayson Tatum", + "id": 4065648, + "lastName": "Tatum", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 12.0, + "14": 19.0, + "15": 0.0, + "16": 0.0, + "17": 7.0, + "18": 12.0, + "19": 0.63157895, + "20": 0.0, + "21": 0.58333333, + "22": 0.81578947, + "23": 7.0, + "24": 0.0, + "25": 5.0, + "26": 4.0, + "27": 1.0, + "28": 29.0, + "29": 31.0, + "30": 9.0, + "31": 2.0, + "32": 1.0, + "33": 7.0, + "34": 1.06896552, + "35": 4.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395725, + "playerPoolEntry": { + "id": 4395725, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyler", + "fullName": "Tyler Herro", + "id": 4395725, + "lastName": "Herro", + "proTeamId": 14, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 1.0, + "2": 1.0, + "3": 11.0, + "4": 0.0, + "5": 10.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 37.0, + "15": 4.0, + "16": 5.0, + "17": 7.0, + "18": 16.0, + "19": 0.43243243, + "20": 0.8, + "21": 0.4375, + "22": 0.52702703, + "23": 21.0, + "24": 1.0, + "25": 9.0, + "26": 5.5, + "27": 0.5, + "28": 39.0, + "29": 21.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 3.5, + "34": 0.55128205, + "35": 1.83333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.13513514 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4433218, + "playerPoolEntry": { + "id": 4433218, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden Ivey", + "id": 4433218, + "lastName": "Ivey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 1.0, + "11": 2.0, + "12": 1.0, + "13": 5.0, + "14": 8.0, + "15": 4.0, + "16": 7.0, + "17": 0.0, + "18": 2.0, + "19": 0.625, + "20": 0.57142857, + "21": 0.0, + "22": 0.625, + "23": 3.0, + "24": 3.0, + "25": 2.0, + "26": 3.0, + "27": 0.0, + "28": 21.0, + "29": 14.0, + "30": 2.0, + "31": 0.0, + "32": 2.0, + "33": 0.0, + "34": 0.66666667, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 21.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134908, + "playerPoolEntry": { + "id": 3134908, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jakob", + "fullName": "Jakob Poeltl", + "id": 3134908, + "lastName": "Poeltl", + "proTeamId": 24, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 2.0, + "2": 1.0, + "3": 5.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 11.0, + "14": 18.0, + "15": 3.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.61111111, + "20": 0.75, + "21": 0.0, + "22": 0.61111111, + "23": 7.0, + "24": 1.0, + "25": 0.0, + "26": 2.5, + "27": 1.0, + "28": 25.5, + "29": 12.5, + "30": 8.5, + "31": 0.5, + "32": 3.5, + "33": 0.0, + "34": 0.49019608, + "35": 0.71428571, + "36": 0.14285714, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.22222222 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134907, + "playerPoolEntry": { + "id": 3134907, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Kyle", + "fullName": "Kyle Kuzma", + "id": 3134907, + "lastName": "Kuzma", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 3.0, + "19": 0.45454545, + "20": 0.83333333, + "21": 0.33333333, + "22": 0.5, + "23": 6.0, + "24": 1.0, + "25": 2.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 16.0, + "30": 6.0, + "31": 0.0, + "32": 5.0, + "33": 1.0, + "34": 0.5, + "35": 0.6, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.54545455 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2583632, + "playerPoolEntry": { + "id": 2583632, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Royce", + "fullName": "Royce O'Neale", + "id": 2583632, + "lastName": "O'Neale", + "proTeamId": 17, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 1.0, + "2": 3.0, + "3": 7.0, + "4": 1.0, + "5": 11.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 19.0, + "15": 3.0, + "16": 3.0, + "17": 4.0, + "18": 14.0, + "19": 0.36842105, + "20": 1.0, + "21": 0.28571429, + "22": 0.47368421, + "23": 12.0, + "24": 0.0, + "25": 10.0, + "26": 3.5, + "27": 0.5, + "28": 27.5, + "29": 10.5, + "30": 6.0, + "31": 1.5, + "32": 0.0, + "33": 2.0, + "34": 0.38181818, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15789474 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2488653, + "playerPoolEntry": { + "id": 2488653, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mason", + "fullName": "Mason Plumlee", + "id": 2488653, + "lastName": "Plumlee", + "proTeamId": 30, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 1.0, + "2": 1.0, + "3": 10.0, + "4": 9.0, + "5": 16.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 19.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.73684211, + "20": 0.5, + "21": 0.0, + "22": 0.73684211, + "23": 5.0, + "24": 2.0, + "25": 0.0, + "26": 5.0, + "27": 0.5, + "28": 31.0, + "29": 15.0, + "30": 12.5, + "31": 0.5, + "32": 2.0, + "33": 0.0, + "34": 0.48387097, + "35": 2.5, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21052632 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278073, + "playerPoolEntry": { + "id": 4278073, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Shai", + "fullName": "Shai Gilgeous-Alexander", + "id": 4278073, + "lastName": "Gilgeous-Alexander", + "proTeamId": 25, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 3.0, + "2": 3.0, + "3": 11.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 17.0, + "14": 47.0, + "15": 20.0, + "16": 20.0, + "17": 1.0, + "18": 5.0, + "19": 0.36170213, + "20": 1.0, + "21": 0.2, + "22": 0.37234043, + "23": 30.0, + "24": 0.0, + "25": 4.0, + "26": 5.5, + "27": 1.5, + "28": 35.5, + "29": 27.5, + "30": 6.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.77464789, + "35": 1.83333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.42553191 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3593, + "playerPoolEntry": { + "id": 3593, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bojan", + "fullName": "Bojan Bogdanovic", + "id": 3593, + "lastName": "Bogdanovic", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 29.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 10.0, + "14": 15.0, + "15": 5.0, + "16": 5.0, + "17": 4.0, + "18": 7.0, + "19": 0.66666667, + "20": 1.0, + "21": 0.57142857, + "22": 0.8, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 29.0, + "30": 5.0, + "31": 0.0, + "32": 4.0, + "33": 4.0, + "34": 0.80555556, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2489663, + "playerPoolEntry": { + "id": 2489663, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kelly", + "fullName": "Kelly Olynyk", + "id": 2489663, + "lastName": "Olynyk", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 2.0, + "1": 1.0, + "2": 0.0, + "3": 4.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 1.0, + "11": 2.0, + "12": 0.0, + "13": 1.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 3.0, + "19": 0.2, + "20": 0.0, + "21": 0.0, + "22": 0.2, + "23": 4.0, + "24": 0.0, + "25": 3.0, + "26": 4.0, + "27": 1.0, + "28": 20.0, + "29": 2.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 0.0, + "34": 0.1, + "35": 2.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2528426, + "playerPoolEntry": { + "id": 2528426, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jordan", + "fullName": "Jordan Clarkson", + "id": 2528426, + "lastName": "Clarkson", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 23.0, + "1": 0.0, + "2": 0.0, + "3": 5.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 17.0, + "15": 2.0, + "16": 2.0, + "17": 5.0, + "18": 12.0, + "19": 0.47058824, + "20": 1.0, + "21": 0.41666667, + "22": 0.61764706, + "23": 9.0, + "24": 0.0, + "25": 7.0, + "26": 5.0, + "27": 0.0, + "28": 32.0, + "29": 23.0, + "30": 2.0, + "31": 0.0, + "32": 2.0, + "33": 5.0, + "34": 0.71875, + "35": 2.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.11764706 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6477, + "playerPoolEntry": { + "id": 6477, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jonas", + "fullName": "Jonas Valanciunas", + "id": 6477, + "lastName": "Valanciunas", + "proTeamId": 3, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 11.0, + "5": 8.0, + "6": 19.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 10.0, + "14": 20.0, + "15": 6.0, + "16": 7.0, + "17": 0.0, + "18": 1.0, + "19": 0.5, + "20": 0.85714286, + "21": 0.0, + "22": 0.5, + "23": 10.0, + "24": 1.0, + "25": 1.0, + "26": 2.0, + "27": 0.0, + "28": 20.5, + "29": 13.0, + "30": 9.5, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.63414634, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 41.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.35 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4065648, + "playerPoolEntry": { + "id": 4065648, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jayson", + "fullName": "Jayson Tatum", + "id": 4065648, + "lastName": "Tatum", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 12.0, + "14": 19.0, + "15": 0.0, + "16": 0.0, + "17": 7.0, + "18": 12.0, + "19": 0.63157895, + "20": 0.0, + "21": 0.58333333, + "22": 0.81578947, + "23": 7.0, + "24": 0.0, + "25": 5.0, + "26": 4.0, + "27": 1.0, + "28": 29.0, + "29": 31.0, + "30": 9.0, + "31": 2.0, + "32": 1.0, + "33": 7.0, + "34": 1.06896552, + "35": 4.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395725, + "playerPoolEntry": { + "id": 4395725, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyler", + "fullName": "Tyler Herro", + "id": 4395725, + "lastName": "Herro", + "proTeamId": 14, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 1.0, + "2": 1.0, + "3": 11.0, + "4": 0.0, + "5": 10.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 37.0, + "15": 4.0, + "16": 5.0, + "17": 7.0, + "18": 16.0, + "19": 0.43243243, + "20": 0.8, + "21": 0.4375, + "22": 0.52702703, + "23": 21.0, + "24": 1.0, + "25": 9.0, + "26": 5.5, + "27": 0.5, + "28": 39.0, + "29": 21.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 3.5, + "34": 0.55128205, + "35": 1.83333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.13513514 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 5, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 7, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 309.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 74.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 9.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 24.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 22.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 47.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.48706897 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.7972973 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 120.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 113.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 232.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 59.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 1 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 4, + "playerId": 3059318, + "playerPoolEntry": { + "id": 3059318, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Joel", + "fullName": "Joel Embiid", + "id": 3059318, + "lastName": "Embiid", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 6583, + "playerPoolEntry": { + "id": 6583, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Anthony", + "fullName": "Anthony Davis", + "id": 6583, + "lastName": "Davis", + "proTeamId": 13, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 2.0, + "2": 1.0, + "3": 2.0, + "4": 5.0, + "5": 9.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 13.0, + "14": 27.0, + "15": 5.0, + "16": 5.0, + "17": 0.0, + "18": 3.0, + "19": 0.4814799880981445, + "20": 1.0, + "21": 0.0, + "22": 0.48148148148148145, + "23": 14.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 2.0, + "28": 35.0, + "29": 31.0, + "30": 14.0, + "31": 1.0, + "32": 2.0, + "33": 0.0, + "34": 0.8857142857142857, + "35": 1.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 35.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.18518518518518517 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 4251, + "playerPoolEntry": { + "id": 4251, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 1, + 5 + ], + "firstName": "Paul", + "fullName": "Paul George", + "id": 4251, + "lastName": "George", + "proTeamId": 12, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 3.0, + "3": 2.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 6.0, + "14": 16.0, + "15": 2.0, + "16": 6.0, + "17": 2.0, + "18": 5.0, + "19": 0.375, + "20": 0.3333300018310547, + "21": 0.4, + "22": 0.4375, + "23": 10.0, + "24": 4.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 16.0, + "30": 6.0, + "31": 3.0, + "32": 3.0, + "33": 2.0, + "34": 0.4444444444444444, + "35": 0.6666667, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.375 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3074752, + "playerPoolEntry": { + "id": 3074752, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Terry", + "fullName": "Terry Rozier", + "id": 3074752, + "lastName": "Rozier", + "proTeamId": 30, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 23.0, + "1": 0.0, + "2": 2.0, + "3": 1.0, + "4": 4.0, + "5": 4.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 21.0, + "15": 4.0, + "16": 4.0, + "17": 3.0, + "18": 8.0, + "19": 0.38095001220703123, + "20": 1.0, + "21": 0.375, + "22": 0.4523809523809524, + "23": 13.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 0.0, + "28": 37.0, + "29": 23.0, + "30": 8.0, + "31": 2.0, + "32": 2.0, + "33": 3.0, + "34": 0.6216216216216216, + "35": 0.5, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.19047619047619047 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3133628, + "playerPoolEntry": { + "id": 3133628, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Myles", + "fullName": "Myles Turner", + "id": 3133628, + "lastName": "Turner", + "proTeamId": 11, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 3.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 11.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.7272699737548828, + "20": 1.0, + "21": 0.5, + "22": 0.8181818181818182, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 2.0, + "28": 31.0, + "29": 20.0, + "30": 13.0, + "31": 1.0, + "32": 1.0, + "33": 2.0, + "34": 0.6451612903225806, + "35": 3.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.18181818181818182 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4395630, + "playerPoolEntry": { + "id": 4395630, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Devin", + "fullName": "Devin Vassell", + "id": 4395630, + "lastName": "Vassell", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3934719, + "playerPoolEntry": { + "id": 3934719, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "O.G.", + "fullName": "O.G. Anunoby", + "id": 3934719, + "lastName": "Anunoby", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4277847, + "playerPoolEntry": { + "id": 4277847, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Wendell", + "fullName": "Wendell Carter Jr.", + "id": 4277847, + "lastName": "Carter Jr.", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4277813, + "playerPoolEntry": { + "id": 4277813, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Herbert", + "fullName": "Herbert Jones", + "id": 4277813, + "lastName": "Jones", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 1.0, + "2": 3.0, + "3": 1.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 4.0, + "14": 9.0, + "15": 0.0, + "16": 1.0, + "17": 1.0, + "18": 6.0, + "19": 0.44444000244140625, + "20": 0.0, + "21": 0.16666999816894532, + "22": 0.5, + "23": 5.0, + "24": 1.0, + "25": 5.0, + "26": 1.0, + "27": 1.0, + "28": 35.0, + "29": 9.0, + "30": 2.0, + "31": 3.0, + "32": 4.0, + "33": 1.0, + "34": 0.2571428571428571, + "35": 0.25, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 35.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.1111111111111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4566434, + "playerPoolEntry": { + "id": 4566434, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Franz", + "fullName": "Franz Wagner", + "id": 4566434, + "lastName": "Wagner", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4351851, + "playerPoolEntry": { + "id": 4351851, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Anfernee", + "fullName": "Anfernee Simons", + "id": 4351851, + "lastName": "Simons", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3138196, + "playerPoolEntry": { + "id": 3138196, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Cameron", + "fullName": "Cameron Johnson", + "id": 3138196, + "lastName": "Johnson", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4278077, + "playerPoolEntry": { + "id": 4278077, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarred", + "fullName": "Jarred Vanderbilt", + "id": 4278077, + "lastName": "Vanderbilt", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3133628, + "playerPoolEntry": { + "id": 3133628, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Myles", + "fullName": "Myles Turner", + "id": 3133628, + "lastName": "Turner", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 3.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 11.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.72727273, + "20": 1.0, + "21": 0.5, + "22": 0.81818182, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 2.0, + "28": 31.0, + "29": 20.0, + "30": 13.0, + "31": 1.0, + "32": 1.0, + "33": 2.0, + "34": 0.64516129, + "35": 3.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.18181818 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277813, + "playerPoolEntry": { + "id": 4277813, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Herbert", + "fullName": "Herbert Jones", + "id": 4277813, + "lastName": "Jones", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 1.0, + "2": 8.0, + "3": 5.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 10.0, + "14": 17.0, + "15": 7.0, + "16": 9.0, + "17": 3.0, + "18": 10.0, + "19": 0.58823529, + "20": 0.77777778, + "21": 0.3, + "22": 0.67647059, + "23": 7.0, + "24": 2.0, + "25": 7.0, + "26": 2.5, + "27": 0.5, + "28": 36.0, + "29": 15.0, + "30": 3.0, + "31": 4.0, + "32": 3.0, + "33": 1.5, + "34": 0.41666667, + "35": 0.83333333, + "36": 1.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.52941176 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277847, + "playerPoolEntry": { + "id": 4277847, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Wendell", + "fullName": "Wendell Carter Jr.", + "id": 4277847, + "lastName": "Carter Jr.", + "proTeamId": 19, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 8.0, + "5": 14.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 21.0, + "15": 4.0, + "16": 7.0, + "17": 1.0, + "18": 9.0, + "19": 0.38095238, + "20": 0.57142857, + "21": 0.11111111, + "22": 0.4047619, + "23": 13.0, + "24": 3.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 27.0, + "29": 10.5, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.38888889, + "35": 4.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 54.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6583, + "playerPoolEntry": { + "id": 6583, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Anthony", + "fullName": "Anthony Davis", + "id": 6583, + "lastName": "Davis", + "proTeamId": 13, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 3.0, + "3": 3.0, + "4": 7.0, + "5": 16.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 1.0, + "11": 7.0, + "12": 0.0, + "13": 22.0, + "14": 43.0, + "15": 14.0, + "16": 16.0, + "17": 0.0, + "18": 4.0, + "19": 0.51162791, + "20": 0.875, + "21": 0.0, + "22": 0.51162791, + "23": 21.0, + "24": 2.0, + "25": 4.0, + "26": 1.5, + "27": 1.0, + "28": 36.0, + "29": 29.0, + "30": 11.5, + "31": 1.5, + "32": 3.5, + "33": 0.0, + "34": 0.80555556, + "35": 0.42857143, + "36": 0.42857143, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37209302 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059318, + "playerPoolEntry": { + "id": 3059318, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Joel", + "fullName": "Joel Embiid", + "id": 3059318, + "lastName": "Embiid", + "proTeamId": 20, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 3.0, + "2": 2.0, + "3": 8.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 20.0, + "14": 37.0, + "15": 17.0, + "16": 21.0, + "17": 1.0, + "18": 4.0, + "19": 0.54054054, + "20": 0.80952381, + "21": 0.25, + "22": 0.55405405, + "23": 17.0, + "24": 4.0, + "25": 3.0, + "26": 4.0, + "27": 1.5, + "28": 34.0, + "29": 29.0, + "30": 11.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.85294118, + "35": 1.0, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.56756757 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4351851, + "playerPoolEntry": { + "id": 4351851, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Anfernee", + "fullName": "Anfernee Simons", + "id": 4351851, + "lastName": "Simons", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 47.0, + "1": 1.0, + "2": 0.0, + "3": 11.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 30.0, + "15": 3.0, + "16": 3.0, + "17": 8.0, + "18": 15.0, + "19": 0.6, + "20": 1.0, + "21": 0.53333333, + "22": 0.73333333, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.5, + "27": 0.5, + "28": 33.0, + "29": 23.5, + "30": 1.5, + "31": 0.0, + "32": 2.0, + "33": 4.0, + "34": 0.71212121, + "35": 2.75, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.1 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4251, + "playerPoolEntry": { + "id": 4251, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 1, + 5 + ], + "firstName": "Paul", + "fullName": "Paul George", + "id": 4251, + "lastName": "George", + "proTeamId": 12, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 5.0, + "3": 9.0, + "4": 3.0, + "5": 13.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 13.0, + "14": 32.0, + "15": 2.0, + "16": 6.0, + "17": 4.0, + "18": 13.0, + "19": 0.40625, + "20": 0.33333333, + "21": 0.30769231, + "22": 0.46875, + "23": 19.0, + "24": 4.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 38.0, + "29": 16.0, + "30": 8.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.42105263, + "35": 1.125, + "36": 0.625, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.1875 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3074752, + "playerPoolEntry": { + "id": 3074752, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Terry", + "fullName": "Terry Rozier", + "id": 3074752, + "lastName": "Rozier", + "proTeamId": 30, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 3.0, + "3": 4.0, + "4": 4.0, + "5": 11.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 41.0, + "15": 10.0, + "16": 10.0, + "17": 5.0, + "18": 17.0, + "19": 0.34146341, + "20": 1.0, + "21": 0.29411765, + "22": 0.40243902, + "23": 27.0, + "24": 0.0, + "25": 12.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 21.5, + "30": 7.5, + "31": 1.5, + "32": 2.0, + "33": 2.5, + "34": 0.59722222, + "35": 1.0, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.24390244 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3133628, + "playerPoolEntry": { + "id": 3133628, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Myles", + "fullName": "Myles Turner", + "id": 3133628, + "lastName": "Turner", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 3.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 11.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.72727273, + "20": 1.0, + "21": 0.5, + "22": 0.81818182, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 2.0, + "28": 31.0, + "29": 20.0, + "30": 13.0, + "31": 1.0, + "32": 1.0, + "33": 2.0, + "34": 0.64516129, + "35": 3.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.18181818 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277813, + "playerPoolEntry": { + "id": 4277813, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Herbert", + "fullName": "Herbert Jones", + "id": 4277813, + "lastName": "Jones", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 1.0, + "2": 8.0, + "3": 5.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 10.0, + "14": 17.0, + "15": 7.0, + "16": 9.0, + "17": 3.0, + "18": 10.0, + "19": 0.58823529, + "20": 0.77777778, + "21": 0.3, + "22": 0.67647059, + "23": 7.0, + "24": 2.0, + "25": 7.0, + "26": 2.5, + "27": 0.5, + "28": 36.0, + "29": 15.0, + "30": 3.0, + "31": 4.0, + "32": 3.0, + "33": 1.5, + "34": 0.41666667, + "35": 0.83333333, + "36": 1.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.52941176 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277847, + "playerPoolEntry": { + "id": 4277847, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Wendell", + "fullName": "Wendell Carter Jr.", + "id": 4277847, + "lastName": "Carter Jr.", + "proTeamId": 19, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 8.0, + "5": 14.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 21.0, + "15": 4.0, + "16": 7.0, + "17": 1.0, + "18": 9.0, + "19": 0.38095238, + "20": 0.57142857, + "21": 0.11111111, + "22": 0.4047619, + "23": 13.0, + "24": 3.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 27.0, + "29": 10.5, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.38888889, + "35": 4.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 54.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6583, + "playerPoolEntry": { + "id": 6583, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Anthony", + "fullName": "Anthony Davis", + "id": 6583, + "lastName": "Davis", + "proTeamId": 13, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 3.0, + "3": 3.0, + "4": 7.0, + "5": 16.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 1.0, + "11": 7.0, + "12": 0.0, + "13": 22.0, + "14": 43.0, + "15": 14.0, + "16": 16.0, + "17": 0.0, + "18": 4.0, + "19": 0.51162791, + "20": 0.875, + "21": 0.0, + "22": 0.51162791, + "23": 21.0, + "24": 2.0, + "25": 4.0, + "26": 1.5, + "27": 1.0, + "28": 36.0, + "29": 29.0, + "30": 11.5, + "31": 1.5, + "32": 3.5, + "33": 0.0, + "34": 0.80555556, + "35": 0.42857143, + "36": 0.42857143, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37209302 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059318, + "playerPoolEntry": { + "id": 3059318, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Joel", + "fullName": "Joel Embiid", + "id": 3059318, + "lastName": "Embiid", + "proTeamId": 20, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 3.0, + "2": 2.0, + "3": 8.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 20.0, + "14": 37.0, + "15": 17.0, + "16": 21.0, + "17": 1.0, + "18": 4.0, + "19": 0.54054054, + "20": 0.80952381, + "21": 0.25, + "22": 0.55405405, + "23": 17.0, + "24": 4.0, + "25": 3.0, + "26": 4.0, + "27": 1.5, + "28": 34.0, + "29": 29.0, + "30": 11.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.85294118, + "35": 1.0, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.56756757 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4351851, + "playerPoolEntry": { + "id": 4351851, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Anfernee", + "fullName": "Anfernee Simons", + "id": 4351851, + "lastName": "Simons", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 47.0, + "1": 1.0, + "2": 0.0, + "3": 11.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 30.0, + "15": 3.0, + "16": 3.0, + "17": 8.0, + "18": 15.0, + "19": 0.6, + "20": 1.0, + "21": 0.53333333, + "22": 0.73333333, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.5, + "27": 0.5, + "28": 33.0, + "29": 23.5, + "30": 1.5, + "31": 0.0, + "32": 2.0, + "33": 4.0, + "34": 0.71212121, + "35": 2.75, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.1 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4251, + "playerPoolEntry": { + "id": 4251, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 1, + 5 + ], + "firstName": "Paul", + "fullName": "Paul George", + "id": 4251, + "lastName": "George", + "proTeamId": 12, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 5.0, + "3": 9.0, + "4": 3.0, + "5": 13.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 13.0, + "14": 32.0, + "15": 2.0, + "16": 6.0, + "17": 4.0, + "18": 13.0, + "19": 0.40625, + "20": 0.33333333, + "21": 0.30769231, + "22": 0.46875, + "23": 19.0, + "24": 4.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 38.0, + "29": 16.0, + "30": 8.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.42105263, + "35": 1.125, + "36": 0.625, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.1875 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3074752, + "playerPoolEntry": { + "id": 3074752, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Terry", + "fullName": "Terry Rozier", + "id": 3074752, + "lastName": "Rozier", + "proTeamId": 30, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 3.0, + "3": 4.0, + "4": 4.0, + "5": 11.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 41.0, + "15": 10.0, + "16": 10.0, + "17": 5.0, + "18": 17.0, + "19": 0.34146341, + "20": 1.0, + "21": 0.29411765, + "22": 0.40243902, + "23": 27.0, + "24": 0.0, + "25": 12.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 21.5, + "30": 7.5, + "31": 1.5, + "32": 2.0, + "33": 2.5, + "34": 0.59722222, + "35": 1.0, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.24390244 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 10, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "id": 77, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 8, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 332.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 75.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 8.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 29.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 18.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 63.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.41836735 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.76 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 112.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 123.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 294.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 57.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 4, + "playerId": 3032977, + "playerPoolEntry": { + "id": 3032977, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Giannis", + "fullName": "Giannis Antetokounmpo", + "id": 3032977, + "lastName": "Antetokounmpo", + "proTeamId": 15, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 54.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 4.0, + "5": 15.0, + "6": 19.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 21.0, + "14": 39.0, + "15": 10.0, + "16": 15.0, + "17": 2.0, + "18": 8.0, + "19": 0.5384600067138672, + "20": 0.6666699981689453, + "21": 0.25, + "22": 0.5641025641025641, + "23": 18.0, + "24": 5.0, + "25": 6.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 54.0, + "30": 19.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 1.5, + "35": 0.6666667, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.38461538461538464 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3908809, + "playerPoolEntry": { + "id": 3908809, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Donovan", + "fullName": "Donovan Mitchell", + "id": 3908809, + "lastName": "Mitchell", + "proTeamId": 5, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 6.0, + "1": 1.0, + "2": 1.0, + "3": 3.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 1.0, + "8": 0.0, + "9": 1.0, + "10": 1.0, + "11": 0.0, + "12": 0.0, + "13": 2.0, + "14": 11.0, + "15": 0.0, + "16": 0.0, + "17": 2.0, + "18": 4.0, + "19": 0.18181999206542968, + "20": 0.0, + "21": 0.5, + "22": 0.2727272727272727, + "23": 9.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 1.0, + "28": 22.0, + "29": 6.0, + "30": 4.0, + "31": 1.0, + "32": 0.0, + "33": 2.0, + "34": 0.2727272727272727, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3149673, + "playerPoolEntry": { + "id": 3149673, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Pascal", + "fullName": "Pascal Siakam", + "id": 3149673, + "lastName": "Siakam", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066259, + "playerPoolEntry": { + "id": 4066259, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "De'Aaron", + "fullName": "De'Aaron Fox", + "id": 4066259, + "lastName": "Fox", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3913176, + "playerPoolEntry": { + "id": 3913176, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Brandon", + "fullName": "Brandon Ingram", + "id": 3913176, + "lastName": "Ingram", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 1.0, + "2": 0.0, + "3": 7.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 20.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 2.0, + "19": 0.5, + "20": 0.8333300018310547, + "21": 0.5, + "22": 0.525, + "23": 10.0, + "24": 1.0, + "25": 1.0, + "26": 7.0, + "27": 1.0, + "28": 36.0, + "29": 26.0, + "30": 9.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.7222222222222222, + "35": 2.3333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3064514, + "playerPoolEntry": { + "id": 3064514, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Julius", + "fullName": "Julius Randle", + "id": 3064514, + "lastName": "Randle", + "proTeamId": 18, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 23.0, + "1": 0.0, + "2": 3.0, + "3": 6.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 8.0, + "14": 19.0, + "15": 4.0, + "16": 5.0, + "17": 3.0, + "18": 9.0, + "19": 0.42104999542236327, + "20": 0.8, + "21": 0.3333300018310547, + "22": 0.5, + "23": 11.0, + "24": 1.0, + "25": 6.0, + "26": 6.0, + "27": 0.0, + "28": 34.0, + "29": 23.0, + "30": 10.0, + "31": 3.0, + "32": 7.0, + "33": 3.0, + "34": 0.6764705882352942, + "35": 0.85714287, + "36": 0.42857143, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.2631578947368421 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4437244, + "playerPoolEntry": { + "id": 4437244, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jalen", + "fullName": "Jalen Green", + "id": 4437244, + "lastName": "Green", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3058254, + "playerPoolEntry": { + "id": 3058254, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Christian", + "fullName": "Christian Wood", + "id": 3058254, + "lastName": "Wood", + "proTeamId": 6, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 6, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3062679, + "playerPoolEntry": { + "id": 3062679, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Josh", + "fullName": "Josh Hart", + "id": 3062679, + "lastName": "Hart", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4397102, + "playerPoolEntry": { + "id": 4397102, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bol", + "fullName": "Bol Bol", + "id": 4397102, + "lastName": "Bol", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4066372, + "playerPoolEntry": { + "id": 4066372, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Kevin", + "fullName": "Kevin Huerter", + "id": 4066372, + "lastName": "Huerter", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 2580782, + "playerPoolEntry": { + "id": 2580782, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Spencer", + "fullName": "Spencer Dinwiddie", + "id": 2580782, + "lastName": "Dinwiddie", + "proTeamId": 6, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 6, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 2.0, + "2": 1.0, + "3": 4.0, + "4": 1.0, + "5": 2.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 19.0, + "15": 11.0, + "16": 12.0, + "17": 2.0, + "18": 6.0, + "19": 0.21052999496459962, + "20": 0.9166699981689453, + "21": 0.3333300018310547, + "22": 0.2631578947368421, + "23": 15.0, + "24": 1.0, + "25": 4.0, + "26": 4.0, + "27": 2.0, + "28": 36.0, + "29": 21.0, + "30": 3.0, + "31": 1.0, + "32": 3.0, + "33": 2.0, + "34": 0.5833333333333334, + "35": 1.3333334, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.631578947368421 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 4278104, + "playerPoolEntry": { + "id": 4278104, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Michael", + "fullName": "Michael Porter Jr.", + "id": 4278104, + "lastName": "Porter Jr.", + "proTeamId": 7, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 0.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 0.0, + "16": 0.0, + "17": 5.0, + "18": 9.0, + "19": 0.5, + "20": 0.0, + "21": 0.5555599975585938, + "22": 0.7083333333333334, + "23": 6.0, + "24": 0.0, + "25": 4.0, + "26": 1.0, + "27": 0.0, + "28": 27.0, + "29": 17.0, + "30": 1.0, + "31": 1.0, + "32": 1.0, + "33": 5.0, + "34": 0.6296296296296297, + "35": 1.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3908809, + "playerPoolEntry": { + "id": 3908809, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Donovan", + "fullName": "Donovan Mitchell", + "id": 3908809, + "lastName": "Mitchell", + "proTeamId": 5, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 1.0, + "2": 5.0, + "3": 12.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 1.0, + "8": 0.0, + "9": 4.0, + "10": 2.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 28.0, + "15": 1.0, + "16": 2.0, + "17": 5.0, + "18": 17.0, + "19": 0.28571429, + "20": 0.5, + "21": 0.29411765, + "22": 0.375, + "23": 20.0, + "24": 1.0, + "25": 12.0, + "26": 6.0, + "27": 0.5, + "28": 29.5, + "29": 11.0, + "30": 3.5, + "31": 2.5, + "32": 1.0, + "33": 2.5, + "34": 0.37288136, + "35": 6.0, + "36": 2.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278104, + "playerPoolEntry": { + "id": 4278104, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Michael", + "fullName": "Michael Porter Jr.", + "id": 4278104, + "lastName": "Porter Jr.", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 4.0, + "5": 2.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 8.0, + "18": 15.0, + "19": 0.45833333, + "20": 0.0, + "21": 0.53333333, + "22": 0.625, + "23": 13.0, + "24": 0.0, + "25": 7.0, + "26": 1.0, + "27": 0.0, + "28": 28.5, + "29": 15.0, + "30": 3.0, + "31": 1.0, + "32": 1.5, + "33": 4.0, + "34": 0.52631579, + "35": 0.66666667, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2580782, + "playerPoolEntry": { + "id": 2580782, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Spencer", + "fullName": "Spencer Dinwiddie", + "id": 2580782, + "lastName": "Dinwiddie", + "proTeamId": 6, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 35.0, + "15": 13.0, + "16": 16.0, + "17": 2.0, + "18": 12.0, + "19": 0.25714286, + "20": 0.8125, + "21": 0.16666667, + "22": 0.28571429, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 3.0, + "27": 1.0, + "28": 34.0, + "29": 16.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.48529412, + "35": 2.0, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.45714286 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3149673, + "playerPoolEntry": { + "id": 3149673, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Pascal", + "fullName": "Pascal Siakam", + "id": 3149673, + "lastName": "Siakam", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 6.0, + "5": 7.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 16.0, + "14": 39.0, + "15": 7.0, + "16": 10.0, + "17": 1.0, + "18": 4.0, + "19": 0.41025641, + "20": 0.7, + "21": 0.25, + "22": 0.42307692, + "23": 23.0, + "24": 3.0, + "25": 3.0, + "26": 3.0, + "27": 0.0, + "28": 38.5, + "29": 20.0, + "30": 6.5, + "31": 0.0, + "32": 3.0, + "33": 0.5, + "34": 0.51948052, + "35": 1.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25641026 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066372, + "playerPoolEntry": { + "id": 4066372, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Kevin", + "fullName": "Kevin Huerter", + "id": 4066372, + "lastName": "Huerter", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 8.0, + "1": 0.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 3.0, + "14": 12.0, + "15": 1.0, + "16": 2.0, + "17": 1.0, + "18": 8.0, + "19": 0.25, + "20": 0.5, + "21": 0.125, + "22": 0.29166667, + "23": 9.0, + "24": 1.0, + "25": 7.0, + "26": 3.0, + "27": 0.0, + "28": 20.5, + "29": 4.0, + "30": 3.0, + "31": 0.5, + "32": 0.0, + "33": 0.5, + "34": 0.19512195, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 41.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.16666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064514, + "playerPoolEntry": { + "id": 3064514, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Julius", + "fullName": "Julius Randle", + "id": 3064514, + "lastName": "Randle", + "proTeamId": 18, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 0.0, + "2": 3.0, + "3": 11.0, + "4": 3.0, + "5": 19.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 38.0, + "15": 13.0, + "16": 16.0, + "17": 5.0, + "18": 18.0, + "19": 0.36842105, + "20": 0.8125, + "21": 0.27777778, + "22": 0.43421053, + "23": 24.0, + "24": 3.0, + "25": 13.0, + "26": 5.5, + "27": 0.0, + "28": 38.5, + "29": 23.0, + "30": 11.0, + "31": 1.5, + "32": 5.5, + "33": 2.5, + "34": 0.5974026, + "35": 1.0, + "36": 0.27272727, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.42105263 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4397102, + "playerPoolEntry": { + "id": 4397102, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bol", + "fullName": "Bol Bol", + "id": 4397102, + "lastName": "Bol", + "proTeamId": 19, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 2.0, + "1": 3.0, + "2": 1.0, + "3": 0.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 1.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 2.0, + "19": 0.2, + "20": 0.0, + "21": 0.0, + "22": 0.2, + "23": 4.0, + "24": 0.0, + "25": 2.0, + "26": 0.0, + "27": 1.5, + "28": 12.5, + "29": 1.0, + "30": 4.0, + "31": 0.5, + "32": 2.0, + "33": 0.0, + "34": 0.08, + "35": 0.0, + "36": 0.25, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066259, + "playerPoolEntry": { + "id": 4066259, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "De'Aaron", + "fullName": "De'Aaron Fox", + "id": 4066259, + "lastName": "Fox", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 63.0, + "1": 2.0, + "2": 5.0, + "3": 14.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 26.0, + "14": 50.0, + "15": 7.0, + "16": 8.0, + "17": 4.0, + "18": 8.0, + "19": 0.52, + "20": 0.875, + "21": 0.5, + "22": 0.56, + "23": 24.0, + "24": 1.0, + "25": 4.0, + "26": 7.0, + "27": 1.0, + "28": 39.5, + "29": 31.5, + "30": 3.5, + "31": 2.5, + "32": 1.5, + "33": 2.0, + "34": 0.79746835, + "35": 4.66666667, + "36": 1.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 79.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.16 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032977, + "playerPoolEntry": { + "id": 3032977, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Giannis", + "fullName": "Giannis Antetokounmpo", + "id": 3032977, + "lastName": "Antetokounmpo", + "proTeamId": 15, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 88.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 7.0, + "5": 30.0, + "6": 37.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 35.0, + "14": 63.0, + "15": 15.0, + "16": 21.0, + "17": 3.0, + "18": 11.0, + "19": 0.55555556, + "20": 0.71428571, + "21": 0.27272727, + "22": 0.57936508, + "23": 28.0, + "24": 6.0, + "25": 8.0, + "26": 3.0, + "27": 0.0, + "28": 36.0, + "29": 44.0, + "30": 18.5, + "31": 0.0, + "32": 3.5, + "33": 1.5, + "34": 1.22222222, + "35": 0.85714286, + "36": 0.0, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3908809, + "playerPoolEntry": { + "id": 3908809, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Donovan", + "fullName": "Donovan Mitchell", + "id": 3908809, + "lastName": "Mitchell", + "proTeamId": 5, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 1.0, + "2": 5.0, + "3": 12.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 1.0, + "8": 0.0, + "9": 4.0, + "10": 2.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 28.0, + "15": 1.0, + "16": 2.0, + "17": 5.0, + "18": 17.0, + "19": 0.28571429, + "20": 0.5, + "21": 0.29411765, + "22": 0.375, + "23": 20.0, + "24": 1.0, + "25": 12.0, + "26": 6.0, + "27": 0.5, + "28": 29.5, + "29": 11.0, + "30": 3.5, + "31": 2.5, + "32": 1.0, + "33": 2.5, + "34": 0.37288136, + "35": 6.0, + "36": 2.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278104, + "playerPoolEntry": { + "id": 4278104, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Michael", + "fullName": "Michael Porter Jr.", + "id": 4278104, + "lastName": "Porter Jr.", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 4.0, + "5": 2.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 8.0, + "18": 15.0, + "19": 0.45833333, + "20": 0.0, + "21": 0.53333333, + "22": 0.625, + "23": 13.0, + "24": 0.0, + "25": 7.0, + "26": 1.0, + "27": 0.0, + "28": 28.5, + "29": 15.0, + "30": 3.0, + "31": 1.0, + "32": 1.5, + "33": 4.0, + "34": 0.52631579, + "35": 0.66666667, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2580782, + "playerPoolEntry": { + "id": 2580782, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Spencer", + "fullName": "Spencer Dinwiddie", + "id": 2580782, + "lastName": "Dinwiddie", + "proTeamId": 6, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 35.0, + "15": 13.0, + "16": 16.0, + "17": 2.0, + "18": 12.0, + "19": 0.25714286, + "20": 0.8125, + "21": 0.16666667, + "22": 0.28571429, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 3.0, + "27": 1.0, + "28": 34.0, + "29": 16.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.48529412, + "35": 2.0, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.45714286 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3149673, + "playerPoolEntry": { + "id": 3149673, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Pascal", + "fullName": "Pascal Siakam", + "id": 3149673, + "lastName": "Siakam", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 6.0, + "5": 7.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 16.0, + "14": 39.0, + "15": 7.0, + "16": 10.0, + "17": 1.0, + "18": 4.0, + "19": 0.41025641, + "20": 0.7, + "21": 0.25, + "22": 0.42307692, + "23": 23.0, + "24": 3.0, + "25": 3.0, + "26": 3.0, + "27": 0.0, + "28": 38.5, + "29": 20.0, + "30": 6.5, + "31": 0.0, + "32": 3.0, + "33": 0.5, + "34": 0.51948052, + "35": 1.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25641026 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066372, + "playerPoolEntry": { + "id": 4066372, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Kevin", + "fullName": "Kevin Huerter", + "id": 4066372, + "lastName": "Huerter", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 8.0, + "1": 0.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 3.0, + "14": 12.0, + "15": 1.0, + "16": 2.0, + "17": 1.0, + "18": 8.0, + "19": 0.25, + "20": 0.5, + "21": 0.125, + "22": 0.29166667, + "23": 9.0, + "24": 1.0, + "25": 7.0, + "26": 3.0, + "27": 0.0, + "28": 20.5, + "29": 4.0, + "30": 3.0, + "31": 0.5, + "32": 0.0, + "33": 0.5, + "34": 0.19512195, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 41.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.16666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064514, + "playerPoolEntry": { + "id": 3064514, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Julius", + "fullName": "Julius Randle", + "id": 3064514, + "lastName": "Randle", + "proTeamId": 18, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 0.0, + "2": 3.0, + "3": 11.0, + "4": 3.0, + "5": 19.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 38.0, + "15": 13.0, + "16": 16.0, + "17": 5.0, + "18": 18.0, + "19": 0.36842105, + "20": 0.8125, + "21": 0.27777778, + "22": 0.43421053, + "23": 24.0, + "24": 3.0, + "25": 13.0, + "26": 5.5, + "27": 0.0, + "28": 38.5, + "29": 23.0, + "30": 11.0, + "31": 1.5, + "32": 5.5, + "33": 2.5, + "34": 0.5974026, + "35": 1.0, + "36": 0.27272727, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.42105263 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4397102, + "playerPoolEntry": { + "id": 4397102, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bol", + "fullName": "Bol Bol", + "id": 4397102, + "lastName": "Bol", + "proTeamId": 19, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 2.0, + "1": 3.0, + "2": 1.0, + "3": 0.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 1.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 2.0, + "19": 0.2, + "20": 0.0, + "21": 0.0, + "22": 0.2, + "23": 4.0, + "24": 0.0, + "25": 2.0, + "26": 0.0, + "27": 1.5, + "28": 12.5, + "29": 1.0, + "30": 4.0, + "31": 0.5, + "32": 2.0, + "33": 0.0, + "34": 0.08, + "35": 0.0, + "36": 0.25, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066259, + "playerPoolEntry": { + "id": 4066259, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "De'Aaron", + "fullName": "De'Aaron Fox", + "id": 4066259, + "lastName": "Fox", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 63.0, + "1": 2.0, + "2": 5.0, + "3": 14.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 26.0, + "14": 50.0, + "15": 7.0, + "16": 8.0, + "17": 4.0, + "18": 8.0, + "19": 0.52, + "20": 0.875, + "21": 0.5, + "22": 0.56, + "23": 24.0, + "24": 1.0, + "25": 4.0, + "26": 7.0, + "27": 1.0, + "28": 39.5, + "29": 31.5, + "30": 3.5, + "31": 2.5, + "32": 1.5, + "33": 2.0, + "34": 0.79746835, + "35": 4.66666667, + "36": 1.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 79.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.16 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032977, + "playerPoolEntry": { + "id": 3032977, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Giannis", + "fullName": "Giannis Antetokounmpo", + "id": 3032977, + "lastName": "Antetokounmpo", + "proTeamId": 15, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 88.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 7.0, + "5": 30.0, + "6": 37.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 35.0, + "14": 63.0, + "15": 15.0, + "16": 21.0, + "17": 3.0, + "18": 11.0, + "19": 0.55555556, + "20": 0.71428571, + "21": 0.27272727, + "22": 0.57936508, + "23": 28.0, + "24": 6.0, + "25": 8.0, + "26": 3.0, + "27": 0.0, + "28": 36.0, + "29": 44.0, + "30": 18.5, + "31": 0.0, + "32": 3.5, + "33": 1.5, + "34": 1.22222222, + "35": 0.85714286, + "36": 0.0, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 9, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 452.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 109.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 14.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 64.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 26.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 115.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.46461538 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.78899083 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 133.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 151.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 325.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 86.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 8 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3975, + "playerPoolEntry": { + "id": 3975, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Stephen", + "fullName": "Stephen Curry", + "id": 3975, + "lastName": "Curry", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 0.0, + "2": 0.0, + "3": 5.0, + "4": 2.0, + "5": 3.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 10.0, + "14": 17.0, + "15": 3.0, + "16": 3.0, + "17": 5.0, + "18": 10.0, + "19": 0.5882400131225586, + "20": 1.0, + "21": 0.5, + "22": 0.7352941176470589, + "23": 7.0, + "24": 0.0, + "25": 5.0, + "26": 5.0, + "27": 0.0, + "28": 33.0, + "29": 28.0, + "30": 5.0, + "31": 0.0, + "32": 6.0, + "33": 5.0, + "34": 0.8484848484848485, + "35": 0.8333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.17647058823529413 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6442, + "playerPoolEntry": { + "id": 6442, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Kyrie", + "fullName": "Kyrie Irving", + "id": 6442, + "lastName": "Irving", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3907497, + "playerPoolEntry": { + "id": 3907497, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Dejounte", + "fullName": "Dejounte Murray", + "id": 3907497, + "lastName": "Murray", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3102531, + "playerPoolEntry": { + "id": 3102531, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kristaps", + "fullName": "Kristaps Porzingis", + "id": 3102531, + "lastName": "Porzingis", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3064440, + "playerPoolEntry": { + "id": 3064440, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Zach", + "fullName": "Zach LaVine", + "id": 3064440, + "lastName": "LaVine", + "proTeamId": 4, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 1.0, + "2": 3.0, + "3": 4.0, + "4": 0.0, + "5": 1.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 3.0, + "14": 8.0, + "15": 3.0, + "16": 4.0, + "17": 1.0, + "18": 4.0, + "19": 0.375, + "20": 0.75, + "21": 0.25, + "22": 0.4375, + "23": 5.0, + "24": 1.0, + "25": 3.0, + "26": 4.0, + "27": 1.0, + "28": 36.0, + "29": 10.0, + "30": 1.0, + "31": 3.0, + "32": 3.0, + "33": 1.0, + "34": 0.2777777777777778, + "35": 1.3333334, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 6475, + "playerPoolEntry": { + "id": 6475, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Klay", + "fullName": "Klay Thompson", + "id": 6475, + "lastName": "Thompson", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 3064482, + "playerPoolEntry": { + "id": 3064482, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Bobby", + "fullName": "Bobby Portis", + "id": 3064482, + "lastName": "Portis", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3468, + "playerPoolEntry": { + "id": 3468, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Russell", + "fullName": "Russell Westbrook", + "id": 3468, + "lastName": "Westbrook", + "proTeamId": 13, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 0.0, + "2": 0.0, + "3": 10.0, + "4": 1.0, + "5": 2.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 2.0, + "14": 16.0, + "15": 6.0, + "16": 8.0, + "17": 0.0, + "18": 5.0, + "19": 0.125, + "20": 0.75, + "21": 0.0, + "22": 0.125, + "23": 14.0, + "24": 2.0, + "25": 5.0, + "26": 10.0, + "27": 0.0, + "28": 32.0, + "29": 10.0, + "30": 3.0, + "31": 0.0, + "32": 4.0, + "33": 0.0, + "34": 0.3125, + "35": 2.5, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3064290, + "playerPoolEntry": { + "id": 3064290, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Aaron", + "fullName": "Aaron Gordon", + "id": 3064290, + "lastName": "Gordon", + "proTeamId": 7, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4683634, + "playerPoolEntry": { + "id": 4683634, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Bennedict", + "fullName": "Bennedict Mathurin", + "id": 4683634, + "lastName": "Mathurin", + "proTeamId": 11, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 5.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 3.0, + "19": 0.4, + "20": 0.0, + "21": 0.3333300018310547, + "22": 0.5, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 1.0, + "27": 0.0, + "28": 20.0, + "29": 5.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 1.0, + "34": 0.25, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 6578, + "playerPoolEntry": { + "id": 6578, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Harrison", + "fullName": "Harrison Barnes", + "id": 6578, + "lastName": "Barnes", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2566769, + "playerPoolEntry": { + "id": 2566769, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Malcolm", + "fullName": "Malcolm Brogdon", + "id": 2566769, + "lastName": "Brogdon", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 2991043, + "playerPoolEntry": { + "id": 2991043, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Caris", + "fullName": "Caris LeVert", + "id": 2991043, + "lastName": "LeVert", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 2595516, + "playerPoolEntry": { + "id": 2595516, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Norman", + "fullName": "Norman Powell", + "id": 2595516, + "lastName": "Powell", + "proTeamId": 12, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 0.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 9.0, + "14": 16.0, + "15": 4.0, + "16": 5.0, + "17": 4.0, + "18": 8.0, + "19": 0.5625, + "20": 0.8, + "21": 0.5, + "22": 0.6875, + "23": 7.0, + "24": 1.0, + "25": 4.0, + "26": 0.0, + "27": 0.0, + "28": 31.0, + "29": 26.0, + "30": 2.0, + "31": 0.0, + "32": 0.0, + "33": 4.0, + "34": 0.8387096774193549, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.3125 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3975, + "playerPoolEntry": { + "id": 3975, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Stephen", + "fullName": "Stephen Curry", + "id": 3975, + "lastName": "Curry", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 95.0, + "1": 2.0, + "2": 1.0, + "3": 20.0, + "4": 3.0, + "5": 20.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 0.0, + "11": 14.0, + "12": 0.0, + "13": 30.0, + "14": 58.0, + "15": 17.0, + "16": 18.0, + "17": 18.0, + "18": 36.0, + "19": 0.51724138, + "20": 0.94444444, + "21": 0.5, + "22": 0.67241379, + "23": 28.0, + "24": 1.0, + "25": 18.0, + "26": 6.66666667, + "27": 0.66666667, + "28": 37.33333333, + "29": 31.66666667, + "30": 7.66666667, + "31": 0.33333333, + "32": 4.66666667, + "33": 6.0, + "34": 0.84821429, + "35": 1.42857143, + "36": 0.07142857, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 112.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.31034483 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6442, + "playerPoolEntry": { + "id": 6442, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Kyrie", + "fullName": "Kyrie Irving", + "id": 6442, + "lastName": "Irving", + "proTeamId": 17, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 2.0, + "2": 2.0, + "3": 10.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 16.0, + "14": 34.0, + "15": 10.0, + "16": 12.0, + "17": 4.0, + "18": 14.0, + "19": 0.47058824, + "20": 0.83333333, + "21": 0.28571429, + "22": 0.52941176, + "23": 18.0, + "24": 2.0, + "25": 10.0, + "26": 5.0, + "27": 1.0, + "28": 35.0, + "29": 23.0, + "30": 5.5, + "31": 1.0, + "32": 2.5, + "33": 2.0, + "34": 0.65714286, + "35": 2.0, + "36": 0.4, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.35294118 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6475, + "playerPoolEntry": { + "id": 6475, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Klay", + "fullName": "Klay Thompson", + "id": 6475, + "lastName": "Thompson", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 2.0, + "3": 3.0, + "4": 1.0, + "5": 12.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 13.0, + "14": 34.0, + "15": 8.0, + "16": 8.0, + "17": 8.0, + "18": 21.0, + "19": 0.38235294, + "20": 1.0, + "21": 0.38095238, + "22": 0.5, + "23": 21.0, + "24": 0.0, + "25": 13.0, + "26": 1.5, + "27": 0.0, + "28": 38.5, + "29": 21.0, + "30": 6.5, + "31": 1.0, + "32": 2.0, + "33": 4.0, + "34": 0.54545455, + "35": 0.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.23529412 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064290, + "playerPoolEntry": { + "id": 3064290, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Aaron", + "fullName": "Aaron Gordon", + "id": 3064290, + "lastName": "Gordon", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 2.0, + "16": 5.0, + "17": 1.0, + "18": 3.0, + "19": 0.5, + "20": 0.4, + "21": 0.33333333, + "22": 0.54166667, + "23": 6.0, + "24": 3.0, + "25": 2.0, + "26": 6.0, + "27": 0.0, + "28": 36.0, + "29": 15.0, + "30": 6.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.41666667, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.41666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3468, + "playerPoolEntry": { + "id": 3468, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Russell", + "fullName": "Russell Westbrook", + "id": 3468, + "lastName": "Westbrook", + "proTeamId": 13, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 1.0, + "2": 4.0, + "3": 28.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 44.0, + "15": 12.0, + "16": 20.0, + "17": 4.0, + "18": 15.0, + "19": 0.31818182, + "20": 0.6, + "21": 0.26666667, + "22": 0.36363636, + "23": 30.0, + "24": 8.0, + "25": 11.0, + "26": 9.33333333, + "27": 0.33333333, + "28": 32.66666667, + "29": 14.66666667, + "30": 5.66666667, + "31": 1.33333333, + "32": 3.66666667, + "33": 1.33333333, + "34": 0.44897959, + "35": 2.54545455, + "36": 0.36363636, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 0.0, + "42": 3.0, + "43": 2.0, + "44": 0.45454545 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102531, + "playerPoolEntry": { + "id": 3102531, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kristaps", + "fullName": "Kristaps Porzingis", + "id": 3102531, + "lastName": "Porzingis", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 5.0, + "2": 3.0, + "3": 7.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 3.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.33333333, + "22": 0.57692308, + "23": 6.0, + "24": 0.0, + "25": 2.0, + "26": 7.0, + "27": 5.0, + "28": 30.0, + "29": 17.0, + "30": 9.0, + "31": 3.0, + "32": 2.0, + "33": 1.0, + "34": 0.56666667, + "35": 3.5, + "36": 1.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.15384615 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991043, + "playerPoolEntry": { + "id": 2991043, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Caris", + "fullName": "Caris LeVert", + "id": 2991043, + "lastName": "LeVert", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 2.0, + "2": 0.0, + "3": 3.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 12.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 6.0, + "19": 0.41666667, + "20": 0.66666667, + "21": 0.33333333, + "22": 0.5, + "23": 7.0, + "24": 1.0, + "25": 4.0, + "26": 3.0, + "27": 2.0, + "28": 29.0, + "29": 14.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 2.0, + "34": 0.48275862, + "35": 3.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6578, + "playerPoolEntry": { + "id": 6578, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Harrison", + "fullName": "Harrison Barnes", + "id": 6578, + "lastName": "Barnes", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 0.0, + "2": 5.0, + "3": 2.0, + "4": 2.0, + "5": 6.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 8.0, + "14": 20.0, + "15": 3.0, + "16": 5.0, + "17": 3.0, + "18": 8.0, + "19": 0.4, + "20": 0.6, + "21": 0.375, + "22": 0.475, + "23": 12.0, + "24": 2.0, + "25": 5.0, + "26": 1.0, + "27": 0.0, + "28": 38.5, + "29": 11.0, + "30": 4.0, + "31": 2.5, + "32": 1.5, + "33": 1.5, + "34": 0.28571429, + "35": 0.66666667, + "36": 1.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.25 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3907497, + "playerPoolEntry": { + "id": 3907497, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Dejounte", + "fullName": "Dejounte Murray", + "id": 3907497, + "lastName": "Murray", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 61.0, + "1": 0.0, + "2": 2.0, + "3": 15.0, + "4": 3.0, + "5": 11.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 1.0, + "11": 1.0, + "12": 0.0, + "13": 21.0, + "14": 38.0, + "15": 10.0, + "16": 12.0, + "17": 9.0, + "18": 15.0, + "19": 0.55263158, + "20": 0.83333333, + "21": 0.6, + "22": 0.67105263, + "23": 17.0, + "24": 2.0, + "25": 6.0, + "26": 7.5, + "27": 0.0, + "28": 34.0, + "29": 30.5, + "30": 7.0, + "31": 1.0, + "32": 0.5, + "33": 4.5, + "34": 0.89705882, + "35": 15.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.31578947 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4683634, + "playerPoolEntry": { + "id": 4683634, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Bennedict", + "fullName": "Bennedict Mathurin", + "id": 4683634, + "lastName": "Mathurin", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 5.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 3.0, + "19": 0.4, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 1.0, + "27": 0.0, + "28": 20.0, + "29": 5.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 1.0, + "34": 0.25, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2566769, + "playerPoolEntry": { + "id": 2566769, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Malcolm", + "fullName": "Malcolm Brogdon", + "id": 2566769, + "lastName": "Brogdon", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 4.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 2.0, + "18": 3.0, + "19": 0.66666667, + "20": 0.0, + "21": 0.66666667, + "22": 0.83333333, + "23": 2.0, + "24": 0.0, + "25": 1.0, + "26": 4.0, + "27": 0.0, + "28": 22.0, + "29": 10.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 2.0, + "34": 0.45454545, + "35": 2.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064440, + "playerPoolEntry": { + "id": 3064440, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Zach", + "fullName": "Zach LaVine", + "id": 3064440, + "lastName": "LaVine", + "proTeamId": 4, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 2.0, + "2": 4.0, + "3": 12.0, + "4": 0.0, + "5": 15.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 9.0, + "12": 0.0, + "13": 9.0, + "14": 22.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 9.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.44444444, + "22": 0.5, + "23": 13.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 37.5, + "29": 14.0, + "30": 7.5, + "31": 2.0, + "32": 4.5, + "33": 2.0, + "34": 0.37333333, + "35": 1.33333333, + "36": 0.44444444, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.40909091 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2595516, + "playerPoolEntry": { + "id": 2595516, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Norman", + "fullName": "Norman Powell", + "id": 2595516, + "lastName": "Powell", + "proTeamId": 12, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 53.0, + "1": 0.0, + "2": 2.0, + "3": 4.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 16.0, + "14": 27.0, + "15": 14.0, + "16": 15.0, + "17": 7.0, + "18": 15.0, + "19": 0.59259259, + "20": 0.93333333, + "21": 0.46666667, + "22": 0.72222222, + "23": 11.0, + "24": 1.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 32.0, + "29": 26.5, + "30": 3.0, + "31": 1.0, + "32": 0.0, + "33": 3.5, + "34": 0.828125, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.55555556 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3975, + "playerPoolEntry": { + "id": 3975, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Stephen", + "fullName": "Stephen Curry", + "id": 3975, + "lastName": "Curry", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 95.0, + "1": 2.0, + "2": 1.0, + "3": 20.0, + "4": 3.0, + "5": 20.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 0.0, + "11": 14.0, + "12": 0.0, + "13": 30.0, + "14": 58.0, + "15": 17.0, + "16": 18.0, + "17": 18.0, + "18": 36.0, + "19": 0.51724138, + "20": 0.94444444, + "21": 0.5, + "22": 0.67241379, + "23": 28.0, + "24": 1.0, + "25": 18.0, + "26": 6.66666667, + "27": 0.66666667, + "28": 37.33333333, + "29": 31.66666667, + "30": 7.66666667, + "31": 0.33333333, + "32": 4.66666667, + "33": 6.0, + "34": 0.84821429, + "35": 1.42857143, + "36": 0.07142857, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 112.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.31034483 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6442, + "playerPoolEntry": { + "id": 6442, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Kyrie", + "fullName": "Kyrie Irving", + "id": 6442, + "lastName": "Irving", + "proTeamId": 17, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 2.0, + "2": 2.0, + "3": 10.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 16.0, + "14": 34.0, + "15": 10.0, + "16": 12.0, + "17": 4.0, + "18": 14.0, + "19": 0.47058824, + "20": 0.83333333, + "21": 0.28571429, + "22": 0.52941176, + "23": 18.0, + "24": 2.0, + "25": 10.0, + "26": 5.0, + "27": 1.0, + "28": 35.0, + "29": 23.0, + "30": 5.5, + "31": 1.0, + "32": 2.5, + "33": 2.0, + "34": 0.65714286, + "35": 2.0, + "36": 0.4, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.35294118 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6475, + "playerPoolEntry": { + "id": 6475, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Klay", + "fullName": "Klay Thompson", + "id": 6475, + "lastName": "Thompson", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 2.0, + "3": 3.0, + "4": 1.0, + "5": 12.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 13.0, + "14": 34.0, + "15": 8.0, + "16": 8.0, + "17": 8.0, + "18": 21.0, + "19": 0.38235294, + "20": 1.0, + "21": 0.38095238, + "22": 0.5, + "23": 21.0, + "24": 0.0, + "25": 13.0, + "26": 1.5, + "27": 0.0, + "28": 38.5, + "29": 21.0, + "30": 6.5, + "31": 1.0, + "32": 2.0, + "33": 4.0, + "34": 0.54545455, + "35": 0.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.23529412 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064290, + "playerPoolEntry": { + "id": 3064290, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Aaron", + "fullName": "Aaron Gordon", + "id": 3064290, + "lastName": "Gordon", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 2.0, + "16": 5.0, + "17": 1.0, + "18": 3.0, + "19": 0.5, + "20": 0.4, + "21": 0.33333333, + "22": 0.54166667, + "23": 6.0, + "24": 3.0, + "25": 2.0, + "26": 6.0, + "27": 0.0, + "28": 36.0, + "29": 15.0, + "30": 6.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.41666667, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.41666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3468, + "playerPoolEntry": { + "id": 3468, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Russell", + "fullName": "Russell Westbrook", + "id": 3468, + "lastName": "Westbrook", + "proTeamId": 13, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 1.0, + "2": 4.0, + "3": 28.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 44.0, + "15": 12.0, + "16": 20.0, + "17": 4.0, + "18": 15.0, + "19": 0.31818182, + "20": 0.6, + "21": 0.26666667, + "22": 0.36363636, + "23": 30.0, + "24": 8.0, + "25": 11.0, + "26": 9.33333333, + "27": 0.33333333, + "28": 32.66666667, + "29": 14.66666667, + "30": 5.66666667, + "31": 1.33333333, + "32": 3.66666667, + "33": 1.33333333, + "34": 0.44897959, + "35": 2.54545455, + "36": 0.36363636, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 0.0, + "42": 3.0, + "43": 2.0, + "44": 0.45454545 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102531, + "playerPoolEntry": { + "id": 3102531, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kristaps", + "fullName": "Kristaps Porzingis", + "id": 3102531, + "lastName": "Porzingis", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 5.0, + "2": 3.0, + "3": 7.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 3.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.33333333, + "22": 0.57692308, + "23": 6.0, + "24": 0.0, + "25": 2.0, + "26": 7.0, + "27": 5.0, + "28": 30.0, + "29": 17.0, + "30": 9.0, + "31": 3.0, + "32": 2.0, + "33": 1.0, + "34": 0.56666667, + "35": 3.5, + "36": 1.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.15384615 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991043, + "playerPoolEntry": { + "id": 2991043, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Caris", + "fullName": "Caris LeVert", + "id": 2991043, + "lastName": "LeVert", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 2.0, + "2": 0.0, + "3": 3.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 12.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 6.0, + "19": 0.41666667, + "20": 0.66666667, + "21": 0.33333333, + "22": 0.5, + "23": 7.0, + "24": 1.0, + "25": 4.0, + "26": 3.0, + "27": 2.0, + "28": 29.0, + "29": 14.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 2.0, + "34": 0.48275862, + "35": 3.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6578, + "playerPoolEntry": { + "id": 6578, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Harrison", + "fullName": "Harrison Barnes", + "id": 6578, + "lastName": "Barnes", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 0.0, + "2": 5.0, + "3": 2.0, + "4": 2.0, + "5": 6.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 8.0, + "14": 20.0, + "15": 3.0, + "16": 5.0, + "17": 3.0, + "18": 8.0, + "19": 0.4, + "20": 0.6, + "21": 0.375, + "22": 0.475, + "23": 12.0, + "24": 2.0, + "25": 5.0, + "26": 1.0, + "27": 0.0, + "28": 38.5, + "29": 11.0, + "30": 4.0, + "31": 2.5, + "32": 1.5, + "33": 1.5, + "34": 0.28571429, + "35": 0.66666667, + "36": 1.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.25 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3907497, + "playerPoolEntry": { + "id": 3907497, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Dejounte", + "fullName": "Dejounte Murray", + "id": 3907497, + "lastName": "Murray", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 61.0, + "1": 0.0, + "2": 2.0, + "3": 15.0, + "4": 3.0, + "5": 11.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 1.0, + "11": 1.0, + "12": 0.0, + "13": 21.0, + "14": 38.0, + "15": 10.0, + "16": 12.0, + "17": 9.0, + "18": 15.0, + "19": 0.55263158, + "20": 0.83333333, + "21": 0.6, + "22": 0.67105263, + "23": 17.0, + "24": 2.0, + "25": 6.0, + "26": 7.5, + "27": 0.0, + "28": 34.0, + "29": 30.5, + "30": 7.0, + "31": 1.0, + "32": 0.5, + "33": 4.5, + "34": 0.89705882, + "35": 15.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.31578947 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4683634, + "playerPoolEntry": { + "id": 4683634, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Bennedict", + "fullName": "Bennedict Mathurin", + "id": 4683634, + "lastName": "Mathurin", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 5.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 3.0, + "19": 0.4, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 1.0, + "27": 0.0, + "28": 20.0, + "29": 5.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 1.0, + "34": 0.25, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2566769, + "playerPoolEntry": { + "id": 2566769, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Malcolm", + "fullName": "Malcolm Brogdon", + "id": 2566769, + "lastName": "Brogdon", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 4.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 2.0, + "18": 3.0, + "19": 0.66666667, + "20": 0.0, + "21": 0.66666667, + "22": 0.83333333, + "23": 2.0, + "24": 0.0, + "25": 1.0, + "26": 4.0, + "27": 0.0, + "28": 22.0, + "29": 10.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 2.0, + "34": 0.45454545, + "35": 2.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064440, + "playerPoolEntry": { + "id": 3064440, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Zach", + "fullName": "Zach LaVine", + "id": 3064440, + "lastName": "LaVine", + "proTeamId": 4, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 2.0, + "2": 4.0, + "3": 12.0, + "4": 0.0, + "5": 15.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 9.0, + "12": 0.0, + "13": 9.0, + "14": 22.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 9.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.44444444, + "22": 0.5, + "23": 13.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 37.5, + "29": 14.0, + "30": 7.5, + "31": 2.0, + "32": 4.5, + "33": 2.0, + "34": 0.37333333, + "35": 1.33333333, + "36": 0.44444444, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.40909091 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2595516, + "playerPoolEntry": { + "id": 2595516, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Norman", + "fullName": "Norman Powell", + "id": 2595516, + "lastName": "Powell", + "proTeamId": 12, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 53.0, + "1": 0.0, + "2": 2.0, + "3": 4.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 16.0, + "14": 27.0, + "15": 14.0, + "16": 15.0, + "17": 7.0, + "18": 15.0, + "19": 0.59259259, + "20": 0.93333333, + "21": 0.46666667, + "22": 0.72222222, + "23": 11.0, + "24": 1.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 32.0, + "29": 26.5, + "30": 3.0, + "31": 1.0, + "32": 0.0, + "33": 3.5, + "34": 0.828125, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.55555556 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 6, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "id": 78, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 477.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 105.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 16.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 37.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 17.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 94.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.5129683 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.8 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 153.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 178.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 347.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 84.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 8 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 6606, + "playerPoolEntry": { + "id": 6606, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Damian", + "fullName": "Damian Lillard", + "id": 6606, + "lastName": "Lillard", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 1966, + "playerPoolEntry": { + "id": 1966, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 0, + 3, + 5, + 9 + ], + "firstName": "LeBron", + "fullName": "LeBron James", + "id": 1966, + "lastName": "James", + "proTeamId": 13, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 7.0, + "4": 2.0, + "5": 5.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 11.0, + "14": 19.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 5.0, + "19": 0.5789500045776367, + "20": 1.0, + "21": 0.4, + "22": 0.631578947368421, + "23": 8.0, + "24": 0.0, + "25": 3.0, + "26": 7.0, + "27": 0.0, + "28": 33.0, + "29": 26.0, + "30": 7.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 0.7878787878787878, + "35": 2.3333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.10526315789473684 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3155942, + "playerPoolEntry": { + "id": 3155942, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Domantas", + "fullName": "Domantas Sabonis", + "id": 3155942, + "lastName": "Sabonis", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3978, + "playerPoolEntry": { + "id": 3978, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "DeMar", + "fullName": "DeMar DeRozan", + "id": 3978, + "lastName": "DeRozan", + "proTeamId": 4, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 2.0, + "2": 1.0, + "3": 7.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 4.0, + "14": 12.0, + "15": 5.0, + "16": 6.0, + "17": 2.0, + "18": 5.0, + "19": 0.3333300018310547, + "20": 0.8333300018310547, + "21": 0.4, + "22": 0.4166666666666667, + "23": 8.0, + "24": 1.0, + "25": 3.0, + "26": 7.0, + "27": 2.0, + "28": 38.0, + "29": 15.0, + "30": 4.0, + "31": 1.0, + "32": 4.0, + "33": 2.0, + "34": 0.39473684210526316, + "35": 1.75, + "36": 0.25, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 38.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4066328, + "playerPoolEntry": { + "id": 4066328, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarrett", + "fullName": "Jarrett Allen", + "id": 4066328, + "lastName": "Allen", + "proTeamId": 5, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 2.0, + "2": 2.0, + "3": 4.0, + "4": 3.0, + "5": 8.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 12.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.0, + "21": 0.0, + "22": 0.75, + "23": 3.0, + "24": 0.0, + "25": 0.0, + "26": 4.0, + "27": 2.0, + "28": 38.0, + "29": 18.0, + "30": 11.0, + "31": 2.0, + "32": 3.0, + "33": 0.0, + "34": 0.47368421052631576, + "35": 1.3333334, + "36": 0.6666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 38.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4431678, + "playerPoolEntry": { + "id": 4431678, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Maxey", + "id": 4431678, + "lastName": "Maxey", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4395723, + "playerPoolEntry": { + "id": 4395723, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Keldon", + "fullName": "Keldon Johnson", + "id": 4395723, + "lastName": "Johnson", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 3936299, + "playerPoolEntry": { + "id": 3936299, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Jamal", + "fullName": "Jamal Murray", + "id": 3936299, + "lastName": "Murray", + "proTeamId": 7, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 0.0, + "2": 1.0, + "3": 8.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 12.0, + "14": 23.0, + "15": 6.0, + "16": 8.0, + "17": 3.0, + "18": 11.0, + "19": 0.5217399978637696, + "20": 0.75, + "21": 0.2727300071716309, + "22": 0.5869565217391305, + "23": 11.0, + "24": 2.0, + "25": 8.0, + "26": 8.0, + "27": 0.0, + "28": 30.0, + "29": 33.0, + "30": 5.0, + "31": 1.0, + "32": 1.0, + "33": 3.0, + "34": 1.1, + "35": 8.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.34782608695652173 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 2991070, + "playerPoolEntry": { + "id": 2991070, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jerami", + "fullName": "Jerami Grant", + "id": 2991070, + "lastName": "Grant", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 4397140, + "playerPoolEntry": { + "id": 4397140, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Kevin", + "fullName": "Kevin Porter Jr.", + "id": 4397140, + "lastName": "Porter Jr.", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3102529, + "playerPoolEntry": { + "id": 3102529, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Clint", + "fullName": "Clint Capela", + "id": 3102529, + "lastName": "Capela", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2530530, + "playerPoolEntry": { + "id": 2530530, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "T.J.", + "fullName": "T.J. McConnell", + "id": 2530530, + "lastName": "McConnell", + "proTeamId": 11, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 11.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 10.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 1.0, + "19": 0.5, + "20": 0.0, + "21": 1.0, + "22": 0.55, + "23": 5.0, + "24": 0.0, + "25": 0.0, + "26": 4.0, + "27": 0.0, + "28": 17.0, + "29": 11.0, + "30": 2.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.6470588235294118, + "35": 1.3333334, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 17.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4431679, + "playerPoolEntry": { + "id": 4431679, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Precious", + "fullName": "Precious Achiuwa", + "id": 4431679, + "lastName": "Achiuwa", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4683021, + "playerPoolEntry": { + "id": 4683021, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Deni", + "fullName": "Deni Avdija", + "id": 4683021, + "lastName": "Avdija", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 2991070, + "playerPoolEntry": { + "id": 2991070, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jerami", + "fullName": "Jerami Grant", + "id": 2991070, + "lastName": "Grant", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 3.0, + "2": 0.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 14.0, + "14": 29.0, + "15": 7.0, + "16": 7.0, + "17": 5.0, + "18": 12.0, + "19": 0.48275862, + "20": 1.0, + "21": 0.41666667, + "22": 0.56896552, + "23": 15.0, + "24": 0.0, + "25": 7.0, + "26": 1.0, + "27": 1.5, + "28": 27.5, + "29": 20.0, + "30": 2.5, + "31": 0.0, + "32": 1.0, + "33": 2.5, + "34": 0.72727273, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2530530, + "playerPoolEntry": { + "id": 2530530, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "T.J.", + "fullName": "T.J. McConnell", + "id": 2530530, + "lastName": "McConnell", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 11.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 10.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 1.0, + "19": 0.5, + "20": 0.0, + "21": 1.0, + "22": 0.55, + "23": 5.0, + "24": 0.0, + "25": 0.0, + "26": 4.0, + "27": 0.0, + "28": 17.0, + "29": 11.0, + "30": 2.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.64705882, + "35": 1.33333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 17.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066328, + "playerPoolEntry": { + "id": 4066328, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarrett", + "fullName": "Jarrett Allen", + "id": 4066328, + "lastName": "Allen", + "proTeamId": 5, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 3.0, + "2": 4.0, + "3": 4.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 20.0, + "15": 2.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.66666667, + "21": 0.0, + "22": 0.75, + "23": 5.0, + "24": 1.0, + "25": 0.0, + "26": 2.0, + "27": 1.5, + "28": 36.0, + "29": 16.0, + "30": 11.0, + "31": 2.0, + "32": 2.5, + "33": 0.0, + "34": 0.44444444, + "35": 0.8, + "36": 0.8, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3155942, + "playerPoolEntry": { + "id": 3155942, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Domantas", + "fullName": "Domantas Sabonis", + "id": 3155942, + "lastName": "Sabonis", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 51.0, + "1": 4.0, + "2": 3.0, + "3": 5.0, + "4": 4.0, + "5": 20.0, + "6": 24.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 1.0, + "11": 6.0, + "12": 1.0, + "13": 22.0, + "14": 30.0, + "15": 6.0, + "16": 9.0, + "17": 1.0, + "18": 2.0, + "19": 0.73333333, + "20": 0.66666667, + "21": 0.5, + "22": 0.75, + "23": 8.0, + "24": 3.0, + "25": 1.0, + "26": 2.5, + "27": 2.0, + "28": 36.5, + "29": 25.5, + "30": 12.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.69863014, + "35": 0.83333333, + "36": 0.5, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3936299, + "playerPoolEntry": { + "id": 3936299, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Jamal", + "fullName": "Jamal Murray", + "id": 3936299, + "lastName": "Murray", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 65.0, + "1": 0.0, + "2": 1.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 11.0, + "16": 13.0, + "17": 10.0, + "18": 23.0, + "19": 0.5, + "20": 0.84615385, + "21": 0.43478261, + "22": 0.61363636, + "23": 22.0, + "24": 2.0, + "25": 13.0, + "26": 7.0, + "27": 0.0, + "28": 33.0, + "29": 32.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 5.0, + "34": 0.98484848, + "35": 2.33333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.29545455 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395723, + "playerPoolEntry": { + "id": 4395723, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Keldon", + "fullName": "Keldon Johnson", + "id": 4395723, + "lastName": "Johnson", + "proTeamId": 24, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 0.0, + "2": 2.0, + "3": 9.0, + "4": 4.0, + "5": 8.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 20.0, + "14": 39.0, + "15": 1.0, + "16": 4.0, + "17": 3.0, + "18": 12.0, + "19": 0.51282051, + "20": 0.25, + "21": 0.25, + "22": 0.55128205, + "23": 19.0, + "24": 3.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 35.5, + "29": 22.0, + "30": 6.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.61971831, + "35": 3.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.1025641 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3978, + "playerPoolEntry": { + "id": 3978, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "DeMar", + "fullName": "DeMar DeRozan", + "id": 3978, + "lastName": "DeRozan", + "proTeamId": 4, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 35.0, + "1": 3.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 12.0, + "14": 31.0, + "15": 9.0, + "16": 12.0, + "17": 2.0, + "18": 7.0, + "19": 0.38709677, + "20": 0.75, + "21": 0.28571429, + "22": 0.41935484, + "23": 19.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.5, + "28": 37.0, + "29": 17.5, + "30": 3.0, + "31": 1.0, + "32": 6.0, + "33": 1.0, + "34": 0.47297297, + "35": 1.0, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 74.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.38709677 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431679, + "playerPoolEntry": { + "id": 4431679, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Precious", + "fullName": "Precious Achiuwa", + "id": 4431679, + "lastName": "Achiuwa", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 24.0, + "1": 2.0, + "2": 2.0, + "3": 2.0, + "4": 10.0, + "5": 8.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 11.0, + "14": 17.0, + "15": 2.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.64705882, + "20": 0.33333333, + "21": 0.0, + "22": 0.64705882, + "23": 6.0, + "24": 4.0, + "25": 1.0, + "26": 1.0, + "27": 1.0, + "28": 29.5, + "29": 12.0, + "30": 9.0, + "31": 1.0, + "32": 0.5, + "33": 0.0, + "34": 0.40677966, + "35": 2.0, + "36": 2.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.35294118 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431678, + "playerPoolEntry": { + "id": 4431678, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Maxey", + "id": 4431678, + "lastName": "Maxey", + "proTeamId": 20, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 20.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 9.0, + "19": 0.3, + "20": 0.83333333, + "21": 0.11111111, + "22": 0.325, + "23": 14.0, + "24": 1.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 29.5, + "29": 9.0, + "30": 1.0, + "31": 0.5, + "32": 1.0, + "33": 0.5, + "34": 0.30508475, + "35": 2.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 1966, + "playerPoolEntry": { + "id": 1966, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 0, + 3, + 5, + 9 + ], + "firstName": "LeBron", + "fullName": "LeBron James", + "id": 1966, + "lastName": "James", + "proTeamId": 13, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 54.0, + "1": 0.0, + "2": 1.0, + "3": 18.0, + "4": 3.0, + "5": 14.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 13.0, + "19": 0.5, + "20": 0.66666667, + "21": 0.30769231, + "22": 0.54545455, + "23": 22.0, + "24": 3.0, + "25": 9.0, + "26": 9.0, + "27": 0.0, + "28": 38.0, + "29": 27.0, + "30": 8.5, + "31": 0.5, + "32": 4.0, + "33": 2.0, + "34": 0.71052632, + "35": 2.25, + "36": 0.125, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.20454545 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102529, + "playerPoolEntry": { + "id": 3102529, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Clint", + "fullName": "Clint Capela", + "id": 3102529, + "lastName": "Capela", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 13.0, + "5": 12.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 8.0, + "14": 20.0, + "15": 3.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 1.0, + "21": 0.0, + "22": 0.4, + "23": 12.0, + "24": 0.0, + "25": 0.0, + "26": 2.0, + "27": 0.0, + "28": 25.5, + "29": 9.5, + "30": 12.5, + "31": 0.5, + "32": 0.0, + "33": 0.0, + "34": 0.37254902, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6606, + "playerPoolEntry": { + "id": 6606, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Damian", + "fullName": "Damian Lillard", + "id": 6606, + "lastName": "Lillard", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 1.0, + "2": 0.0, + "3": 16.0, + "4": 2.0, + "5": 8.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 21.0, + "14": 43.0, + "15": 32.0, + "16": 33.0, + "17": 10.0, + "18": 25.0, + "19": 0.48837209, + "20": 0.96969697, + "21": 0.4, + "22": 0.60465116, + "23": 22.0, + "24": 1.0, + "25": 15.0, + "26": 8.0, + "27": 0.5, + "28": 39.0, + "29": 42.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 5.0, + "34": 1.07692308, + "35": 8.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.76744186 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 2991070, + "playerPoolEntry": { + "id": 2991070, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jerami", + "fullName": "Jerami Grant", + "id": 2991070, + "lastName": "Grant", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 3.0, + "2": 0.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 14.0, + "14": 29.0, + "15": 7.0, + "16": 7.0, + "17": 5.0, + "18": 12.0, + "19": 0.48275862, + "20": 1.0, + "21": 0.41666667, + "22": 0.56896552, + "23": 15.0, + "24": 0.0, + "25": 7.0, + "26": 1.0, + "27": 1.5, + "28": 27.5, + "29": 20.0, + "30": 2.5, + "31": 0.0, + "32": 1.0, + "33": 2.5, + "34": 0.72727273, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2530530, + "playerPoolEntry": { + "id": 2530530, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "T.J.", + "fullName": "T.J. McConnell", + "id": 2530530, + "lastName": "McConnell", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 11.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 10.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 1.0, + "19": 0.5, + "20": 0.0, + "21": 1.0, + "22": 0.55, + "23": 5.0, + "24": 0.0, + "25": 0.0, + "26": 4.0, + "27": 0.0, + "28": 17.0, + "29": 11.0, + "30": 2.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.64705882, + "35": 1.33333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 17.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066328, + "playerPoolEntry": { + "id": 4066328, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarrett", + "fullName": "Jarrett Allen", + "id": 4066328, + "lastName": "Allen", + "proTeamId": 5, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 3.0, + "2": 4.0, + "3": 4.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 20.0, + "15": 2.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.66666667, + "21": 0.0, + "22": 0.75, + "23": 5.0, + "24": 1.0, + "25": 0.0, + "26": 2.0, + "27": 1.5, + "28": 36.0, + "29": 16.0, + "30": 11.0, + "31": 2.0, + "32": 2.5, + "33": 0.0, + "34": 0.44444444, + "35": 0.8, + "36": 0.8, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3155942, + "playerPoolEntry": { + "id": 3155942, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Domantas", + "fullName": "Domantas Sabonis", + "id": 3155942, + "lastName": "Sabonis", + "proTeamId": 23, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 51.0, + "1": 4.0, + "2": 3.0, + "3": 5.0, + "4": 4.0, + "5": 20.0, + "6": 24.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 1.0, + "11": 6.0, + "12": 1.0, + "13": 22.0, + "14": 30.0, + "15": 6.0, + "16": 9.0, + "17": 1.0, + "18": 2.0, + "19": 0.73333333, + "20": 0.66666667, + "21": 0.5, + "22": 0.75, + "23": 8.0, + "24": 3.0, + "25": 1.0, + "26": 2.5, + "27": 2.0, + "28": 36.5, + "29": 25.5, + "30": 12.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.69863014, + "35": 0.83333333, + "36": 0.5, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3936299, + "playerPoolEntry": { + "id": 3936299, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Jamal", + "fullName": "Jamal Murray", + "id": 3936299, + "lastName": "Murray", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 65.0, + "1": 0.0, + "2": 1.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 11.0, + "16": 13.0, + "17": 10.0, + "18": 23.0, + "19": 0.5, + "20": 0.84615385, + "21": 0.43478261, + "22": 0.61363636, + "23": 22.0, + "24": 2.0, + "25": 13.0, + "26": 7.0, + "27": 0.0, + "28": 33.0, + "29": 32.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 5.0, + "34": 0.98484848, + "35": 2.33333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.29545455 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395723, + "playerPoolEntry": { + "id": 4395723, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Keldon", + "fullName": "Keldon Johnson", + "id": 4395723, + "lastName": "Johnson", + "proTeamId": 24, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 0.0, + "2": 2.0, + "3": 9.0, + "4": 4.0, + "5": 8.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 20.0, + "14": 39.0, + "15": 1.0, + "16": 4.0, + "17": 3.0, + "18": 12.0, + "19": 0.51282051, + "20": 0.25, + "21": 0.25, + "22": 0.55128205, + "23": 19.0, + "24": 3.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 35.5, + "29": 22.0, + "30": 6.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.61971831, + "35": 3.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.1025641 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3978, + "playerPoolEntry": { + "id": 3978, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "DeMar", + "fullName": "DeMar DeRozan", + "id": 3978, + "lastName": "DeRozan", + "proTeamId": 4, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 35.0, + "1": 3.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 12.0, + "14": 31.0, + "15": 9.0, + "16": 12.0, + "17": 2.0, + "18": 7.0, + "19": 0.38709677, + "20": 0.75, + "21": 0.28571429, + "22": 0.41935484, + "23": 19.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.5, + "28": 37.0, + "29": 17.5, + "30": 3.0, + "31": 1.0, + "32": 6.0, + "33": 1.0, + "34": 0.47297297, + "35": 1.0, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 74.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.38709677 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431679, + "playerPoolEntry": { + "id": 4431679, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Precious", + "fullName": "Precious Achiuwa", + "id": 4431679, + "lastName": "Achiuwa", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 24.0, + "1": 2.0, + "2": 2.0, + "3": 2.0, + "4": 10.0, + "5": 8.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 11.0, + "14": 17.0, + "15": 2.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.64705882, + "20": 0.33333333, + "21": 0.0, + "22": 0.64705882, + "23": 6.0, + "24": 4.0, + "25": 1.0, + "26": 1.0, + "27": 1.0, + "28": 29.5, + "29": 12.0, + "30": 9.0, + "31": 1.0, + "32": 0.5, + "33": 0.0, + "34": 0.40677966, + "35": 2.0, + "36": 2.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.35294118 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431678, + "playerPoolEntry": { + "id": 4431678, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Maxey", + "id": 4431678, + "lastName": "Maxey", + "proTeamId": 20, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 20.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 9.0, + "19": 0.3, + "20": 0.83333333, + "21": 0.11111111, + "22": 0.325, + "23": 14.0, + "24": 1.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 29.5, + "29": 9.0, + "30": 1.0, + "31": 0.5, + "32": 1.0, + "33": 0.5, + "34": 0.30508475, + "35": 2.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 1966, + "playerPoolEntry": { + "id": 1966, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 0, + 3, + 5, + 9 + ], + "firstName": "LeBron", + "fullName": "LeBron James", + "id": 1966, + "lastName": "James", + "proTeamId": 13, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 54.0, + "1": 0.0, + "2": 1.0, + "3": 18.0, + "4": 3.0, + "5": 14.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 13.0, + "19": 0.5, + "20": 0.66666667, + "21": 0.30769231, + "22": 0.54545455, + "23": 22.0, + "24": 3.0, + "25": 9.0, + "26": 9.0, + "27": 0.0, + "28": 38.0, + "29": 27.0, + "30": 8.5, + "31": 0.5, + "32": 4.0, + "33": 2.0, + "34": 0.71052632, + "35": 2.25, + "36": 0.125, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.20454545 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102529, + "playerPoolEntry": { + "id": 3102529, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Clint", + "fullName": "Clint Capela", + "id": 3102529, + "lastName": "Capela", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 13.0, + "5": 12.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 8.0, + "14": 20.0, + "15": 3.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 1.0, + "21": 0.0, + "22": 0.4, + "23": 12.0, + "24": 0.0, + "25": 0.0, + "26": 2.0, + "27": 0.0, + "28": 25.5, + "29": 9.5, + "30": 12.5, + "31": 0.5, + "32": 0.0, + "33": 0.0, + "34": 0.37254902, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6606, + "playerPoolEntry": { + "id": 6606, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Damian", + "fullName": "Damian Lillard", + "id": 6606, + "lastName": "Lillard", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 1.0, + "2": 0.0, + "3": 16.0, + "4": 2.0, + "5": 8.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 21.0, + "14": 43.0, + "15": 32.0, + "16": 33.0, + "17": 10.0, + "18": 25.0, + "19": 0.48837209, + "20": 0.96969697, + "21": 0.4, + "22": 0.60465116, + "23": 22.0, + "24": 1.0, + "25": 15.0, + "26": 8.0, + "27": 0.5, + "28": 39.0, + "29": 42.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 5.0, + "34": 1.07692308, + "35": 8.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.76744186 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 7, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 8, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 299.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 71.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 7.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 26.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 14.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 73.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.48245614 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.74647887 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 121.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 110.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 228.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 53.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4277905, + "playerPoolEntry": { + "id": 4277905, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Trae", + "fullName": "Trae Young", + "id": 4277905, + "lastName": "Young", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4279888, + "playerPoolEntry": { + "id": 4279888, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Ja", + "fullName": "Ja Morant", + "id": 4279888, + "lastName": "Morant", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 24.0, + "1": 1.0, + "2": 1.0, + "3": 8.0, + "4": 3.0, + "5": 5.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 20.0, + "15": 6.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.45, + "20": 1.0, + "21": 0.0, + "22": 0.45, + "23": 11.0, + "24": 0.0, + "25": 1.0, + "26": 8.0, + "27": 1.0, + "28": 30.0, + "29": 24.0, + "30": 8.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.8, + "35": 2.6666667, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3032976, + "playerPoolEntry": { + "id": 3032976, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Rudy", + "fullName": "Rudy Gobert", + "id": 3032976, + "lastName": "Gobert", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 6478, + "playerPoolEntry": { + "id": 6478, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Vucevic", + "id": 6478, + "lastName": "Vucevic", + "proTeamId": 4, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 1.0, + "3": 6.0, + "4": 0.0, + "5": 12.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 14.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 5.0, + "19": 0.5, + "20": 1.0, + "21": 0.2, + "22": 0.5357142857142857, + "23": 7.0, + "24": 0.0, + "25": 4.0, + "26": 6.0, + "27": 0.0, + "28": 33.0, + "29": 17.0, + "30": 12.0, + "31": 1.0, + "32": 0.0, + "33": 1.0, + "34": 0.5151515151515151, + "35": 0.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.14285714285714285 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 2490149, + "playerPoolEntry": { + "id": 2490149, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "CJ", + "fullName": "CJ McCollum", + "id": 2490149, + "lastName": "McCollum", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 1.0, + "2": 0.0, + "3": 8.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 14.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 2.0, + "19": 0.6428600311279297, + "20": 0.0, + "21": 0.5, + "22": 0.6785714285714286, + "23": 5.0, + "24": 0.0, + "25": 1.0, + "26": 8.0, + "27": 1.0, + "28": 37.0, + "29": 19.0, + "30": 4.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.5135135135135135, + "35": 2.6666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4432573, + "playerPoolEntry": { + "id": 4432573, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Paolo", + "fullName": "Paolo Banchero", + "id": 4432573, + "lastName": "Banchero", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3059319, + "playerPoolEntry": { + "id": 3059319, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Andrew", + "fullName": "Andrew Wiggins", + "id": 3059319, + "lastName": "Wiggins", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 3.0, + "5": 7.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 3.0, + "14": 14.0, + "15": 1.0, + "16": 3.0, + "17": 2.0, + "18": 3.0, + "19": 0.21429000854492186, + "20": 0.3333300018310547, + "21": 0.6666699981689453, + "22": 0.2857142857142857, + "23": 11.0, + "24": 2.0, + "25": 1.0, + "26": 2.0, + "27": 0.0, + "28": 31.0, + "29": 9.0, + "30": 10.0, + "31": 0.0, + "32": 2.0, + "33": 2.0, + "34": 0.2903225806451613, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.21428571428571427 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3907387, + "playerPoolEntry": { + "id": 3907387, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 3, + 4, + 5, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Ben", + "fullName": "Ben Simmons", + "id": 3907387, + "lastName": "Simmons", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4066336, + "playerPoolEntry": { + "id": 4066336, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Lauri", + "fullName": "Lauri Markkanen", + "id": 4066336, + "lastName": "Markkanen", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2990984, + "playerPoolEntry": { + "id": 2990984, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Buddy", + "fullName": "Buddy Hield", + "id": 2990984, + "lastName": "Hield", + "proTeamId": 11, + "stats": [ + { + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.45455001831054687, + "20": 0.6666699981689453, + "21": 0.4, + "22": 0.5454545454545454, + "23": 6.0, + "24": 1.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 37.0, + "29": 14.0, + "30": 5.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.3783783783783784, + "35": 2.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2727272727272727 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4249, + "playerPoolEntry": { + "id": 4249, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Gordon", + "fullName": "Gordon Hayward", + "id": 4249, + "lastName": "Hayward", + "proTeamId": 30, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 1.0, + "5": 0.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 2.0, + "14": 10.0, + "15": 4.0, + "16": 4.0, + "17": 1.0, + "18": 6.0, + "19": 0.2, + "20": 1.0, + "21": 0.16666999816894532, + "22": 0.25, + "23": 8.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 0.0, + "28": 25.0, + "29": 9.0, + "30": 1.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.36, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.4 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4432809, + "playerPoolEntry": { + "id": 4432809, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Cole", + "fullName": "Cole Anthony", + "id": 4432809, + "lastName": "Anthony", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6585, + "playerPoolEntry": { + "id": 6585, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Andre", + "fullName": "Andre Drummond", + "id": 6585, + "lastName": "Drummond", + "proTeamId": 4, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 0.0, + "3": 0.0, + "4": 5.0, + "5": 6.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 1.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 9.0, + "15": 3.0, + "16": 5.0, + "17": 0.0, + "18": 0.0, + "19": 0.6666699981689453, + "20": 0.6, + "21": 0.0, + "22": 0.6666666666666666, + "23": 3.0, + "24": 2.0, + "25": 0.0, + "26": 0.0, + "27": 0.0, + "28": 15.0, + "29": 15.0, + "30": 11.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 1.0, + "35": 0.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 15.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.5555555555555556 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4277905, + "playerPoolEntry": { + "id": 4277905, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Trae", + "fullName": "Trae Young", + "id": 4277905, + "lastName": "Young", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 0.0, + "2": 1.0, + "3": 12.0, + "4": 0.0, + "5": 1.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 8.0, + "14": 17.0, + "15": 1.0, + "16": 1.0, + "17": 3.0, + "18": 3.0, + "19": 0.47058824, + "20": 1.0, + "21": 1.0, + "22": 0.55882353, + "23": 9.0, + "24": 0.0, + "25": 0.0, + "26": 12.0, + "27": 0.0, + "28": 27.0, + "29": 20.0, + "30": 1.0, + "31": 1.0, + "32": 4.0, + "33": 3.0, + "34": 0.74074074, + "35": 3.0, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.05882353 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2490149, + "playerPoolEntry": { + "id": 2490149, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "CJ", + "fullName": "CJ McCollum", + "id": 2490149, + "lastName": "McCollum", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 1.0, + "2": 1.0, + "3": 15.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 33.0, + "15": 5.0, + "16": 5.0, + "17": 3.0, + "18": 8.0, + "19": 0.48484848, + "20": 1.0, + "21": 0.375, + "22": 0.53030303, + "23": 17.0, + "24": 0.0, + "25": 5.0, + "26": 7.5, + "27": 0.5, + "28": 38.0, + "29": 20.0, + "30": 3.0, + "31": 0.5, + "32": 3.0, + "33": 1.5, + "34": 0.52631579, + "35": 2.5, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.15151515 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4279888, + "playerPoolEntry": { + "id": 4279888, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Ja", + "fullName": "Ja Morant", + "id": 4279888, + "lastName": "Morant", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 56.0, + "1": 1.0, + "2": 2.0, + "3": 20.0, + "4": 5.0, + "5": 12.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 17.0, + "14": 36.0, + "15": 19.0, + "16": 24.0, + "17": 3.0, + "18": 8.0, + "19": 0.47222222, + "20": 0.79166667, + "21": 0.375, + "22": 0.51388889, + "23": 19.0, + "24": 5.0, + "25": 5.0, + "26": 10.0, + "27": 0.5, + "28": 32.0, + "29": 28.0, + "30": 8.5, + "31": 1.0, + "32": 4.0, + "33": 1.5, + "34": 0.875, + "35": 2.5, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.66666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2990984, + "playerPoolEntry": { + "id": 2990984, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Buddy", + "fullName": "Buddy Hield", + "id": 2990984, + "lastName": "Hield", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.45454545, + "20": 0.66666667, + "21": 0.4, + "22": 0.54545455, + "23": 6.0, + "24": 1.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 37.0, + "29": 14.0, + "30": 5.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.37837838, + "35": 2.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.27272727 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059319, + "playerPoolEntry": { + "id": 3059319, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Andrew", + "fullName": "Andrew Wiggins", + "id": 3059319, + "lastName": "Wiggins", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 17.0, + "14": 40.0, + "15": 2.0, + "16": 5.0, + "17": 4.0, + "18": 11.0, + "19": 0.425, + "20": 0.4, + "21": 0.36363636, + "22": 0.475, + "23": 23.0, + "24": 3.0, + "25": 7.0, + "26": 2.0, + "27": 0.66666667, + "28": 32.66666667, + "29": 13.33333333, + "30": 7.0, + "31": 0.33333333, + "32": 1.66666667, + "33": 1.33333333, + "34": 0.40816327, + "35": 1.2, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066336, + "playerPoolEntry": { + "id": 4066336, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Lauri", + "fullName": "Lauri Markkanen", + "id": 4066336, + "lastName": "Markkanen", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 1.0, + "2": 1.0, + "3": 1.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 10.0, + "16": 10.0, + "17": 4.0, + "18": 9.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.44444444, + "22": 0.69230769, + "23": 6.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 1.0, + "28": 36.0, + "29": 28.0, + "30": 13.0, + "31": 1.0, + "32": 4.0, + "33": 4.0, + "34": 0.77777778, + "35": 0.25, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.76923077 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6478, + "playerPoolEntry": { + "id": 6478, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Vucevic", + "id": 6478, + "lastName": "Vucevic", + "proTeamId": 4, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 3.0, + "3": 10.0, + "4": 0.0, + "5": 26.0, + "6": 26.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 17.0, + "14": 29.0, + "15": 2.0, + "16": 2.0, + "17": 4.0, + "18": 11.0, + "19": 0.5862069, + "20": 1.0, + "21": 0.36363636, + "22": 0.65517241, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.0, + "27": 0.0, + "28": 36.0, + "29": 20.0, + "30": 13.0, + "31": 1.5, + "32": 0.0, + "33": 2.0, + "34": 0.55555556, + "35": "Infinity", + "36": "Infinity", + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.06896552 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432573, + "playerPoolEntry": { + "id": 4432573, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Paolo", + "fullName": "Paolo Banchero", + "id": 4432573, + "lastName": "Banchero", + "proTeamId": 19, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 2.0, + "2": 2.0, + "3": 6.0, + "4": 2.0, + "5": 16.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 7.0, + "16": 11.0, + "17": 3.0, + "18": 11.0, + "19": 0.4, + "20": 0.63636364, + "21": 0.27272727, + "22": 0.4375, + "23": 24.0, + "24": 4.0, + "25": 8.0, + "26": 3.0, + "27": 1.0, + "28": 36.5, + "29": 21.0, + "30": 9.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.57534247, + "35": 2.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.275 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032976, + "playerPoolEntry": { + "id": 3032976, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Rudy", + "fullName": "Rudy Gobert", + "id": 3032976, + "lastName": "Gobert", + "proTeamId": 16, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 13.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 7.0, + "14": 9.0, + "15": 5.0, + "16": 10.0, + "17": 0.0, + "18": 0.0, + "19": 0.77777778, + "20": 0.5, + "21": 0.0, + "22": 0.77777778, + "23": 2.0, + "24": 5.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 40.0, + "29": 19.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.475, + "35": 0.33333333, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 1.11111111 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4277905, + "playerPoolEntry": { + "id": 4277905, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Trae", + "fullName": "Trae Young", + "id": 4277905, + "lastName": "Young", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 0.0, + "2": 1.0, + "3": 12.0, + "4": 0.0, + "5": 1.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 8.0, + "14": 17.0, + "15": 1.0, + "16": 1.0, + "17": 3.0, + "18": 3.0, + "19": 0.47058824, + "20": 1.0, + "21": 1.0, + "22": 0.55882353, + "23": 9.0, + "24": 0.0, + "25": 0.0, + "26": 12.0, + "27": 0.0, + "28": 27.0, + "29": 20.0, + "30": 1.0, + "31": 1.0, + "32": 4.0, + "33": 3.0, + "34": 0.74074074, + "35": 3.0, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.05882353 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2490149, + "playerPoolEntry": { + "id": 2490149, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "CJ", + "fullName": "CJ McCollum", + "id": 2490149, + "lastName": "McCollum", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 1.0, + "2": 1.0, + "3": 15.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 33.0, + "15": 5.0, + "16": 5.0, + "17": 3.0, + "18": 8.0, + "19": 0.48484848, + "20": 1.0, + "21": 0.375, + "22": 0.53030303, + "23": 17.0, + "24": 0.0, + "25": 5.0, + "26": 7.5, + "27": 0.5, + "28": 38.0, + "29": 20.0, + "30": 3.0, + "31": 0.5, + "32": 3.0, + "33": 1.5, + "34": 0.52631579, + "35": 2.5, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.15151515 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4279888, + "playerPoolEntry": { + "id": 4279888, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Ja", + "fullName": "Ja Morant", + "id": 4279888, + "lastName": "Morant", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 56.0, + "1": 1.0, + "2": 2.0, + "3": 20.0, + "4": 5.0, + "5": 12.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 17.0, + "14": 36.0, + "15": 19.0, + "16": 24.0, + "17": 3.0, + "18": 8.0, + "19": 0.47222222, + "20": 0.79166667, + "21": 0.375, + "22": 0.51388889, + "23": 19.0, + "24": 5.0, + "25": 5.0, + "26": 10.0, + "27": 0.5, + "28": 32.0, + "29": 28.0, + "30": 8.5, + "31": 1.0, + "32": 4.0, + "33": 1.5, + "34": 0.875, + "35": 2.5, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.66666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2990984, + "playerPoolEntry": { + "id": 2990984, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Buddy", + "fullName": "Buddy Hield", + "id": 2990984, + "lastName": "Hield", + "proTeamId": 11, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.45454545, + "20": 0.66666667, + "21": 0.4, + "22": 0.54545455, + "23": 6.0, + "24": 1.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 37.0, + "29": 14.0, + "30": 5.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.37837838, + "35": 2.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.27272727 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059319, + "playerPoolEntry": { + "id": 3059319, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Andrew", + "fullName": "Andrew Wiggins", + "id": 3059319, + "lastName": "Wiggins", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 17.0, + "14": 40.0, + "15": 2.0, + "16": 5.0, + "17": 4.0, + "18": 11.0, + "19": 0.425, + "20": 0.4, + "21": 0.36363636, + "22": 0.475, + "23": 23.0, + "24": 3.0, + "25": 7.0, + "26": 2.0, + "27": 0.66666667, + "28": 32.66666667, + "29": 13.33333333, + "30": 7.0, + "31": 0.33333333, + "32": 1.66666667, + "33": 1.33333333, + "34": 0.40816327, + "35": 1.2, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066336, + "playerPoolEntry": { + "id": 4066336, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Lauri", + "fullName": "Lauri Markkanen", + "id": 4066336, + "lastName": "Markkanen", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 1.0, + "2": 1.0, + "3": 1.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 10.0, + "16": 10.0, + "17": 4.0, + "18": 9.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.44444444, + "22": 0.69230769, + "23": 6.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 1.0, + "28": 36.0, + "29": 28.0, + "30": 13.0, + "31": 1.0, + "32": 4.0, + "33": 4.0, + "34": 0.77777778, + "35": 0.25, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.76923077 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6478, + "playerPoolEntry": { + "id": 6478, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Vucevic", + "id": 6478, + "lastName": "Vucevic", + "proTeamId": 4, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 3.0, + "3": 10.0, + "4": 0.0, + "5": 26.0, + "6": 26.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 17.0, + "14": 29.0, + "15": 2.0, + "16": 2.0, + "17": 4.0, + "18": 11.0, + "19": 0.5862069, + "20": 1.0, + "21": 0.36363636, + "22": 0.65517241, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.0, + "27": 0.0, + "28": 36.0, + "29": 20.0, + "30": 13.0, + "31": 1.5, + "32": 0.0, + "33": 2.0, + "34": 0.55555556, + "35": "Infinity", + "36": "Infinity", + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.06896552 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432573, + "playerPoolEntry": { + "id": 4432573, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Paolo", + "fullName": "Paolo Banchero", + "id": 4432573, + "lastName": "Banchero", + "proTeamId": 19, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 2.0, + "2": 2.0, + "3": 6.0, + "4": 2.0, + "5": 16.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 7.0, + "16": 11.0, + "17": 3.0, + "18": 11.0, + "19": 0.4, + "20": 0.63636364, + "21": 0.27272727, + "22": 0.4375, + "23": 24.0, + "24": 4.0, + "25": 8.0, + "26": 3.0, + "27": 1.0, + "28": 36.5, + "29": 21.0, + "30": 9.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.57534247, + "35": 2.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.275 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032976, + "playerPoolEntry": { + "id": 3032976, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Rudy", + "fullName": "Rudy Gobert", + "id": 3032976, + "lastName": "Gobert", + "proTeamId": 16, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 13.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 7.0, + "14": 9.0, + "15": 5.0, + "16": 10.0, + "17": 0.0, + "18": 0.0, + "19": 0.77777778, + "20": 0.5, + "21": 0.0, + "22": 0.77777778, + "23": 2.0, + "24": 5.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 40.0, + "29": 19.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.475, + "35": 0.33333333, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 1.11111111 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 8, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "id": 79, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 4, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 320.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 54.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 17.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 37.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 26.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 70.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.43636364 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.7962963 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 99.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 120.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 275.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 43.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 4 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 12, + "playerId": 3992, + "playerPoolEntry": { + "id": 3992, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "James", + "fullName": "James Harden", + "id": 3992, + "lastName": "Harden", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4432816, + "playerPoolEntry": { + "id": 4432816, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "LaMelo", + "fullName": "LaMelo Ball", + "id": 4432816, + "lastName": "Ball", + "proTeamId": 30, + "stats": [ + { + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 2.0, + "3": 6.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 1.0, + "8": 0.0, + "9": 1.0, + "10": 2.0, + "11": 4.0, + "12": 0.0, + "13": 8.0, + "14": 18.0, + "15": 2.0, + "16": 3.0, + "17": 1.0, + "18": 5.0, + "19": 0.44444000244140625, + "20": 0.6666699981689453, + "21": 0.2, + "22": 0.4722222222222222, + "23": 10.0, + "24": 1.0, + "25": 4.0, + "26": 6.0, + "27": 0.0, + "28": 36.0, + "29": 19.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 1.0, + "34": 0.5277777777777778, + "35": 1.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.16666666666666666 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 6450, + "playerPoolEntry": { + "id": 6450, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kawhi", + "fullName": "Kawhi Leonard", + "id": 6450, + "lastName": "Leonard", + "proTeamId": 12, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 2.0, + "2": 1.0, + "3": 5.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 7.0, + "14": 26.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 6.0, + "19": 0.2692300033569336, + "20": 1.0, + "21": 0.16666999816894532, + "22": 0.28846153846153844, + "23": 19.0, + "24": 0.0, + "25": 5.0, + "26": 5.0, + "27": 2.0, + "28": 40.0, + "29": 17.0, + "30": 11.0, + "31": 1.0, + "32": 1.0, + "33": 1.0, + "34": 0.425, + "35": 5.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.07692307692307693 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4396907, + "playerPoolEntry": { + "id": 4396907, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Darius", + "fullName": "Darius Garland", + "id": 4396907, + "lastName": "Garland", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 0.0, + "3": 11.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 19.0, + "15": 6.0, + "16": 6.0, + "17": 4.0, + "18": 6.0, + "19": 0.5789500045776367, + "20": 1.0, + "21": 0.6666699981689453, + "22": 0.6842105263157895, + "23": 8.0, + "24": 0.0, + "25": 2.0, + "26": 11.0, + "27": 0.0, + "28": 33.0, + "29": 32.0, + "30": 2.0, + "31": 0.0, + "32": 4.0, + "33": 4.0, + "34": 0.9696969696969697, + "35": 2.75, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3157894736842105 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4066320, + "playerPoolEntry": { + "id": 4066320, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Desmond", + "fullName": "Desmond Bane", + "id": 4066320, + "lastName": "Bane", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 1.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 15.0, + "15": 3.0, + "16": 3.0, + "17": 6.0, + "18": 7.0, + "19": 0.5333300018310547, + "20": 1.0, + "21": 0.8571399688720703, + "22": 0.7333333333333333, + "23": 7.0, + "24": 0.0, + "25": 1.0, + "26": 1.0, + "27": 0.0, + "28": 32.0, + "29": 25.0, + "30": 2.0, + "31": 0.0, + "32": 2.0, + "33": 6.0, + "34": 0.78125, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4433134, + "playerPoolEntry": { + "id": 4433134, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Scottie", + "fullName": "Scottie Barnes", + "id": 4433134, + "lastName": "Barnes", + "proTeamId": 28, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871145, + "playerPoolEntry": { + "id": 4871145, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Josh", + "fullName": "Josh Giddey", + "id": 4871145, + "lastName": "Giddey", + "proTeamId": 25, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3102530, + "playerPoolEntry": { + "id": 3102530, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jusuf", + "fullName": "Jusuf Nurkic", + "id": 3102530, + "lastName": "Nurkic", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3448, + "playerPoolEntry": { + "id": 3448, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Brook", + "fullName": "Brook Lopez", + "id": 3448, + "lastName": "Lopez", + "proTeamId": 15, + "stats": [ + { + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 6.0, + "1": 0.0, + "2": 0.0, + "3": 0.0, + "4": 2.0, + "5": 3.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 3.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 2.0, + "19": 0.6, + "20": 0.0, + "21": 0.0, + "22": 0.6, + "23": 2.0, + "24": 0.0, + "25": 2.0, + "26": 0.0, + "27": 0.0, + "28": 23.0, + "29": 6.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.2608695652173913, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 23.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3155526, + "playerPoolEntry": { + "id": 3155526, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Dillon", + "fullName": "Dillon Brooks", + "id": 3155526, + "lastName": "Brooks", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 1.0, + "8": 1.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 5.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.4, + "20": 0.8333300018310547, + "21": 0.0, + "22": 0.4, + "23": 3.0, + "24": 1.0, + "25": 1.0, + "26": 1.0, + "27": 0.0, + "28": 22.0, + "29": 9.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 0.0, + "34": 0.4090909090909091, + "35": 0.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 1.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 4432639, + "playerPoolEntry": { + "id": 4432639, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jabari", + "fullName": "Jabari Smith Jr.", + "id": 4432639, + "lastName": "Smith Jr.", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 4277961, + "playerPoolEntry": { + "id": 4277961, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Jaren", + "fullName": "Jaren Jackson Jr.", + "id": 4277961, + "lastName": "Jackson Jr.", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3037789, + "playerPoolEntry": { + "id": 3037789, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Bogdan", + "fullName": "Bogdan Bogdanovic", + "id": 3037789, + "lastName": "Bogdanovic", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4397136, + "playerPoolEntry": { + "id": 4397136, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Saddiq", + "fullName": "Saddiq Bey", + "id": 4397136, + "lastName": "Bey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 6450, + "playerPoolEntry": { + "id": 6450, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kawhi", + "fullName": "Kawhi Leonard", + "id": 6450, + "lastName": "Leonard", + "proTeamId": 12, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 4.0, + "2": 6.0, + "3": 10.0, + "4": 3.0, + "5": 12.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 18.0, + "14": 50.0, + "15": 10.0, + "16": 11.0, + "17": 4.0, + "18": 12.0, + "19": 0.36, + "20": 0.90909091, + "21": 0.33333333, + "22": 0.4, + "23": 32.0, + "24": 1.0, + "25": 8.0, + "26": 5.0, + "27": 2.0, + "28": 40.0, + "29": 25.0, + "30": 7.5, + "31": 3.0, + "32": 1.0, + "33": 2.0, + "34": 0.625, + "35": 5.0, + "36": 3.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.22 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432816, + "playerPoolEntry": { + "id": 4432816, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "LaMelo", + "fullName": "LaMelo Ball", + "id": 4432816, + "lastName": "Ball", + "proTeamId": 30, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 3.0, + "2": 5.0, + "3": 17.0, + "4": 6.0, + "5": 12.0, + "6": 18.0, + "7": 1.0, + "8": 0.0, + "9": 6.0, + "10": 2.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 14.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.28571429, + "22": 0.45454545, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 8.5, + "27": 1.5, + "28": 38.0, + "29": 23.0, + "30": 9.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.60526316, + "35": 2.125, + "36": 0.625, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.20454545 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4397136, + "playerPoolEntry": { + "id": 4397136, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Saddiq", + "fullName": "Saddiq Bey", + "id": 4397136, + "lastName": "Bey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 3.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 15.0, + "15": 3.0, + "16": 4.0, + "17": 5.0, + "18": 11.0, + "19": 0.33333333, + "20": 0.75, + "21": 0.45454545, + "22": 0.5, + "23": 10.0, + "24": 1.0, + "25": 6.0, + "26": 2.0, + "27": 0.0, + "28": 32.0, + "29": 18.0, + "30": 5.0, + "31": 3.0, + "32": 1.0, + "33": 5.0, + "34": 0.5625, + "35": 2.0, + "36": 3.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.26666667 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3037789, + "playerPoolEntry": { + "id": 3037789, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Bogdan", + "fullName": "Bogdan Bogdanovic", + "id": 3037789, + "lastName": "Bogdanovic", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 1.0, + "3": 10.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 13.0, + "14": 26.0, + "15": 7.0, + "16": 9.0, + "17": 8.0, + "18": 17.0, + "19": 0.5, + "20": 0.77777778, + "21": 0.47058824, + "22": 0.65384615, + "23": 13.0, + "24": 2.0, + "25": 9.0, + "26": 5.0, + "27": 0.0, + "28": 28.5, + "29": 20.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 4.0, + "34": 0.71929825, + "35": 3.33333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.34615385 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871145, + "playerPoolEntry": { + "id": 4871145, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Josh", + "fullName": "Josh Giddey", + "id": 4871145, + "lastName": "Giddey", + "proTeamId": 25, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 1.0, + "2": 4.0, + "3": 14.0, + "4": 6.0, + "5": 10.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 36.0, + "15": 2.0, + "16": 4.0, + "17": 3.0, + "18": 9.0, + "19": 0.5, + "20": 0.5, + "21": 0.33333333, + "22": 0.54166667, + "23": 18.0, + "24": 2.0, + "25": 6.0, + "26": 7.0, + "27": 0.5, + "28": 33.5, + "29": 20.5, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 1.5, + "34": 0.6119403, + "35": 1.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3155526, + "playerPoolEntry": { + "id": 3155526, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Dillon", + "fullName": "Dillon Brooks", + "id": 3155526, + "lastName": "Brooks", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 2.0, + "3": 3.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 1.0, + "8": 1.0, + "9": 7.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 14.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 7.0, + "19": 0.42857143, + "20": 0.83333333, + "21": 0.14285714, + "22": 0.46428571, + "23": 8.0, + "24": 1.0, + "25": 6.0, + "26": 1.5, + "27": 0.0, + "28": 30.0, + "29": 9.0, + "30": 1.5, + "31": 1.0, + "32": 1.0, + "33": 0.5, + "34": 0.3, + "35": 1.5, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 60.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.42857143 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277961, + "playerPoolEntry": { + "id": 4277961, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Jaren", + "fullName": "Jaren Jackson Jr.", + "id": 4277961, + "lastName": "Jackson Jr.", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 6.0, + "2": 0.0, + "3": 0.0, + "4": 0.0, + "5": 7.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 9.0, + "14": 14.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 3.0, + "19": 0.64285714, + "20": 0.0, + "21": 0.0, + "22": 0.64285714, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 0.0, + "27": 6.0, + "28": 34.0, + "29": 18.0, + "30": 7.0, + "31": 0.0, + "32": 0.0, + "33": 0.0, + "34": 0.52941176, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102530, + "playerPoolEntry": { + "id": 3102530, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jusuf", + "fullName": "Jusuf Nurkic", + "id": 3102530, + "lastName": "Nurkic", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 1.0, + "2": 1.0, + "3": 2.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 8.0, + "15": 0.0, + "16": 1.0, + "17": 2.0, + "18": 4.0, + "19": 0.625, + "20": 0.0, + "21": 0.5, + "22": 0.75, + "23": 3.0, + "24": 1.0, + "25": 2.0, + "26": 1.0, + "27": 0.5, + "28": 14.0, + "29": 6.0, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.42857143, + "35": 0.66666667, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 28.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4433134, + "playerPoolEntry": { + "id": 4433134, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Scottie", + "fullName": "Scottie Barnes", + "id": 4433134, + "lastName": "Barnes", + "proTeamId": 28, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 34.0, + "1": 1.0, + "2": 3.0, + "3": 8.0, + "4": 13.0, + "5": 8.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 13.0, + "14": 37.0, + "15": 6.0, + "16": 6.0, + "17": 2.0, + "18": 10.0, + "19": 0.35135135, + "20": 1.0, + "21": 0.2, + "22": 0.37837838, + "23": 24.0, + "24": 0.0, + "25": 8.0, + "26": 4.0, + "27": 0.5, + "28": 38.5, + "29": 17.0, + "30": 10.5, + "31": 1.5, + "32": 2.5, + "33": 1.0, + "34": 0.44155844, + "35": 1.6, + "36": 0.6, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.16216216 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066320, + "playerPoolEntry": { + "id": 4066320, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Desmond", + "fullName": "Desmond Bane", + "id": 4066320, + "lastName": "Bane", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 1.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 1.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 31.0, + "15": 4.0, + "16": 4.0, + "17": 8.0, + "18": 14.0, + "19": 0.48387097, + "20": 1.0, + "21": 0.57142857, + "22": 0.61290323, + "23": 16.0, + "24": 0.0, + "25": 6.0, + "26": 2.0, + "27": 0.5, + "28": 29.0, + "29": 21.0, + "30": 1.0, + "31": 0.5, + "32": 2.5, + "33": 4.0, + "34": 0.72413793, + "35": 0.8, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.12903226 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 6450, + "playerPoolEntry": { + "id": 6450, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kawhi", + "fullName": "Kawhi Leonard", + "id": 6450, + "lastName": "Leonard", + "proTeamId": 12, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 4.0, + "2": 6.0, + "3": 10.0, + "4": 3.0, + "5": 12.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 18.0, + "14": 50.0, + "15": 10.0, + "16": 11.0, + "17": 4.0, + "18": 12.0, + "19": 0.36, + "20": 0.90909091, + "21": 0.33333333, + "22": 0.4, + "23": 32.0, + "24": 1.0, + "25": 8.0, + "26": 5.0, + "27": 2.0, + "28": 40.0, + "29": 25.0, + "30": 7.5, + "31": 3.0, + "32": 1.0, + "33": 2.0, + "34": 0.625, + "35": 5.0, + "36": 3.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.22 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432816, + "playerPoolEntry": { + "id": 4432816, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "LaMelo", + "fullName": "LaMelo Ball", + "id": 4432816, + "lastName": "Ball", + "proTeamId": 30, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 3.0, + "2": 5.0, + "3": 17.0, + "4": 6.0, + "5": 12.0, + "6": 18.0, + "7": 1.0, + "8": 0.0, + "9": 6.0, + "10": 2.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 14.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.28571429, + "22": 0.45454545, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 8.5, + "27": 1.5, + "28": 38.0, + "29": 23.0, + "30": 9.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.60526316, + "35": 2.125, + "36": 0.625, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.20454545 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4397136, + "playerPoolEntry": { + "id": 4397136, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Saddiq", + "fullName": "Saddiq Bey", + "id": 4397136, + "lastName": "Bey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 3.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 15.0, + "15": 3.0, + "16": 4.0, + "17": 5.0, + "18": 11.0, + "19": 0.33333333, + "20": 0.75, + "21": 0.45454545, + "22": 0.5, + "23": 10.0, + "24": 1.0, + "25": 6.0, + "26": 2.0, + "27": 0.0, + "28": 32.0, + "29": 18.0, + "30": 5.0, + "31": 3.0, + "32": 1.0, + "33": 5.0, + "34": 0.5625, + "35": 2.0, + "36": 3.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.26666667 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3037789, + "playerPoolEntry": { + "id": 3037789, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Bogdan", + "fullName": "Bogdan Bogdanovic", + "id": 3037789, + "lastName": "Bogdanovic", + "proTeamId": 1, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 1.0, + "3": 10.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 13.0, + "14": 26.0, + "15": 7.0, + "16": 9.0, + "17": 8.0, + "18": 17.0, + "19": 0.5, + "20": 0.77777778, + "21": 0.47058824, + "22": 0.65384615, + "23": 13.0, + "24": 2.0, + "25": 9.0, + "26": 5.0, + "27": 0.0, + "28": 28.5, + "29": 20.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 4.0, + "34": 0.71929825, + "35": 3.33333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.34615385 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871145, + "playerPoolEntry": { + "id": 4871145, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Josh", + "fullName": "Josh Giddey", + "id": 4871145, + "lastName": "Giddey", + "proTeamId": 25, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 1.0, + "2": 4.0, + "3": 14.0, + "4": 6.0, + "5": 10.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 36.0, + "15": 2.0, + "16": 4.0, + "17": 3.0, + "18": 9.0, + "19": 0.5, + "20": 0.5, + "21": 0.33333333, + "22": 0.54166667, + "23": 18.0, + "24": 2.0, + "25": 6.0, + "26": 7.0, + "27": 0.5, + "28": 33.5, + "29": 20.5, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 1.5, + "34": 0.6119403, + "35": 1.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3155526, + "playerPoolEntry": { + "id": 3155526, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Dillon", + "fullName": "Dillon Brooks", + "id": 3155526, + "lastName": "Brooks", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 2.0, + "3": 3.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 1.0, + "8": 1.0, + "9": 7.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 14.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 7.0, + "19": 0.42857143, + "20": 0.83333333, + "21": 0.14285714, + "22": 0.46428571, + "23": 8.0, + "24": 1.0, + "25": 6.0, + "26": 1.5, + "27": 0.0, + "28": 30.0, + "29": 9.0, + "30": 1.5, + "31": 1.0, + "32": 1.0, + "33": 0.5, + "34": 0.3, + "35": 1.5, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 60.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.42857143 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277961, + "playerPoolEntry": { + "id": 4277961, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Jaren", + "fullName": "Jaren Jackson Jr.", + "id": 4277961, + "lastName": "Jackson Jr.", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 6.0, + "2": 0.0, + "3": 0.0, + "4": 0.0, + "5": 7.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 9.0, + "14": 14.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 3.0, + "19": 0.64285714, + "20": 0.0, + "21": 0.0, + "22": 0.64285714, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 0.0, + "27": 6.0, + "28": 34.0, + "29": 18.0, + "30": 7.0, + "31": 0.0, + "32": 0.0, + "33": 0.0, + "34": 0.52941176, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102530, + "playerPoolEntry": { + "id": 3102530, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jusuf", + "fullName": "Jusuf Nurkic", + "id": 3102530, + "lastName": "Nurkic", + "proTeamId": 22, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 1.0, + "2": 1.0, + "3": 2.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 8.0, + "15": 0.0, + "16": 1.0, + "17": 2.0, + "18": 4.0, + "19": 0.625, + "20": 0.0, + "21": 0.5, + "22": 0.75, + "23": 3.0, + "24": 1.0, + "25": 2.0, + "26": 1.0, + "27": 0.5, + "28": 14.0, + "29": 6.0, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.42857143, + "35": 0.66666667, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 28.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4433134, + "playerPoolEntry": { + "id": 4433134, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Scottie", + "fullName": "Scottie Barnes", + "id": 4433134, + "lastName": "Barnes", + "proTeamId": 28, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 34.0, + "1": 1.0, + "2": 3.0, + "3": 8.0, + "4": 13.0, + "5": 8.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 13.0, + "14": 37.0, + "15": 6.0, + "16": 6.0, + "17": 2.0, + "18": 10.0, + "19": 0.35135135, + "20": 1.0, + "21": 0.2, + "22": 0.37837838, + "23": 24.0, + "24": 0.0, + "25": 8.0, + "26": 4.0, + "27": 0.5, + "28": 38.5, + "29": 17.0, + "30": 10.5, + "31": 1.5, + "32": 2.5, + "33": 1.0, + "34": 0.44155844, + "35": 1.6, + "36": 0.6, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.16216216 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066320, + "playerPoolEntry": { + "id": 4066320, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Desmond", + "fullName": "Desmond Bane", + "id": 4066320, + "lastName": "Bane", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 1.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 1.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 31.0, + "15": 4.0, + "16": 4.0, + "17": 8.0, + "18": 14.0, + "19": 0.48387097, + "20": 1.0, + "21": 0.57142857, + "22": 0.61290323, + "23": 16.0, + "24": 0.0, + "25": 6.0, + "26": 2.0, + "27": 0.5, + "28": 29.0, + "29": 21.0, + "30": 1.0, + "31": 0.5, + "32": 2.5, + "33": 4.0, + "34": 0.72413793, + "35": 0.8, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.12903226 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 1, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 4, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 385.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 91.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 15.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 36.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 11.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 108.0 + }, + "19": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 0.47138047 + }, + "20": { + "ineligible": false, + "rank": 0.0, + "result": "LOSS", + "score": 0.75824176 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": "WIN", + "score": 108.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 140.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 297.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 69.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 4 + }, + "rosterForCurrentScoringPeriod": { + "entries": [ + { + "lineupSlotId": 4, + "playerId": 3112335, + "playerPoolEntry": { + "id": 3112335, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Jokic", + "id": 3112335, + "lastName": "Jokic", + "proTeamId": 7, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 1.0, + "2": 1.0, + "3": 16.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 13.0, + "15": 4.0, + "16": 5.0, + "17": 0.0, + "18": 0.0, + "19": 0.6923100280761719, + "20": 0.8, + "21": 0.0, + "22": 0.6923076923076923, + "23": 4.0, + "24": 1.0, + "25": 0.0, + "26": 16.0, + "27": 1.0, + "28": 33.0, + "29": 22.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.6666666666666666, + "35": 5.3333335, + "36": 0.33333334, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.38461538461538464 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4594268, + "playerPoolEntry": { + "id": 4594268, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Anthony", + "fullName": "Anthony Edwards", + "id": 4594268, + "lastName": "Edwards", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2779, + "playerPoolEntry": { + "id": 2779, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Chris", + "fullName": "Chris Paul", + "id": 2779, + "lastName": "Paul", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4432158, + "playerPoolEntry": { + "id": 4432158, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Evan", + "fullName": "Evan Mobley", + "id": 4432158, + "lastName": "Mobley", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 2.0, + "2": 1.0, + "3": 5.0, + "4": 4.0, + "5": 10.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 7.0, + "14": 17.0, + "15": 3.0, + "16": 5.0, + "17": 0.0, + "18": 2.0, + "19": 0.4117599868774414, + "20": 0.6, + "21": 0.0, + "22": 0.4117647058823529, + "23": 10.0, + "24": 2.0, + "25": 2.0, + "26": 5.0, + "27": 2.0, + "28": 33.0, + "29": 17.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.5151515151515151, + "35": 1.6666666, + "36": 0.33333334, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.29411764705882354 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3917376, + "playerPoolEntry": { + "id": 3917376, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Jaylen", + "fullName": "Jaylen Brown", + "id": 3917376, + "lastName": "Brown", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4277956, + "playerPoolEntry": { + "id": 4277956, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Jordan", + "fullName": "Jordan Poole", + "id": 4277956, + "lastName": "Poole", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 15.0, + "15": 2.0, + "16": 3.0, + "17": 4.0, + "18": 8.0, + "19": 0.5333300018310547, + "20": 0.6666699981689453, + "21": 0.5, + "22": 0.6666666666666666, + "23": 7.0, + "24": 1.0, + "25": 4.0, + "26": 5.0, + "27": 0.0, + "28": 26.0, + "29": 22.0, + "30": 3.0, + "31": 1.0, + "32": 2.0, + "33": 4.0, + "34": 0.8461538461538461, + "35": 2.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 26.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3934672, + "playerPoolEntry": { + "id": 3934672, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Brunson", + "id": 3934672, + "lastName": "Brunson", + "proTeamId": 18, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3136776, + "playerPoolEntry": { + "id": 3136776, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "D'Angelo", + "fullName": "D'Angelo Russell", + "id": 3136776, + "lastName": "Russell", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6589, + "playerPoolEntry": { + "id": 6589, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Draymond", + "fullName": "Draymond Green", + "id": 6589, + "lastName": "Green", + "proTeamId": 9, + "stats": [ + { + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3195, + "playerPoolEntry": { + "id": 3195, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Mike", + "fullName": "Mike Conley", + "id": 3195, + "lastName": "Conley", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4278067, + "playerPoolEntry": { + "id": 4278067, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Nic", + "fullName": "Nic Claxton", + "id": 4278067, + "lastName": "Claxton", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2326307, + "playerPoolEntry": { + "id": 2326307, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Seth", + "fullName": "Seth Curry", + "id": 2326307, + "lastName": "Curry", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4395625, + "playerPoolEntry": { + "id": 4395625, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "RJ", + "fullName": "RJ Barrett", + "id": 4395625, + "lastName": "Barrett", + "proTeamId": 18, + "stats": [ + { + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 4.0, + "5": 4.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 13.0, + "14": 23.0, + "15": 4.0, + "16": 6.0, + "17": 0.0, + "18": 5.0, + "19": 0.5652199935913086, + "20": 0.6666699981689453, + "21": 0.0, + "22": 0.5652173913043478, + "23": 10.0, + "24": 2.0, + "25": 5.0, + "26": 4.0, + "27": 0.0, + "28": 41.0, + "29": 30.0, + "30": 8.0, + "31": 0.0, + "32": 5.0, + "33": 0.0, + "34": 0.7317073170731707, + "35": 0.8, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 41.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.2608695652173913 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3112335, + "playerPoolEntry": { + "id": 3112335, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Jokic", + "id": 3112335, + "lastName": "Jokic", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 48.0, + "1": 2.0, + "2": 2.0, + "3": 31.0, + "4": 3.0, + "5": 29.0, + "6": 32.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 19.0, + "14": 27.0, + "15": 9.0, + "16": 10.0, + "17": 1.0, + "18": 3.0, + "19": 0.7037037, + "20": 0.9, + "21": 0.33333333, + "22": 0.72222222, + "23": 8.0, + "24": 1.0, + "25": 2.0, + "26": 15.5, + "27": 1.0, + "28": 35.5, + "29": 24.0, + "30": 16.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.67605634, + "35": 3.875, + "36": 0.25, + "37": 2.0, + "38": 2.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37037037 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277956, + "playerPoolEntry": { + "id": 4277956, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Jordan", + "fullName": "Jordan Poole", + "id": 4277956, + "lastName": "Poole", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 0.0, + "2": 3.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 16.0, + "16": 21.0, + "17": 7.0, + "18": 19.0, + "19": 0.4, + "20": 0.76190476, + "21": 0.36842105, + "22": 0.4875, + "23": 24.0, + "24": 5.0, + "25": 12.0, + "26": 4.66666667, + "27": 0.0, + "28": 29.66666667, + "29": 18.33333333, + "30": 3.33333333, + "31": 1.0, + "32": 2.0, + "33": 2.33333333, + "34": 0.61797753, + "35": 2.33333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 89.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.525 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3136776, + "playerPoolEntry": { + "id": 3136776, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "D'Angelo", + "fullName": "D'Angelo Russell", + "id": 3136776, + "lastName": "Russell", + "proTeamId": 16, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 39.0, + "1": 0.0, + "2": 0.0, + "3": 9.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 5.0, + "12": 1.0, + "13": 15.0, + "14": 39.0, + "15": 0.0, + "16": 3.0, + "17": 9.0, + "18": 27.0, + "19": 0.38461538, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 24.0, + "24": 3.0, + "25": 18.0, + "26": 4.5, + "27": 0.0, + "28": 37.5, + "29": 19.5, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 4.5, + "34": 0.52, + "35": 1.8, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07692308 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395625, + "playerPoolEntry": { + "id": 4395625, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "RJ", + "fullName": "RJ Barrett", + "id": 4395625, + "lastName": "Barrett", + "proTeamId": 18, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 4.0, + "5": 7.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 18.0, + "14": 36.0, + "15": 7.0, + "16": 10.0, + "17": 0.0, + "18": 8.0, + "19": 0.5, + "20": 0.7, + "21": 0.0, + "22": 0.5, + "23": 18.0, + "24": 3.0, + "25": 8.0, + "26": 3.0, + "27": 0.0, + "28": 34.0, + "29": 21.5, + "30": 5.5, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.63235294, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.27777778 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4594268, + "playerPoolEntry": { + "id": 4594268, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Anthony", + "fullName": "Anthony Edwards", + "id": 4594268, + "lastName": "Edwards", + "proTeamId": 16, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 60.0, + "1": 3.0, + "2": 4.0, + "3": 10.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 24.0, + "14": 53.0, + "15": 6.0, + "16": 10.0, + "17": 6.0, + "18": 22.0, + "19": 0.45283019, + "20": 0.6, + "21": 0.27272727, + "22": 0.50943396, + "23": 29.0, + "24": 4.0, + "25": 16.0, + "26": 5.0, + "27": 1.5, + "28": 40.0, + "29": 30.0, + "30": 7.0, + "31": 2.0, + "32": 6.0, + "33": 3.0, + "34": 0.75, + "35": 0.83333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.18867925 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3195, + "playerPoolEntry": { + "id": 3195, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Mike", + "fullName": "Mike Conley", + "id": 3195, + "lastName": "Conley", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 2.0, + "2": 0.0, + "3": 8.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 8.0, + "15": 9.0, + "16": 9.0, + "17": 0.0, + "18": 3.0, + "19": 0.625, + "20": 1.0, + "21": 0.0, + "22": 0.625, + "23": 3.0, + "24": 0.0, + "25": 3.0, + "26": 8.0, + "27": 2.0, + "28": 31.0, + "29": 19.0, + "30": 3.0, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.61290323, + "35": 2.66666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 1.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3917376, + "playerPoolEntry": { + "id": 3917376, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Jaylen", + "fullName": "Jaylen Brown", + "id": 3917376, + "lastName": "Brown", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 16.0, + "15": 3.0, + "16": 5.0, + "17": 7.0, + "18": 12.0, + "19": 0.5, + "20": 0.6, + "21": 0.58333333, + "22": 0.71875, + "23": 8.0, + "24": 2.0, + "25": 5.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 26.0, + "30": 3.0, + "31": 0.0, + "32": 2.0, + "33": 7.0, + "34": 0.8125, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3125 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2779, + "playerPoolEntry": { + "id": 2779, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Chris", + "fullName": "Chris Paul", + "id": 2779, + "lastName": "Paul", + "proTeamId": 21, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 3.0, + "2": 0.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 6.0, + "14": 17.0, + "15": 6.0, + "16": 7.0, + "17": 4.0, + "18": 10.0, + "19": 0.35294118, + "20": 0.85714286, + "21": 0.4, + "22": 0.47058824, + "23": 11.0, + "24": 1.0, + "25": 6.0, + "26": 6.0, + "27": 1.5, + "28": 31.0, + "29": 11.0, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 2.0, + "34": 0.35483871, + "35": 2.4, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.41176471 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934672, + "playerPoolEntry": { + "id": 3934672, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Brunson", + "id": 3934672, + "lastName": "Brunson", + "proTeamId": 18, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 37.0, + "1": 1.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 1.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 13.0, + "14": 29.0, + "15": 9.0, + "16": 9.0, + "17": 2.0, + "18": 7.0, + "19": 0.44827586, + "20": 1.0, + "21": 0.28571429, + "22": 0.48275862, + "23": 16.0, + "24": 0.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 44.0, + "29": 37.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 2.0, + "34": 0.84090909, + "35": 3.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 44.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.31034483 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432158, + "playerPoolEntry": { + "id": 4432158, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Evan", + "fullName": "Evan Mobley", + "id": 4432158, + "lastName": "Mobley", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 36.0, + "1": 4.0, + "2": 1.0, + "3": 9.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 32.0, + "15": 4.0, + "16": 7.0, + "17": 0.0, + "18": 4.0, + "19": 0.5, + "20": 0.57142857, + "21": 0.0, + "22": 0.5, + "23": 16.0, + "24": 3.0, + "25": 4.0, + "26": 4.5, + "27": 2.0, + "28": 35.5, + "29": 18.0, + "30": 10.5, + "31": 0.5, + "32": 1.5, + "33": 0.0, + "34": 0.50704225, + "35": 3.0, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.21875 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3112335, + "playerPoolEntry": { + "id": 3112335, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Jokic", + "id": 3112335, + "lastName": "Jokic", + "proTeamId": 7, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 48.0, + "1": 2.0, + "2": 2.0, + "3": 31.0, + "4": 3.0, + "5": 29.0, + "6": 32.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 19.0, + "14": 27.0, + "15": 9.0, + "16": 10.0, + "17": 1.0, + "18": 3.0, + "19": 0.7037037, + "20": 0.9, + "21": 0.33333333, + "22": 0.72222222, + "23": 8.0, + "24": 1.0, + "25": 2.0, + "26": 15.5, + "27": 1.0, + "28": 35.5, + "29": 24.0, + "30": 16.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.67605634, + "35": 3.875, + "36": 0.25, + "37": 2.0, + "38": 2.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37037037 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277956, + "playerPoolEntry": { + "id": 4277956, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Jordan", + "fullName": "Jordan Poole", + "id": 4277956, + "lastName": "Poole", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 0.0, + "2": 3.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 16.0, + "16": 21.0, + "17": 7.0, + "18": 19.0, + "19": 0.4, + "20": 0.76190476, + "21": 0.36842105, + "22": 0.4875, + "23": 24.0, + "24": 5.0, + "25": 12.0, + "26": 4.66666667, + "27": 0.0, + "28": 29.66666667, + "29": 18.33333333, + "30": 3.33333333, + "31": 1.0, + "32": 2.0, + "33": 2.33333333, + "34": 0.61797753, + "35": 2.33333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 89.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.525 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3136776, + "playerPoolEntry": { + "id": 3136776, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "D'Angelo", + "fullName": "D'Angelo Russell", + "id": 3136776, + "lastName": "Russell", + "proTeamId": 16, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 39.0, + "1": 0.0, + "2": 0.0, + "3": 9.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 5.0, + "12": 1.0, + "13": 15.0, + "14": 39.0, + "15": 0.0, + "16": 3.0, + "17": 9.0, + "18": 27.0, + "19": 0.38461538, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 24.0, + "24": 3.0, + "25": 18.0, + "26": 4.5, + "27": 0.0, + "28": 37.5, + "29": 19.5, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 4.5, + "34": 0.52, + "35": 1.8, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07692308 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395625, + "playerPoolEntry": { + "id": 4395625, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "RJ", + "fullName": "RJ Barrett", + "id": 4395625, + "lastName": "Barrett", + "proTeamId": 18, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 4.0, + "5": 7.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 18.0, + "14": 36.0, + "15": 7.0, + "16": 10.0, + "17": 0.0, + "18": 8.0, + "19": 0.5, + "20": 0.7, + "21": 0.0, + "22": 0.5, + "23": 18.0, + "24": 3.0, + "25": 8.0, + "26": 3.0, + "27": 0.0, + "28": 34.0, + "29": 21.5, + "30": 5.5, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.63235294, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.27777778 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4594268, + "playerPoolEntry": { + "id": 4594268, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Anthony", + "fullName": "Anthony Edwards", + "id": 4594268, + "lastName": "Edwards", + "proTeamId": 16, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 60.0, + "1": 3.0, + "2": 4.0, + "3": 10.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 24.0, + "14": 53.0, + "15": 6.0, + "16": 10.0, + "17": 6.0, + "18": 22.0, + "19": 0.45283019, + "20": 0.6, + "21": 0.27272727, + "22": 0.50943396, + "23": 29.0, + "24": 4.0, + "25": 16.0, + "26": 5.0, + "27": 1.5, + "28": 40.0, + "29": 30.0, + "30": 7.0, + "31": 2.0, + "32": 6.0, + "33": 3.0, + "34": 0.75, + "35": 0.83333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.18867925 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3195, + "playerPoolEntry": { + "id": 3195, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Mike", + "fullName": "Mike Conley", + "id": 3195, + "lastName": "Conley", + "proTeamId": 26, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 2.0, + "2": 0.0, + "3": 8.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 8.0, + "15": 9.0, + "16": 9.0, + "17": 0.0, + "18": 3.0, + "19": 0.625, + "20": 1.0, + "21": 0.0, + "22": 0.625, + "23": 3.0, + "24": 0.0, + "25": 3.0, + "26": 8.0, + "27": 2.0, + "28": 31.0, + "29": 19.0, + "30": 3.0, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.61290323, + "35": 2.66666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 1.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3917376, + "playerPoolEntry": { + "id": 3917376, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Jaylen", + "fullName": "Jaylen Brown", + "id": 3917376, + "lastName": "Brown", + "proTeamId": 2, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 16.0, + "15": 3.0, + "16": 5.0, + "17": 7.0, + "18": 12.0, + "19": 0.5, + "20": 0.6, + "21": 0.58333333, + "22": 0.71875, + "23": 8.0, + "24": 2.0, + "25": 5.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 26.0, + "30": 3.0, + "31": 0.0, + "32": 2.0, + "33": 7.0, + "34": 0.8125, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3125 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2779, + "playerPoolEntry": { + "id": 2779, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Chris", + "fullName": "Chris Paul", + "id": 2779, + "lastName": "Paul", + "proTeamId": 21, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 3.0, + "2": 0.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 6.0, + "14": 17.0, + "15": 6.0, + "16": 7.0, + "17": 4.0, + "18": 10.0, + "19": 0.35294118, + "20": 0.85714286, + "21": 0.4, + "22": 0.47058824, + "23": 11.0, + "24": 1.0, + "25": 6.0, + "26": 6.0, + "27": 1.5, + "28": 31.0, + "29": 11.0, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 2.0, + "34": 0.35483871, + "35": 2.4, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.41176471 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934672, + "playerPoolEntry": { + "id": 3934672, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Brunson", + "id": 3934672, + "lastName": "Brunson", + "proTeamId": 18, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 37.0, + "1": 1.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 1.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 13.0, + "14": 29.0, + "15": 9.0, + "16": 9.0, + "17": 2.0, + "18": 7.0, + "19": 0.44827586, + "20": 1.0, + "21": 0.28571429, + "22": 0.48275862, + "23": 16.0, + "24": 0.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 44.0, + "29": 37.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 2.0, + "34": 0.84090909, + "35": 3.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 44.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.31034483 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432158, + "playerPoolEntry": { + "id": 4432158, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Evan", + "fullName": "Evan Mobley", + "id": 4432158, + "lastName": "Mobley", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 36.0, + "1": 4.0, + "2": 1.0, + "3": 9.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 32.0, + "15": 4.0, + "16": 7.0, + "17": 0.0, + "18": 4.0, + "19": 0.5, + "20": 0.57142857, + "21": 0.0, + "22": 0.5, + "23": 16.0, + "24": 3.0, + "25": 4.0, + "26": 4.5, + "27": 2.0, + "28": 35.5, + "29": 18.0, + "30": 10.5, + "31": 0.5, + "32": 1.5, + "33": 0.0, + "34": 0.50704225, + "35": 3.0, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.21875 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 4, + "tiebreak": 0.0, + "totalPoints": 0.0 + }, + "id": 80, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + } + ], + "scoringPeriodId": 109, + "seasonId": 2023 +} \ No newline at end of file diff --git a/tests/basketball/unit/data/league_2023_box_score_h2h_points.json b/tests/basketball/unit/data/league_2023_box_score_h2h_points.json new file mode 100644 index 00000000..5ea390cb --- /dev/null +++ b/tests/basketball/unit/data/league_2023_box_score_h2h_points.json @@ -0,0 +1,27809 @@ +{ + "gameId": 3, + "id": 1234, + "schedule": [ + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 466.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 125.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 26.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 31.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 28.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 69.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 148.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 27.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 168.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 354.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 99.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 329.0, + "107": 116.0, + "108": 250.0, + "109": 206.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 206.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3945274, + "playerPoolEntry": { + "appliedStatTotal": 51.0, + "id": 3945274, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Luka", + "fullName": "Luka Doncic", + "id": 3945274, + "lastName": "Doncic", + "proTeamId": 6, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 31.0, + "17": 2.0, + "1": 0.0, + "2": 8.0, + "3": 8.0, + "6": 8.0, + "11": -8.0, + "13": 24.0, + "14": -19.0, + "15": 5.0 + }, + "appliedTotal": 51.0, + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 6, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 0.0, + "2": 2.0, + "3": 4.0, + "4": 0.0, + "5": 8.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 12.0, + "14": 19.0, + "15": 5.0, + "16": 8.0, + "17": 2.0, + "18": 7.0, + "19": 0.6315800094604492, + "20": 0.625, + "21": 0.28570999145507814, + "22": 0.6842105263157895, + "23": 7.0, + "24": 3.0, + "25": 5.0, + "26": 4.0, + "27": 0.0, + "28": 23.0, + "29": 31.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 2.0, + "34": 1.3478260869565217, + "35": 1.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 23.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.42105263157894735 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 3202, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3202, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kevin", + "fullName": "Kevin Durant", + "id": 3202, + "lastName": "Durant", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4066261, + "playerPoolEntry": { + "appliedStatTotal": 64.0, + "id": 4066261, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Bam", + "fullName": "Bam Adebayo", + "id": 4066261, + "lastName": "Adebayo", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 32.0, + "17": 0.0, + "1": 4.0, + "2": 8.0, + "3": 6.0, + "6": 9.0, + "11": 0.0, + "13": 22.0, + "14": -16.0, + "15": 10.0 + }, + "appliedTotal": 64.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 14, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 1.0, + "2": 2.0, + "3": 3.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 11.0, + "14": 16.0, + "15": 10.0, + "16": 11.0, + "17": 0.0, + "18": 0.0, + "19": 0.6875, + "20": 0.9090899658203125, + "21": 0.0, + "22": 0.6875, + "23": 5.0, + "24": 1.0, + "25": 0.0, + "26": 3.0, + "27": 1.0, + "28": 38.0, + "29": 32.0, + "30": 9.0, + "31": 2.0, + "32": 0.0, + "33": 0.0, + "34": 0.8421052631578947, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 38.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.6875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4432573, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4432573, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Paolo", + "fullName": "Paolo Banchero", + "id": 4432573, + "lastName": "Banchero", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4431678, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4431678, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Maxey", + "id": 4431678, + "lastName": "Maxey", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3147657, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3147657, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Mikal", + "fullName": "Mikal Bridges", + "id": 3147657, + "lastName": "Bridges", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4278067, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4278067, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Nic", + "fullName": "Nic Claxton", + "id": 4278067, + "lastName": "Claxton", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 2580782, + "playerPoolEntry": { + "appliedStatTotal": 28.0, + "id": 2580782, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Spencer", + "fullName": "Spencer Dinwiddie", + "id": 2580782, + "lastName": "Dinwiddie", + "proTeamId": 6, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 21.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 8.0, + "6": 3.0, + "11": -6.0, + "13": 8.0, + "14": -19.0, + "15": 11.0 + }, + "appliedTotal": 28.0, + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 6, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 2.0, + "2": 1.0, + "3": 4.0, + "4": 1.0, + "5": 2.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 19.0, + "15": 11.0, + "16": 12.0, + "17": 2.0, + "18": 6.0, + "19": 0.21052999496459962, + "20": 0.9166699981689453, + "21": 0.3333300018310547, + "22": 0.2631578947368421, + "23": 15.0, + "24": 1.0, + "25": 4.0, + "26": 4.0, + "27": 2.0, + "28": 36.0, + "29": 21.0, + "30": 3.0, + "31": 1.0, + "32": 3.0, + "33": 2.0, + "34": 0.5833333333333334, + "35": 1.3333334, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.631578947368421 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 4277961, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4277961, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Jaren", + "fullName": "Jaren Jackson Jr.", + "id": 4277961, + "lastName": "Jackson Jr.", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4683024, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4683024, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Killian", + "fullName": "Killian Hayes", + "id": 4683024, + "lastName": "Hayes", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 6450, + "playerPoolEntry": { + "appliedStatTotal": 37.0, + "id": 6450, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kawhi", + "fullName": "Kawhi Leonard", + "id": 6450, + "lastName": "Leonard", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 17.0, + "17": 1.0, + "1": 8.0, + "2": 4.0, + "3": 10.0, + "6": 11.0, + "11": -2.0, + "13": 14.0, + "14": -26.0, + "15": 2.0 + }, + "appliedTotal": 37.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 2.0, + "2": 1.0, + "3": 5.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 7.0, + "14": 26.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 6.0, + "19": 0.2692300033569336, + "20": 1.0, + "21": 0.16666999816894532, + "22": 0.28846153846153844, + "23": 19.0, + "24": 0.0, + "25": 5.0, + "26": 5.0, + "27": 2.0, + "28": 40.0, + "29": 17.0, + "30": 11.0, + "31": 1.0, + "32": 1.0, + "33": 1.0, + "34": 0.425, + "35": 5.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.07692307692307693 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3934723, + "playerPoolEntry": { + "appliedStatTotal": 26.0, + "id": 3934723, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Thomas", + "fullName": "Thomas Bryant", + "id": 3934723, + "lastName": "Bryant", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 11.0, + "17": 1.0, + "1": 4.0, + "2": 0.0, + "3": 0.0, + "6": 6.0, + "11": 0.0, + "13": 8.0, + "14": -4.0, + "15": 2.0 + }, + "appliedTotal": 26.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 11.0, + "1": 1.0, + "2": 0.0, + "3": 0.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 4.0, + "14": 4.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 1.0, + "19": 1.0, + "20": 1.0, + "21": 1.0, + "22": 1.125, + "23": 0.0, + "24": 0.0, + "25": 0.0, + "26": 0.0, + "27": 1.0, + "28": 12.0, + "29": 11.0, + "30": 6.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.9166666666666666, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 12.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4433136, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4433136, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Walker", + "fullName": "Walker Kessler", + "id": 4433136, + "lastName": "Kessler", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4277843, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4277843, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Gary", + "fullName": "Gary Trent Jr.", + "id": 4277843, + "lastName": "Trent Jr.", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 901.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3945274, + "playerPoolEntry": { + "appliedStatTotal": 133.0, + "id": 3945274, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Luka", + "fullName": "Luka Doncic", + "id": 3945274, + "lastName": "Doncic", + "proTeamId": 6, + "stats": [ + { + "appliedStats": { + "16": -26.0, + "0": 84.0, + "17": 7.0, + "1": 0.0, + "2": 16.0, + "3": 18.0, + "6": 16.0, + "11": -16.0, + "13": 58.0, + "14": -43.0, + "15": 19.0 + }, + "appliedTotal": 133.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 0.0, + "2": 4.0, + "3": 9.0, + "4": 0.0, + "5": 16.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 29.0, + "14": 43.0, + "15": 19.0, + "16": 26.0, + "17": 7.0, + "18": 18.0, + "19": 0.6744186, + "20": 0.73076923, + "21": 0.38888889, + "22": 0.75581395, + "23": 14.0, + "24": 7.0, + "25": 11.0, + "26": 4.5, + "27": 0.0, + "28": 29.5, + "29": 42.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 3.5, + "34": 1.42372881, + "35": 1.125, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.60465116 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277961, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 4277961, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Jaren", + "fullName": "Jaren Jackson Jr.", + "id": 4277961, + "lastName": "Jackson Jr.", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 18.0, + "17": 0.0, + "1": 24.0, + "2": 0.0, + "3": 0.0, + "6": 7.0, + "11": 0.0, + "13": 18.0, + "14": -14.0, + "15": 0.0 + }, + "appliedTotal": 53.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 6.0, + "2": 0.0, + "3": 0.0, + "4": 0.0, + "5": 7.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 9.0, + "14": 14.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 3.0, + "19": 0.64285714, + "20": 0.0, + "21": 0.0, + "22": 0.64285714, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 0.0, + "27": 6.0, + "28": 34.0, + "29": 18.0, + "30": 7.0, + "31": 0.0, + "32": 0.0, + "33": 0.0, + "34": 0.52941176, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2580782, + "playerPoolEntry": { + "appliedStatTotal": 39.0, + "id": 2580782, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Spencer", + "fullName": "Spencer Dinwiddie", + "id": 2580782, + "lastName": "Dinwiddie", + "proTeamId": 6, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 33.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 12.0, + "6": 6.0, + "11": -6.0, + "13": 18.0, + "14": -35.0, + "15": 13.0 + }, + "appliedTotal": 39.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 35.0, + "15": 13.0, + "16": 16.0, + "17": 2.0, + "18": 12.0, + "19": 0.25714286, + "20": 0.8125, + "21": 0.16666667, + "22": 0.28571429, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 3.0, + "27": 1.0, + "28": 34.0, + "29": 16.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.48529412, + "35": 2.0, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.45714286 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066261, + "playerPoolEntry": { + "appliedStatTotal": 94.0, + "id": 4066261, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Bam", + "fullName": "Bam Adebayo", + "id": 4066261, + "lastName": "Adebayo", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -17.0, + "0": 50.0, + "17": 0.0, + "1": 4.0, + "2": 8.0, + "3": 8.0, + "6": 20.0, + "11": 0.0, + "13": 36.0, + "14": -29.0, + "15": 14.0 + }, + "appliedTotal": 94.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 5.0, + "5": 15.0, + "6": 20.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 14.0, + "16": 17.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.82352941, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 3.0, + "25": 0.0, + "26": 2.0, + "27": 0.5, + "28": 37.5, + "29": 25.0, + "30": 10.0, + "31": 1.0, + "32": 0.0, + "33": 0.0, + "34": 0.66666667, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.5862069 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6450, + "playerPoolEntry": { + "appliedStatTotal": 110.0, + "id": 6450, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kawhi", + "fullName": "Kawhi Leonard", + "id": 6450, + "lastName": "Leonard", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 50.0, + "17": 4.0, + "1": 16.0, + "2": 24.0, + "3": 20.0, + "6": 15.0, + "11": -4.0, + "13": 36.0, + "14": -50.0, + "15": 10.0 + }, + "appliedTotal": 110.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 4.0, + "2": 6.0, + "3": 10.0, + "4": 3.0, + "5": 12.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 18.0, + "14": 50.0, + "15": 10.0, + "16": 11.0, + "17": 4.0, + "18": 12.0, + "19": 0.36, + "20": 0.90909091, + "21": 0.33333333, + "22": 0.4, + "23": 32.0, + "24": 1.0, + "25": 8.0, + "26": 5.0, + "27": 2.0, + "28": 40.0, + "29": 25.0, + "30": 7.5, + "31": 3.0, + "32": 1.0, + "33": 2.0, + "34": 0.625, + "35": 5.0, + "36": 3.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.22 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277843, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 4277843, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Gary", + "fullName": "Gary Trent Jr.", + "id": 4277843, + "lastName": "Trent Jr.", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 41.0, + "17": 6.0, + "1": 0.0, + "2": 16.0, + "3": 8.0, + "6": 5.0, + "11": 0.0, + "13": 28.0, + "14": -33.0, + "15": 7.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 4.0, + "3": 4.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 14.0, + "14": 33.0, + "15": 7.0, + "16": 7.0, + "17": 6.0, + "18": 14.0, + "19": 0.42424242, + "20": 1.0, + "21": 0.42857143, + "22": 0.51515152, + "23": 19.0, + "24": 0.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 37.5, + "29": 20.5, + "30": 2.5, + "31": 2.0, + "32": 0.0, + "33": 3.0, + "34": 0.54666667, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21212121 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278067, + "playerPoolEntry": { + "appliedStatTotal": 50.0, + "id": 4278067, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Nic", + "fullName": "Nic Claxton", + "id": 4278067, + "lastName": "Claxton", + "proTeamId": 17, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 15.0, + "17": 0.0, + "1": 4.0, + "2": 8.0, + "3": 10.0, + "6": 18.0, + "11": -4.0, + "13": 12.0, + "14": -12.0, + "15": 3.0 + }, + "appliedTotal": 50.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 1.0, + "2": 2.0, + "3": 5.0, + "4": 5.0, + "5": 13.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 1.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 3.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.5, + "20": 0.75, + "21": 0.0, + "22": 0.5, + "23": 6.0, + "24": 1.0, + "25": 0.0, + "26": 2.5, + "27": 0.5, + "28": 26.5, + "29": 7.5, + "30": 9.0, + "31": 1.0, + "32": 1.0, + "33": 0.0, + "34": 0.28301887, + "35": 2.5, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 53.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4433136, + "playerPoolEntry": { + "appliedStatTotal": 67.0, + "id": 4433136, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Walker", + "fullName": "Walker Kessler", + "id": 4433136, + "lastName": "Kessler", + "proTeamId": 26, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 17.0, + "17": 0.0, + "1": 28.0, + "2": 4.0, + "3": 2.0, + "6": 14.0, + "11": -2.0, + "13": 16.0, + "14": -10.0, + "15": 1.0 + }, + "appliedTotal": 67.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 7.0, + "2": 1.0, + "3": 1.0, + "4": 7.0, + "5": 7.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 10.0, + "15": 1.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.8, + "20": 0.33333333, + "21": 0.0, + "22": 0.8, + "23": 2.0, + "24": 2.0, + "25": 0.0, + "26": 1.0, + "27": 7.0, + "28": 30.0, + "29": 17.0, + "30": 14.0, + "31": 1.0, + "32": 1.0, + "33": 0.0, + "34": 0.56666667, + "35": 1.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4683024, + "playerPoolEntry": { + "appliedStatTotal": 23.0, + "id": 4683024, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Killian", + "fullName": "Killian Hayes", + "id": 4683024, + "lastName": "Hayes", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 8.0, + "17": 2.0, + "1": 0.0, + "2": 8.0, + "3": 14.0, + "6": 3.0, + "11": -2.0, + "13": 6.0, + "14": -16.0, + "15": 0.0 + }, + "appliedTotal": 23.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 8.0, + "1": 0.0, + "2": 2.0, + "3": 7.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 1.0, + "13": 3.0, + "14": 16.0, + "15": 0.0, + "16": 0.0, + "17": 2.0, + "18": 10.0, + "19": 0.1875, + "20": 0.0, + "21": 0.2, + "22": 0.25, + "23": 13.0, + "24": 0.0, + "25": 8.0, + "26": 7.0, + "27": 0.0, + "28": 29.0, + "29": 8.0, + "30": 3.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.27586207, + "35": 7.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3147657, + "playerPoolEntry": { + "appliedStatTotal": 97.0, + "id": 3147657, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Mikal", + "fullName": "Mikal Bridges", + "id": 3147657, + "lastName": "Bridges", + "proTeamId": 21, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 52.0, + "17": 4.0, + "1": 4.0, + "2": 12.0, + "3": 26.0, + "6": 8.0, + "11": -8.0, + "13": 36.0, + "14": -37.0, + "15": 12.0 + }, + "appliedTotal": 97.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 52.0, + "1": 1.0, + "2": 3.0, + "3": 13.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 37.0, + "15": 12.0, + "16": 12.0, + "17": 4.0, + "18": 11.0, + "19": 0.48648649, + "20": 1.0, + "21": 0.36363636, + "22": 0.54054054, + "23": 19.0, + "24": 0.0, + "25": 7.0, + "26": 6.5, + "27": 0.5, + "28": 34.5, + "29": 26.0, + "30": 4.0, + "31": 1.5, + "32": 2.0, + "33": 2.0, + "34": 0.75362319, + "35": 3.25, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 69.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.32432432 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431678, + "playerPoolEntry": { + "appliedStatTotal": 20.0, + "id": 4431678, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Maxey", + "id": 4431678, + "lastName": "Maxey", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 18.0, + "17": 1.0, + "1": 0.0, + "2": 4.0, + "3": 8.0, + "6": 2.0, + "11": -4.0, + "13": 12.0, + "14": -20.0, + "15": 5.0 + }, + "appliedTotal": 20.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 20.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 9.0, + "19": 0.3, + "20": 0.83333333, + "21": 0.11111111, + "22": 0.325, + "23": 14.0, + "24": 1.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 29.5, + "29": 9.0, + "30": 1.0, + "31": 0.5, + "32": 1.0, + "33": 0.5, + "34": 0.30508475, + "35": 2.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432573, + "playerPoolEntry": { + "appliedStatTotal": 73.0, + "id": 4432573, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Paolo", + "fullName": "Paolo Banchero", + "id": 4432573, + "lastName": "Banchero", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 42.0, + "17": 3.0, + "1": 8.0, + "2": 8.0, + "3": 12.0, + "6": 18.0, + "11": -6.0, + "13": 32.0, + "14": -40.0, + "15": 7.0 + }, + "appliedTotal": 73.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 2.0, + "2": 2.0, + "3": 6.0, + "4": 2.0, + "5": 16.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 7.0, + "16": 11.0, + "17": 3.0, + "18": 11.0, + "19": 0.4, + "20": 0.63636364, + "21": 0.27272727, + "22": 0.4375, + "23": 24.0, + "24": 4.0, + "25": 8.0, + "26": 3.0, + "27": 1.0, + "28": 36.5, + "29": 21.0, + "30": 9.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.57534247, + "35": 2.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.275 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934723, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 3934723, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Thomas", + "fullName": "Thomas Bryant", + "id": 3934723, + "lastName": "Bryant", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 38.0, + "17": 2.0, + "1": 8.0, + "2": 0.0, + "3": 0.0, + "6": 16.0, + "11": -2.0, + "13": 28.0, + "14": -15.0, + "15": 8.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 38.0, + "1": 2.0, + "2": 0.0, + "3": 0.0, + "4": 3.0, + "5": 13.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 14.0, + "14": 15.0, + "15": 8.0, + "16": 12.0, + "17": 2.0, + "18": 3.0, + "19": 0.93333333, + "20": 0.66666667, + "21": 0.66666667, + "22": 1.0, + "23": 1.0, + "24": 4.0, + "25": 1.0, + "26": 0.0, + "27": 0.66666667, + "28": 18.33333333, + "29": 12.66666667, + "30": 5.33333333, + "31": 0.0, + "32": 0.33333333, + "33": 0.66666667, + "34": 0.69090909, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 1.0, + "42": 3.0, + "43": 2.0, + "44": 0.8 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 901.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3945274, + "playerPoolEntry": { + "appliedStatTotal": 133.0, + "id": 3945274, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Luka", + "fullName": "Luka Doncic", + "id": 3945274, + "lastName": "Doncic", + "proTeamId": 6, + "stats": [ + { + "appliedStats": { + "16": -26.0, + "0": 84.0, + "17": 7.0, + "1": 0.0, + "2": 16.0, + "3": 18.0, + "6": 16.0, + "11": -16.0, + "13": 58.0, + "14": -43.0, + "15": 19.0 + }, + "appliedTotal": 133.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 0.0, + "2": 4.0, + "3": 9.0, + "4": 0.0, + "5": 16.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 29.0, + "14": 43.0, + "15": 19.0, + "16": 26.0, + "17": 7.0, + "18": 18.0, + "19": 0.6744186, + "20": 0.73076923, + "21": 0.38888889, + "22": 0.75581395, + "23": 14.0, + "24": 7.0, + "25": 11.0, + "26": 4.5, + "27": 0.0, + "28": 29.5, + "29": 42.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 3.5, + "34": 1.42372881, + "35": 1.125, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.60465116 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277961, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 4277961, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Jaren", + "fullName": "Jaren Jackson Jr.", + "id": 4277961, + "lastName": "Jackson Jr.", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 18.0, + "17": 0.0, + "1": 24.0, + "2": 0.0, + "3": 0.0, + "6": 7.0, + "11": 0.0, + "13": 18.0, + "14": -14.0, + "15": 0.0 + }, + "appliedTotal": 53.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 6.0, + "2": 0.0, + "3": 0.0, + "4": 0.0, + "5": 7.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 9.0, + "14": 14.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 3.0, + "19": 0.64285714, + "20": 0.0, + "21": 0.0, + "22": 0.64285714, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 0.0, + "27": 6.0, + "28": 34.0, + "29": 18.0, + "30": 7.0, + "31": 0.0, + "32": 0.0, + "33": 0.0, + "34": 0.52941176, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2580782, + "playerPoolEntry": { + "appliedStatTotal": 39.0, + "id": 2580782, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Spencer", + "fullName": "Spencer Dinwiddie", + "id": 2580782, + "lastName": "Dinwiddie", + "proTeamId": 6, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 33.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 12.0, + "6": 6.0, + "11": -6.0, + "13": 18.0, + "14": -35.0, + "15": 13.0 + }, + "appliedTotal": 39.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 5.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 35.0, + "15": 13.0, + "16": 16.0, + "17": 2.0, + "18": 12.0, + "19": 0.25714286, + "20": 0.8125, + "21": 0.16666667, + "22": 0.28571429, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 3.0, + "27": 1.0, + "28": 34.0, + "29": 16.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.48529412, + "35": 2.0, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.45714286 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066261, + "playerPoolEntry": { + "appliedStatTotal": 94.0, + "id": 4066261, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Bam", + "fullName": "Bam Adebayo", + "id": 4066261, + "lastName": "Adebayo", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -17.0, + "0": 50.0, + "17": 0.0, + "1": 4.0, + "2": 8.0, + "3": 8.0, + "6": 20.0, + "11": 0.0, + "13": 36.0, + "14": -29.0, + "15": 14.0 + }, + "appliedTotal": 94.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 5.0, + "5": 15.0, + "6": 20.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 14.0, + "16": 17.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.82352941, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 3.0, + "25": 0.0, + "26": 2.0, + "27": 0.5, + "28": 37.5, + "29": 25.0, + "30": 10.0, + "31": 1.0, + "32": 0.0, + "33": 0.0, + "34": 0.66666667, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.5862069 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6450, + "playerPoolEntry": { + "appliedStatTotal": 110.0, + "id": 6450, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Kawhi", + "fullName": "Kawhi Leonard", + "id": 6450, + "lastName": "Leonard", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 50.0, + "17": 4.0, + "1": 16.0, + "2": 24.0, + "3": 20.0, + "6": 15.0, + "11": -4.0, + "13": 36.0, + "14": -50.0, + "15": 10.0 + }, + "appliedTotal": 110.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 50.0, + "1": 4.0, + "2": 6.0, + "3": 10.0, + "4": 3.0, + "5": 12.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 18.0, + "14": 50.0, + "15": 10.0, + "16": 11.0, + "17": 4.0, + "18": 12.0, + "19": 0.36, + "20": 0.90909091, + "21": 0.33333333, + "22": 0.4, + "23": 32.0, + "24": 1.0, + "25": 8.0, + "26": 5.0, + "27": 2.0, + "28": 40.0, + "29": 25.0, + "30": 7.5, + "31": 3.0, + "32": 1.0, + "33": 2.0, + "34": 0.625, + "35": 5.0, + "36": 3.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.22 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277843, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 4277843, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Gary", + "fullName": "Gary Trent Jr.", + "id": 4277843, + "lastName": "Trent Jr.", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 41.0, + "17": 6.0, + "1": 0.0, + "2": 16.0, + "3": 8.0, + "6": 5.0, + "11": 0.0, + "13": 28.0, + "14": -33.0, + "15": 7.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 4.0, + "3": 4.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 14.0, + "14": 33.0, + "15": 7.0, + "16": 7.0, + "17": 6.0, + "18": 14.0, + "19": 0.42424242, + "20": 1.0, + "21": 0.42857143, + "22": 0.51515152, + "23": 19.0, + "24": 0.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 37.5, + "29": 20.5, + "30": 2.5, + "31": 2.0, + "32": 0.0, + "33": 3.0, + "34": 0.54666667, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21212121 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278067, + "playerPoolEntry": { + "appliedStatTotal": 50.0, + "id": 4278067, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Nic", + "fullName": "Nic Claxton", + "id": 4278067, + "lastName": "Claxton", + "proTeamId": 17, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 15.0, + "17": 0.0, + "1": 4.0, + "2": 8.0, + "3": 10.0, + "6": 18.0, + "11": -4.0, + "13": 12.0, + "14": -12.0, + "15": 3.0 + }, + "appliedTotal": 50.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 1.0, + "2": 2.0, + "3": 5.0, + "4": 5.0, + "5": 13.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 1.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 3.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.5, + "20": 0.75, + "21": 0.0, + "22": 0.5, + "23": 6.0, + "24": 1.0, + "25": 0.0, + "26": 2.5, + "27": 0.5, + "28": 26.5, + "29": 7.5, + "30": 9.0, + "31": 1.0, + "32": 1.0, + "33": 0.0, + "34": 0.28301887, + "35": 2.5, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 53.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4433136, + "playerPoolEntry": { + "appliedStatTotal": 67.0, + "id": 4433136, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Walker", + "fullName": "Walker Kessler", + "id": 4433136, + "lastName": "Kessler", + "proTeamId": 26, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 17.0, + "17": 0.0, + "1": 28.0, + "2": 4.0, + "3": 2.0, + "6": 14.0, + "11": -2.0, + "13": 16.0, + "14": -10.0, + "15": 1.0 + }, + "appliedTotal": 67.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 7.0, + "2": 1.0, + "3": 1.0, + "4": 7.0, + "5": 7.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 10.0, + "15": 1.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.8, + "20": 0.33333333, + "21": 0.0, + "22": 0.8, + "23": 2.0, + "24": 2.0, + "25": 0.0, + "26": 1.0, + "27": 7.0, + "28": 30.0, + "29": 17.0, + "30": 14.0, + "31": 1.0, + "32": 1.0, + "33": 0.0, + "34": 0.56666667, + "35": 1.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4683024, + "playerPoolEntry": { + "appliedStatTotal": 23.0, + "id": 4683024, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Killian", + "fullName": "Killian Hayes", + "id": 4683024, + "lastName": "Hayes", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 8.0, + "17": 2.0, + "1": 0.0, + "2": 8.0, + "3": 14.0, + "6": 3.0, + "11": -2.0, + "13": 6.0, + "14": -16.0, + "15": 0.0 + }, + "appliedTotal": 23.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 8.0, + "1": 0.0, + "2": 2.0, + "3": 7.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 1.0, + "13": 3.0, + "14": 16.0, + "15": 0.0, + "16": 0.0, + "17": 2.0, + "18": 10.0, + "19": 0.1875, + "20": 0.0, + "21": 0.2, + "22": 0.25, + "23": 13.0, + "24": 0.0, + "25": 8.0, + "26": 7.0, + "27": 0.0, + "28": 29.0, + "29": 8.0, + "30": 3.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.27586207, + "35": 7.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3147657, + "playerPoolEntry": { + "appliedStatTotal": 97.0, + "id": 3147657, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Mikal", + "fullName": "Mikal Bridges", + "id": 3147657, + "lastName": "Bridges", + "proTeamId": 21, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 52.0, + "17": 4.0, + "1": 4.0, + "2": 12.0, + "3": 26.0, + "6": 8.0, + "11": -8.0, + "13": 36.0, + "14": -37.0, + "15": 12.0 + }, + "appliedTotal": 97.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 52.0, + "1": 1.0, + "2": 3.0, + "3": 13.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 37.0, + "15": 12.0, + "16": 12.0, + "17": 4.0, + "18": 11.0, + "19": 0.48648649, + "20": 1.0, + "21": 0.36363636, + "22": 0.54054054, + "23": 19.0, + "24": 0.0, + "25": 7.0, + "26": 6.5, + "27": 0.5, + "28": 34.5, + "29": 26.0, + "30": 4.0, + "31": 1.5, + "32": 2.0, + "33": 2.0, + "34": 0.75362319, + "35": 3.25, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 69.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.32432432 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431678, + "playerPoolEntry": { + "appliedStatTotal": 20.0, + "id": 4431678, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Maxey", + "id": 4431678, + "lastName": "Maxey", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 18.0, + "17": 1.0, + "1": 0.0, + "2": 4.0, + "3": 8.0, + "6": 2.0, + "11": -4.0, + "13": 12.0, + "14": -20.0, + "15": 5.0 + }, + "appliedTotal": 20.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 6.0, + "14": 20.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 9.0, + "19": 0.3, + "20": 0.83333333, + "21": 0.11111111, + "22": 0.325, + "23": 14.0, + "24": 1.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 29.5, + "29": 9.0, + "30": 1.0, + "31": 0.5, + "32": 1.0, + "33": 0.5, + "34": 0.30508475, + "35": 2.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432573, + "playerPoolEntry": { + "appliedStatTotal": 73.0, + "id": 4432573, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Paolo", + "fullName": "Paolo Banchero", + "id": 4432573, + "lastName": "Banchero", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 42.0, + "17": 3.0, + "1": 8.0, + "2": 8.0, + "3": 12.0, + "6": 18.0, + "11": -6.0, + "13": 32.0, + "14": -40.0, + "15": 7.0 + }, + "appliedTotal": 73.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 2.0, + "2": 2.0, + "3": 6.0, + "4": 2.0, + "5": 16.0, + "6": 18.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 7.0, + "16": 11.0, + "17": 3.0, + "18": 11.0, + "19": 0.4, + "20": 0.63636364, + "21": 0.27272727, + "22": 0.4375, + "23": 24.0, + "24": 4.0, + "25": 8.0, + "26": 3.0, + "27": 1.0, + "28": 36.5, + "29": 21.0, + "30": 9.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.57534247, + "35": 2.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.275 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934723, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 3934723, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Thomas", + "fullName": "Thomas Bryant", + "id": 3934723, + "lastName": "Bryant", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 38.0, + "17": 2.0, + "1": 8.0, + "2": 0.0, + "3": 0.0, + "6": 16.0, + "11": -2.0, + "13": 28.0, + "14": -15.0, + "15": 8.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 38.0, + "1": 2.0, + "2": 0.0, + "3": 0.0, + "4": 3.0, + "5": 13.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 14.0, + "14": 15.0, + "15": 8.0, + "16": 12.0, + "17": 2.0, + "18": 3.0, + "19": 0.93333333, + "20": 0.66666667, + "21": 0.66666667, + "22": 1.0, + "23": 1.0, + "24": 4.0, + "25": 1.0, + "26": 0.0, + "27": 0.66666667, + "28": 18.33333333, + "29": 12.66666667, + "30": 5.33333333, + "31": 0.0, + "32": 0.33333333, + "33": 0.66666667, + "34": 0.69090909, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 1.0, + "42": 3.0, + "43": 2.0, + "44": 0.8 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 3, + "tiebreak": 0.0, + "totalPoints": 901.0, + "totalPointsLive": 901.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 467.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 112.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 15.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 48.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 12.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 114.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 158.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 48.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 165.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 324.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 89.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 344.0, + "107": 121.0, + "108": 285.0, + "109": 146.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 146.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4396993, + "playerPoolEntry": { + "appliedStatTotal": 54.0, + "id": 4396993, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Haliburton", + "id": 4396993, + "lastName": "Haliburton", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 26.0, + "17": 4.0, + "1": 0.0, + "2": 8.0, + "3": 24.0, + "6": 2.0, + "11": -8.0, + "13": 22.0, + "14": -24.0, + "15": 0.0 + }, + "appliedTotal": 54.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 4.0, + "18": 13.0, + "19": 0.4583300018310547, + "20": 0.0, + "21": 0.3076899909973145, + "22": 0.5416666666666666, + "23": 13.0, + "24": 0.0, + "25": 9.0, + "26": 12.0, + "27": 0.0, + "28": 36.0, + "29": 26.0, + "30": 2.0, + "31": 2.0, + "32": 4.0, + "33": 4.0, + "34": 0.7222222222222222, + "35": 3.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6606, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6606, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Damian", + "fullName": "Damian Lillard", + "id": 6606, + "lastName": "Lillard", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3907497, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3907497, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Dejounte", + "fullName": "Dejounte Murray", + "id": 3907497, + "lastName": "Murray", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 4395628, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4395628, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Zion", + "fullName": "Zion Williamson", + "id": 4395628, + "lastName": "Williamson", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4871144, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4871144, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Alperen", + "fullName": "Alperen Sengun", + "id": 4871144, + "lastName": "Sengun", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 3468, + "playerPoolEntry": { + "appliedStatTotal": 11.0, + "id": 3468, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Russell", + "fullName": "Russell Westbrook", + "id": 3468, + "lastName": "Westbrook", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 10.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 20.0, + "6": 3.0, + "11": -8.0, + "13": 4.0, + "14": -16.0, + "15": 6.0 + }, + "appliedTotal": 11.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 0.0, + "2": 0.0, + "3": 10.0, + "4": 1.0, + "5": 2.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 2.0, + "14": 16.0, + "15": 6.0, + "16": 8.0, + "17": 0.0, + "18": 5.0, + "19": 0.125, + "20": 0.75, + "21": 0.0, + "22": 0.125, + "23": 14.0, + "24": 2.0, + "25": 5.0, + "26": 10.0, + "27": 0.0, + "28": 32.0, + "29": 10.0, + "30": 3.0, + "31": 0.0, + "32": 4.0, + "33": 0.0, + "34": 0.3125, + "35": 2.5, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3134907, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3134907, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Kyle", + "fullName": "Kyle Kuzma", + "id": 3134907, + "lastName": "Kuzma", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6440, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6440, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Tobias", + "fullName": "Tobias Harris", + "id": 6440, + "lastName": "Harris", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3934719, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3934719, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "O.G.", + "fullName": "O.G. Anunoby", + "id": 3934719, + "lastName": "Anunoby", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3448, + "playerPoolEntry": { + "appliedStatTotal": 10.0, + "id": 3448, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Brook", + "fullName": "Brook Lopez", + "id": 3448, + "lastName": "Lopez", + "proTeamId": 15, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 6.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0, + "6": 5.0, + "11": -2.0, + "13": 6.0, + "14": -5.0, + "15": 0.0 + }, + "appliedTotal": 10.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 6.0, + "1": 0.0, + "2": 0.0, + "3": 0.0, + "4": 2.0, + "5": 3.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 3.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 2.0, + "19": 0.6, + "20": 0.0, + "21": 0.0, + "22": 0.6, + "23": 2.0, + "24": 0.0, + "25": 2.0, + "26": 0.0, + "27": 0.0, + "28": 23.0, + "29": 6.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.2608695652173913, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 23.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3593, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3593, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bojan", + "fullName": "Bojan Bogdanovic", + "id": 3593, + "lastName": "Bogdanovic", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 4278129, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4278129, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Deandre", + "fullName": "Deandre Ayton", + "id": 4278129, + "lastName": "Ayton", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2488653, + "playerPoolEntry": { + "appliedStatTotal": 44.0, + "id": 2488653, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mason", + "fullName": "Mason Plumlee", + "id": 2488653, + "lastName": "Plumlee", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 16.0, + "17": 0.0, + "1": 0.0, + "2": 4.0, + "3": 10.0, + "6": 11.0, + "11": -4.0, + "13": 14.0, + "14": -7.0, + "15": 2.0 + }, + "appliedTotal": 44.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 4.0, + "5": 7.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 7.0, + "14": 7.0, + "15": 2.0, + "16": 2.0, + "17": 0.0, + "18": 0.0, + "19": 1.0, + "20": 1.0, + "21": 0.0, + "22": 1.0, + "23": 0.0, + "24": 0.0, + "25": 0.0, + "26": 5.0, + "27": 0.0, + "28": 31.0, + "29": 16.0, + "30": 11.0, + "31": 1.0, + "32": 2.0, + "33": 0.0, + "34": 0.5161290322580645, + "35": 2.5, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2857142857142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4278104, + "playerPoolEntry": { + "appliedStatTotal": 27.0, + "id": 4278104, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Michael", + "fullName": "Michael Porter Jr.", + "id": 4278104, + "lastName": "Porter Jr.", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 17.0, + "17": 5.0, + "1": 0.0, + "2": 4.0, + "3": 2.0, + "6": 1.0, + "11": -2.0, + "13": 12.0, + "14": -12.0, + "15": 0.0 + }, + "appliedTotal": 27.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 0.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 0.0, + "16": 0.0, + "17": 5.0, + "18": 9.0, + "19": 0.5, + "20": 0.0, + "21": 0.5555599975585938, + "22": 0.7083333333333334, + "23": 6.0, + "24": 0.0, + "25": 4.0, + "26": 1.0, + "27": 0.0, + "28": 27.0, + "29": 17.0, + "30": 1.0, + "31": 1.0, + "32": 1.0, + "33": 5.0, + "34": 0.6296296296296297, + "35": 1.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 896.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4396993, + "playerPoolEntry": { + "appliedStatTotal": 54.0, + "id": 4396993, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Haliburton", + "id": 4396993, + "lastName": "Haliburton", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 26.0, + "17": 4.0, + "1": 0.0, + "2": 8.0, + "3": 24.0, + "6": 2.0, + "11": -8.0, + "13": 22.0, + "14": -24.0, + "15": 0.0 + }, + "appliedTotal": 54.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 4.0, + "18": 13.0, + "19": 0.45833333, + "20": 0.0, + "21": 0.30769231, + "22": 0.54166667, + "23": 13.0, + "24": 0.0, + "25": 9.0, + "26": 12.0, + "27": 0.0, + "28": 36.0, + "29": 26.0, + "30": 2.0, + "31": 2.0, + "32": 4.0, + "33": 4.0, + "34": 0.72222222, + "35": 3.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871144, + "playerPoolEntry": { + "appliedStatTotal": 32.0, + "id": 4871144, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Alperen", + "fullName": "Alperen Sengun", + "id": 4871144, + "lastName": "Sengun", + "proTeamId": 10, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 10.0, + "17": 0.0, + "1": 12.0, + "2": 0.0, + "3": 8.0, + "6": 12.0, + "11": -6.0, + "13": 8.0, + "14": -10.0, + "15": 2.0 + }, + "appliedTotal": 32.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 3.0, + "2": 0.0, + "3": 4.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 10.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 0.5, + "21": 0.0, + "22": 0.4, + "23": 6.0, + "24": 2.0, + "25": 0.0, + "26": 4.0, + "27": 3.0, + "28": 33.0, + "29": 10.0, + "30": 12.0, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.3030303, + "35": 1.33333333, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.4 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2488653, + "playerPoolEntry": { + "appliedStatTotal": 82.0, + "id": 2488653, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mason", + "fullName": "Mason Plumlee", + "id": 2488653, + "lastName": "Plumlee", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 30.0, + "17": 0.0, + "1": 4.0, + "2": 4.0, + "3": 20.0, + "6": 25.0, + "11": -8.0, + "13": 28.0, + "14": -19.0, + "15": 2.0 + }, + "appliedTotal": 82.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 1.0, + "2": 1.0, + "3": 10.0, + "4": 9.0, + "5": 16.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 19.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.73684211, + "20": 0.5, + "21": 0.0, + "22": 0.73684211, + "23": 5.0, + "24": 2.0, + "25": 0.0, + "26": 5.0, + "27": 0.5, + "28": 31.0, + "29": 15.0, + "30": 12.5, + "31": 0.5, + "32": 2.0, + "33": 0.0, + "34": 0.48387097, + "35": 2.5, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21052632 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6440, + "playerPoolEntry": { + "appliedStatTotal": 62.0, + "id": 6440, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Tobias", + "fullName": "Tobias Harris", + "id": 6440, + "lastName": "Harris", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 33.0, + "17": 3.0, + "1": 8.0, + "2": 0.0, + "3": 12.0, + "6": 11.0, + "11": -8.0, + "13": 28.0, + "14": -25.0, + "15": 2.0 + }, + "appliedTotal": 62.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 9.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 25.0, + "15": 2.0, + "16": 2.0, + "17": 3.0, + "18": 6.0, + "19": 0.56, + "20": 1.0, + "21": 0.5, + "22": 0.62, + "23": 11.0, + "24": 0.0, + "25": 3.0, + "26": 3.0, + "27": 1.0, + "28": 35.0, + "29": 16.5, + "30": 5.5, + "31": 0.0, + "32": 2.0, + "33": 1.5, + "34": 0.47142857, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.08 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3593, + "playerPoolEntry": { + "appliedStatTotal": 39.0, + "id": 3593, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bojan", + "fullName": "Bojan Bogdanovic", + "id": 3593, + "lastName": "Bogdanovic", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 29.0, + "17": 4.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 5.0, + "11": -8.0, + "13": 20.0, + "14": -15.0, + "15": 5.0 + }, + "appliedTotal": 39.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 29.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 10.0, + "14": 15.0, + "15": 5.0, + "16": 5.0, + "17": 4.0, + "18": 7.0, + "19": 0.66666667, + "20": 1.0, + "21": 0.57142857, + "22": 0.8, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 29.0, + "30": 5.0, + "31": 0.0, + "32": 4.0, + "33": 4.0, + "34": 0.80555556, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3468, + "playerPoolEntry": { + "appliedStatTotal": 95.0, + "id": 3468, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Russell", + "fullName": "Russell Westbrook", + "id": 3468, + "lastName": "Westbrook", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -20.0, + "0": 44.0, + "17": 4.0, + "1": 4.0, + "2": 16.0, + "3": 56.0, + "6": 17.0, + "11": -22.0, + "13": 28.0, + "14": -44.0, + "15": 12.0 + }, + "appliedTotal": 95.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 1.0, + "2": 4.0, + "3": 28.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 44.0, + "15": 12.0, + "16": 20.0, + "17": 4.0, + "18": 15.0, + "19": 0.31818182, + "20": 0.6, + "21": 0.26666667, + "22": 0.36363636, + "23": 30.0, + "24": 8.0, + "25": 11.0, + "26": 9.33333333, + "27": 0.33333333, + "28": 32.66666667, + "29": 14.66666667, + "30": 5.66666667, + "31": 1.33333333, + "32": 3.66666667, + "33": 1.33333333, + "34": 0.44897959, + "35": 2.54545455, + "36": 0.36363636, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 0.0, + "42": 3.0, + "43": 2.0, + "44": 0.45454545 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6606, + "playerPoolEntry": { + "appliedStatTotal": 134.0, + "id": 6606, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Damian", + "fullName": "Damian Lillard", + "id": 6606, + "lastName": "Lillard", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -33.0, + "0": 84.0, + "17": 10.0, + "1": 4.0, + "2": 0.0, + "3": 32.0, + "6": 10.0, + "11": -4.0, + "13": 42.0, + "14": -43.0, + "15": 32.0 + }, + "appliedTotal": 134.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 1.0, + "2": 0.0, + "3": 16.0, + "4": 2.0, + "5": 8.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 21.0, + "14": 43.0, + "15": 32.0, + "16": 33.0, + "17": 10.0, + "18": 25.0, + "19": 0.48837209, + "20": 0.96969697, + "21": 0.4, + "22": 0.60465116, + "23": 22.0, + "24": 1.0, + "25": 15.0, + "26": 8.0, + "27": 0.5, + "28": 39.0, + "29": 42.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 5.0, + "34": 1.07692308, + "35": 8.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.76744186 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278129, + "playerPoolEntry": { + "appliedStatTotal": 72.0, + "id": 4278129, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Deandre", + "fullName": "Deandre Ayton", + "id": 4278129, + "lastName": "Ayton", + "proTeamId": 21, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 42.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 22.0, + "11": -2.0, + "13": 36.0, + "14": -29.0, + "15": 6.0 + }, + "appliedTotal": 72.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 6.0, + "5": 16.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 6.0, + "16": 7.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.85714286, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 1.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 29.0, + "29": 21.0, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.72413793, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3907497, + "playerPoolEntry": { + "appliedStatTotal": 122.0, + "id": 3907497, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Dejounte", + "fullName": "Dejounte Murray", + "id": 3907497, + "lastName": "Murray", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 61.0, + "17": 9.0, + "1": 0.0, + "2": 8.0, + "3": 30.0, + "6": 14.0, + "11": -2.0, + "13": 42.0, + "14": -38.0, + "15": 10.0 + }, + "appliedTotal": 122.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 61.0, + "1": 0.0, + "2": 2.0, + "3": 15.0, + "4": 3.0, + "5": 11.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 1.0, + "11": 1.0, + "12": 0.0, + "13": 21.0, + "14": 38.0, + "15": 10.0, + "16": 12.0, + "17": 9.0, + "18": 15.0, + "19": 0.55263158, + "20": 0.83333333, + "21": 0.6, + "22": 0.67105263, + "23": 17.0, + "24": 2.0, + "25": 6.0, + "26": 7.5, + "27": 0.0, + "28": 34.0, + "29": 30.5, + "30": 7.0, + "31": 1.0, + "32": 0.5, + "33": 4.5, + "34": 0.89705882, + "35": 15.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.31578947 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3037789, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 3037789, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Bogdan", + "fullName": "Bogdan Bogdanovic", + "id": 3037789, + "lastName": "Bogdanovic", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 41.0, + "17": 8.0, + "1": 0.0, + "2": 4.0, + "3": 20.0, + "6": 6.0, + "11": -6.0, + "13": 26.0, + "14": -26.0, + "15": 7.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 1.0, + "3": 10.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 13.0, + "14": 26.0, + "15": 7.0, + "16": 9.0, + "17": 8.0, + "18": 17.0, + "19": 0.5, + "20": 0.77777778, + "21": 0.47058824, + "22": 0.65384615, + "23": 13.0, + "24": 2.0, + "25": 9.0, + "26": 5.0, + "27": 0.0, + "28": 28.5, + "29": 20.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 4.0, + "34": 0.71929825, + "35": 3.33333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.34615385 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134908, + "playerPoolEntry": { + "appliedStatTotal": 14.0, + "id": 3134908, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jakob", + "fullName": "Jakob Poeltl", + "id": 3134908, + "lastName": "Poeltl", + "proTeamId": 24, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 7.0, + "17": 0.0, + "1": 4.0, + "2": 0.0, + "3": 4.0, + "6": 5.0, + "11": -4.0, + "13": 4.0, + "14": -5.0, + "15": 3.0 + }, + "appliedTotal": 14.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 7.0, + "1": 1.0, + "2": 0.0, + "3": 2.0, + "4": 2.0, + "5": 3.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 3.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 0.75, + "21": 0.0, + "22": 0.4, + "23": 3.0, + "24": 1.0, + "25": 0.0, + "26": 2.0, + "27": 1.0, + "28": 22.0, + "29": 7.0, + "30": 5.0, + "31": 0.0, + "32": 2.0, + "33": 0.0, + "34": 0.31818182, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.8 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134907, + "playerPoolEntry": { + "appliedStatTotal": 17.0, + "id": 3134907, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Kyle", + "fullName": "Kyle Kuzma", + "id": 3134907, + "lastName": "Kuzma", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 16.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "6": 6.0, + "11": -10.0, + "13": 10.0, + "14": -11.0, + "15": 5.0 + }, + "appliedTotal": 17.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 3.0, + "19": 0.45454545, + "20": 0.83333333, + "21": 0.33333333, + "22": 0.5, + "23": 6.0, + "24": 1.0, + "25": 2.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 16.0, + "30": 6.0, + "31": 0.0, + "32": 5.0, + "33": 1.0, + "34": 0.5, + "35": 0.6, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.54545455 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3448, + "playerPoolEntry": { + "appliedStatTotal": 45.0, + "id": 3448, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Brook", + "fullName": "Brook Lopez", + "id": 3448, + "lastName": "Lopez", + "proTeamId": 15, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 14.0, + "17": 0.0, + "1": 20.0, + "2": 0.0, + "3": 4.0, + "6": 16.0, + "11": -6.0, + "13": 12.0, + "14": -15.0, + "15": 2.0 + }, + "appliedTotal": 45.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 5.0, + "2": 0.0, + "3": 2.0, + "4": 2.0, + "5": 14.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 3.0, + "12": 1.0, + "13": 6.0, + "14": 15.0, + "15": 2.0, + "16": 2.0, + "17": 0.0, + "18": 5.0, + "19": 0.4, + "20": 1.0, + "21": 0.0, + "22": 0.4, + "23": 9.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 2.5, + "28": 25.5, + "29": 7.0, + "30": 8.0, + "31": 0.0, + "32": 1.5, + "33": 0.0, + "34": 0.2745098, + "35": 0.66666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.13333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278104, + "playerPoolEntry": { + "appliedStatTotal": 27.0, + "id": 4278104, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Michael", + "fullName": "Michael Porter Jr.", + "id": 4278104, + "lastName": "Porter Jr.", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 17.0, + "17": 5.0, + "1": 0.0, + "2": 4.0, + "3": 2.0, + "6": 1.0, + "11": -2.0, + "13": 12.0, + "14": -12.0, + "15": 0.0 + }, + "appliedTotal": 27.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 0.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 0.0, + "16": 0.0, + "17": 5.0, + "18": 9.0, + "19": 0.5, + "20": 0.0, + "21": 0.55555556, + "22": 0.70833333, + "23": 6.0, + "24": 0.0, + "25": 4.0, + "26": 1.0, + "27": 0.0, + "28": 27.0, + "29": 17.0, + "30": 1.0, + "31": 1.0, + "32": 1.0, + "33": 5.0, + "34": 0.62962963, + "35": 1.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431679, + "playerPoolEntry": { + "appliedStatTotal": 30.0, + "id": 4431679, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Precious", + "fullName": "Precious Achiuwa", + "id": 4431679, + "lastName": "Achiuwa", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 13.0, + "17": 0.0, + "1": 4.0, + "2": 4.0, + "3": 2.0, + "6": 6.0, + "11": 0.0, + "13": 12.0, + "14": -8.0, + "15": 1.0 + }, + "appliedTotal": 30.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 13.0, + "1": 1.0, + "2": 1.0, + "3": 1.0, + "4": 5.0, + "5": 1.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 6.0, + "14": 8.0, + "15": 1.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.25, + "21": 0.0, + "22": 0.75, + "23": 2.0, + "24": 3.0, + "25": 0.0, + "26": 1.0, + "27": 1.0, + "28": 25.0, + "29": 13.0, + "30": 6.0, + "31": 1.0, + "32": 0.0, + "33": 0.0, + "34": 0.52, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.5 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 896.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4396993, + "playerPoolEntry": { + "appliedStatTotal": 54.0, + "id": 4396993, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Tyrese", + "fullName": "Tyrese Haliburton", + "id": 4396993, + "lastName": "Haliburton", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 26.0, + "17": 4.0, + "1": 0.0, + "2": 8.0, + "3": 24.0, + "6": 2.0, + "11": -8.0, + "13": 22.0, + "14": -24.0, + "15": 0.0 + }, + "appliedTotal": 54.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 24.0, + "15": 0.0, + "16": 0.0, + "17": 4.0, + "18": 13.0, + "19": 0.45833333, + "20": 0.0, + "21": 0.30769231, + "22": 0.54166667, + "23": 13.0, + "24": 0.0, + "25": 9.0, + "26": 12.0, + "27": 0.0, + "28": 36.0, + "29": 26.0, + "30": 2.0, + "31": 2.0, + "32": 4.0, + "33": 4.0, + "34": 0.72222222, + "35": 3.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871144, + "playerPoolEntry": { + "appliedStatTotal": 32.0, + "id": 4871144, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Alperen", + "fullName": "Alperen Sengun", + "id": 4871144, + "lastName": "Sengun", + "proTeamId": 10, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 10.0, + "17": 0.0, + "1": 12.0, + "2": 0.0, + "3": 8.0, + "6": 12.0, + "11": -6.0, + "13": 8.0, + "14": -10.0, + "15": 2.0 + }, + "appliedTotal": 32.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 3.0, + "2": 0.0, + "3": 4.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 10.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 0.5, + "21": 0.0, + "22": 0.4, + "23": 6.0, + "24": 2.0, + "25": 0.0, + "26": 4.0, + "27": 3.0, + "28": 33.0, + "29": 10.0, + "30": 12.0, + "31": 0.0, + "32": 3.0, + "33": 0.0, + "34": 0.3030303, + "35": 1.33333333, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.4 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2488653, + "playerPoolEntry": { + "appliedStatTotal": 82.0, + "id": 2488653, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mason", + "fullName": "Mason Plumlee", + "id": 2488653, + "lastName": "Plumlee", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 30.0, + "17": 0.0, + "1": 4.0, + "2": 4.0, + "3": 20.0, + "6": 25.0, + "11": -8.0, + "13": 28.0, + "14": -19.0, + "15": 2.0 + }, + "appliedTotal": 82.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 1.0, + "2": 1.0, + "3": 10.0, + "4": 9.0, + "5": 16.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 19.0, + "15": 2.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.73684211, + "20": 0.5, + "21": 0.0, + "22": 0.73684211, + "23": 5.0, + "24": 2.0, + "25": 0.0, + "26": 5.0, + "27": 0.5, + "28": 31.0, + "29": 15.0, + "30": 12.5, + "31": 0.5, + "32": 2.0, + "33": 0.0, + "34": 0.48387097, + "35": 2.5, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.21052632 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6440, + "playerPoolEntry": { + "appliedStatTotal": 62.0, + "id": 6440, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Tobias", + "fullName": "Tobias Harris", + "id": 6440, + "lastName": "Harris", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 33.0, + "17": 3.0, + "1": 8.0, + "2": 0.0, + "3": 12.0, + "6": 11.0, + "11": -8.0, + "13": 28.0, + "14": -25.0, + "15": 2.0 + }, + "appliedTotal": 62.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 2.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 9.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 25.0, + "15": 2.0, + "16": 2.0, + "17": 3.0, + "18": 6.0, + "19": 0.56, + "20": 1.0, + "21": 0.5, + "22": 0.62, + "23": 11.0, + "24": 0.0, + "25": 3.0, + "26": 3.0, + "27": 1.0, + "28": 35.0, + "29": 16.5, + "30": 5.5, + "31": 0.0, + "32": 2.0, + "33": 1.5, + "34": 0.47142857, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.08 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3593, + "playerPoolEntry": { + "appliedStatTotal": 39.0, + "id": 3593, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bojan", + "fullName": "Bojan Bogdanovic", + "id": 3593, + "lastName": "Bogdanovic", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 29.0, + "17": 4.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 5.0, + "11": -8.0, + "13": 20.0, + "14": -15.0, + "15": 5.0 + }, + "appliedTotal": 39.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 29.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 10.0, + "14": 15.0, + "15": 5.0, + "16": 5.0, + "17": 4.0, + "18": 7.0, + "19": 0.66666667, + "20": 1.0, + "21": 0.57142857, + "22": 0.8, + "23": 5.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 29.0, + "30": 5.0, + "31": 0.0, + "32": 4.0, + "33": 4.0, + "34": 0.80555556, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3468, + "playerPoolEntry": { + "appliedStatTotal": 95.0, + "id": 3468, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Russell", + "fullName": "Russell Westbrook", + "id": 3468, + "lastName": "Westbrook", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -20.0, + "0": 44.0, + "17": 4.0, + "1": 4.0, + "2": 16.0, + "3": 56.0, + "6": 17.0, + "11": -22.0, + "13": 28.0, + "14": -44.0, + "15": 12.0 + }, + "appliedTotal": 95.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 1.0, + "2": 4.0, + "3": 28.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 44.0, + "15": 12.0, + "16": 20.0, + "17": 4.0, + "18": 15.0, + "19": 0.31818182, + "20": 0.6, + "21": 0.26666667, + "22": 0.36363636, + "23": 30.0, + "24": 8.0, + "25": 11.0, + "26": 9.33333333, + "27": 0.33333333, + "28": 32.66666667, + "29": 14.66666667, + "30": 5.66666667, + "31": 1.33333333, + "32": 3.66666667, + "33": 1.33333333, + "34": 0.44897959, + "35": 2.54545455, + "36": 0.36363636, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 0.0, + "42": 3.0, + "43": 2.0, + "44": 0.45454545 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6606, + "playerPoolEntry": { + "appliedStatTotal": 134.0, + "id": 6606, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Damian", + "fullName": "Damian Lillard", + "id": 6606, + "lastName": "Lillard", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -33.0, + "0": 84.0, + "17": 10.0, + "1": 4.0, + "2": 0.0, + "3": 32.0, + "6": 10.0, + "11": -4.0, + "13": 42.0, + "14": -43.0, + "15": 32.0 + }, + "appliedTotal": 134.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 84.0, + "1": 1.0, + "2": 0.0, + "3": 16.0, + "4": 2.0, + "5": 8.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 21.0, + "14": 43.0, + "15": 32.0, + "16": 33.0, + "17": 10.0, + "18": 25.0, + "19": 0.48837209, + "20": 0.96969697, + "21": 0.4, + "22": 0.60465116, + "23": 22.0, + "24": 1.0, + "25": 15.0, + "26": 8.0, + "27": 0.5, + "28": 39.0, + "29": 42.0, + "30": 5.0, + "31": 0.0, + "32": 1.0, + "33": 5.0, + "34": 1.07692308, + "35": 8.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.76744186 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278129, + "playerPoolEntry": { + "appliedStatTotal": 72.0, + "id": 4278129, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Deandre", + "fullName": "Deandre Ayton", + "id": 4278129, + "lastName": "Ayton", + "proTeamId": 21, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 42.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 22.0, + "11": -2.0, + "13": 36.0, + "14": -29.0, + "15": 6.0 + }, + "appliedTotal": 72.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 6.0, + "5": 16.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 18.0, + "14": 29.0, + "15": 6.0, + "16": 7.0, + "17": 0.0, + "18": 0.0, + "19": 0.62068966, + "20": 0.85714286, + "21": 0.0, + "22": 0.62068966, + "23": 11.0, + "24": 1.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 29.0, + "29": 21.0, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.72413793, + "35": 2.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3907497, + "playerPoolEntry": { + "appliedStatTotal": 122.0, + "id": 3907497, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Dejounte", + "fullName": "Dejounte Murray", + "id": 3907497, + "lastName": "Murray", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 61.0, + "17": 9.0, + "1": 0.0, + "2": 8.0, + "3": 30.0, + "6": 14.0, + "11": -2.0, + "13": 42.0, + "14": -38.0, + "15": 10.0 + }, + "appliedTotal": 122.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 61.0, + "1": 0.0, + "2": 2.0, + "3": 15.0, + "4": 3.0, + "5": 11.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 1.0, + "11": 1.0, + "12": 0.0, + "13": 21.0, + "14": 38.0, + "15": 10.0, + "16": 12.0, + "17": 9.0, + "18": 15.0, + "19": 0.55263158, + "20": 0.83333333, + "21": 0.6, + "22": 0.67105263, + "23": 17.0, + "24": 2.0, + "25": 6.0, + "26": 7.5, + "27": 0.0, + "28": 34.0, + "29": 30.5, + "30": 7.0, + "31": 1.0, + "32": 0.5, + "33": 4.5, + "34": 0.89705882, + "35": 15.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.31578947 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3037789, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 3037789, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Bogdan", + "fullName": "Bogdan Bogdanovic", + "id": 3037789, + "lastName": "Bogdanovic", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 41.0, + "17": 8.0, + "1": 0.0, + "2": 4.0, + "3": 20.0, + "6": 6.0, + "11": -6.0, + "13": 26.0, + "14": -26.0, + "15": 7.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 0.0, + "2": 1.0, + "3": 10.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 13.0, + "14": 26.0, + "15": 7.0, + "16": 9.0, + "17": 8.0, + "18": 17.0, + "19": 0.5, + "20": 0.77777778, + "21": 0.47058824, + "22": 0.65384615, + "23": 13.0, + "24": 2.0, + "25": 9.0, + "26": 5.0, + "27": 0.0, + "28": 28.5, + "29": 20.5, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 4.0, + "34": 0.71929825, + "35": 3.33333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.34615385 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134908, + "playerPoolEntry": { + "appliedStatTotal": 14.0, + "id": 3134908, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jakob", + "fullName": "Jakob Poeltl", + "id": 3134908, + "lastName": "Poeltl", + "proTeamId": 24, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 7.0, + "17": 0.0, + "1": 4.0, + "2": 0.0, + "3": 4.0, + "6": 5.0, + "11": -4.0, + "13": 4.0, + "14": -5.0, + "15": 3.0 + }, + "appliedTotal": 14.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 7.0, + "1": 1.0, + "2": 0.0, + "3": 2.0, + "4": 2.0, + "5": 3.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 3.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 0.75, + "21": 0.0, + "22": 0.4, + "23": 3.0, + "24": 1.0, + "25": 0.0, + "26": 2.0, + "27": 1.0, + "28": 22.0, + "29": 7.0, + "30": 5.0, + "31": 0.0, + "32": 2.0, + "33": 0.0, + "34": 0.31818182, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.8 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3134907, + "playerPoolEntry": { + "appliedStatTotal": 17.0, + "id": 3134907, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Kyle", + "fullName": "Kyle Kuzma", + "id": 3134907, + "lastName": "Kuzma", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 16.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "6": 6.0, + "11": -10.0, + "13": 10.0, + "14": -11.0, + "15": 5.0 + }, + "appliedTotal": 17.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 3.0, + "19": 0.45454545, + "20": 0.83333333, + "21": 0.33333333, + "22": 0.5, + "23": 6.0, + "24": 1.0, + "25": 2.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 16.0, + "30": 6.0, + "31": 0.0, + "32": 5.0, + "33": 1.0, + "34": 0.5, + "35": 0.6, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.54545455 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3448, + "playerPoolEntry": { + "appliedStatTotal": 45.0, + "id": 3448, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Brook", + "fullName": "Brook Lopez", + "id": 3448, + "lastName": "Lopez", + "proTeamId": 15, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 14.0, + "17": 0.0, + "1": 20.0, + "2": 0.0, + "3": 4.0, + "6": 16.0, + "11": -6.0, + "13": 12.0, + "14": -15.0, + "15": 2.0 + }, + "appliedTotal": 45.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 5.0, + "2": 0.0, + "3": 2.0, + "4": 2.0, + "5": 14.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 3.0, + "12": 1.0, + "13": 6.0, + "14": 15.0, + "15": 2.0, + "16": 2.0, + "17": 0.0, + "18": 5.0, + "19": 0.4, + "20": 1.0, + "21": 0.0, + "22": 0.4, + "23": 9.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 2.5, + "28": 25.5, + "29": 7.0, + "30": 8.0, + "31": 0.0, + "32": 1.5, + "33": 0.0, + "34": 0.2745098, + "35": 0.66666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.13333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278104, + "playerPoolEntry": { + "appliedStatTotal": 27.0, + "id": 4278104, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Michael", + "fullName": "Michael Porter Jr.", + "id": 4278104, + "lastName": "Porter Jr.", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 17.0, + "17": 5.0, + "1": 0.0, + "2": 4.0, + "3": 2.0, + "6": 1.0, + "11": -2.0, + "13": 12.0, + "14": -12.0, + "15": 0.0 + }, + "appliedTotal": 27.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 0.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 0.0, + "16": 0.0, + "17": 5.0, + "18": 9.0, + "19": 0.5, + "20": 0.0, + "21": 0.55555556, + "22": 0.70833333, + "23": 6.0, + "24": 0.0, + "25": 4.0, + "26": 1.0, + "27": 0.0, + "28": 27.0, + "29": 17.0, + "30": 1.0, + "31": 1.0, + "32": 1.0, + "33": 5.0, + "34": 0.62962963, + "35": 1.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431679, + "playerPoolEntry": { + "appliedStatTotal": 30.0, + "id": 4431679, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Precious", + "fullName": "Precious Achiuwa", + "id": 4431679, + "lastName": "Achiuwa", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 13.0, + "17": 0.0, + "1": 4.0, + "2": 4.0, + "3": 2.0, + "6": 6.0, + "11": 0.0, + "13": 12.0, + "14": -8.0, + "15": 1.0 + }, + "appliedTotal": 30.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 13.0, + "1": 1.0, + "2": 1.0, + "3": 1.0, + "4": 5.0, + "5": 1.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 6.0, + "14": 8.0, + "15": 1.0, + "16": 4.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.25, + "21": 0.0, + "22": 0.75, + "23": 2.0, + "24": 3.0, + "25": 0.0, + "26": 1.0, + "27": 1.0, + "28": 25.0, + "29": 13.0, + "30": 6.0, + "31": 1.0, + "32": 0.0, + "33": 0.0, + "34": 0.52, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.5 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 4, + "tiebreak": 0.0, + "totalPoints": 896.0, + "totalPointsLive": 896.0 + }, + "id": 76, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 346.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 76.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 14.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 42.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 20.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 79.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 123.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 55.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 123.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 278.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 58.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 227.0, + "107": 112.0, + "108": 172.0, + "109": 134.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 134.0, + "entries": [ + { + "lineupSlotId": 4, + "playerId": 3059318, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3059318, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Joel", + "fullName": "Joel Embiid", + "id": 3059318, + "lastName": "Embiid", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3975, + "playerPoolEntry": { + "appliedStatTotal": 39.0, + "id": 3975, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Stephen", + "fullName": "Stephen Curry", + "id": 3975, + "lastName": "Curry", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 28.0, + "17": 5.0, + "1": 0.0, + "2": 0.0, + "3": 10.0, + "6": 5.0, + "11": -12.0, + "13": 20.0, + "14": -17.0, + "15": 3.0 + }, + "appliedTotal": 39.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 0.0, + "2": 0.0, + "3": 5.0, + "4": 2.0, + "5": 3.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 10.0, + "14": 17.0, + "15": 3.0, + "16": 3.0, + "17": 5.0, + "18": 10.0, + "19": 0.5882400131225586, + "20": 1.0, + "21": 0.5, + "22": 0.7352941176470589, + "23": 7.0, + "24": 0.0, + "25": 5.0, + "26": 5.0, + "27": 0.0, + "28": 33.0, + "29": 28.0, + "30": 5.0, + "31": 0.0, + "32": 6.0, + "33": 5.0, + "34": 0.8484848484848485, + "35": 0.8333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.17647058823529413 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3908809, + "playerPoolEntry": { + "appliedStatTotal": 19.0, + "id": 3908809, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Donovan", + "fullName": "Donovan Mitchell", + "id": 3908809, + "lastName": "Mitchell", + "proTeamId": 5, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 6.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 6.0, + "6": 4.0, + "11": 0.0, + "13": 4.0, + "14": -11.0, + "15": 0.0 + }, + "appliedTotal": 19.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 6.0, + "1": 1.0, + "2": 1.0, + "3": 3.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 1.0, + "8": 0.0, + "9": 1.0, + "10": 1.0, + "11": 0.0, + "12": 0.0, + "13": 2.0, + "14": 11.0, + "15": 0.0, + "16": 0.0, + "17": 2.0, + "18": 4.0, + "19": 0.18181999206542968, + "20": 0.0, + "21": 0.5, + "22": 0.2727272727272727, + "23": 9.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 1.0, + "28": 22.0, + "29": 6.0, + "30": 4.0, + "31": 1.0, + "32": 0.0, + "33": 2.0, + "34": 0.2727272727272727, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4433134, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4433134, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Scottie", + "fullName": "Scottie Barnes", + "id": 4433134, + "lastName": "Barnes", + "proTeamId": 28, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3064440, + "playerPoolEntry": { + "appliedStatTotal": 27.0, + "id": 3064440, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Zach", + "fullName": "Zach LaVine", + "id": 3064440, + "lastName": "LaVine", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 10.0, + "17": 1.0, + "1": 4.0, + "2": 12.0, + "3": 8.0, + "6": 1.0, + "11": -6.0, + "13": 6.0, + "14": -8.0, + "15": 3.0 + }, + "appliedTotal": 27.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 1.0, + "2": 3.0, + "3": 4.0, + "4": 0.0, + "5": 1.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 3.0, + "14": 8.0, + "15": 3.0, + "16": 4.0, + "17": 1.0, + "18": 4.0, + "19": 0.375, + "20": 0.75, + "21": 0.25, + "22": 0.4375, + "23": 5.0, + "24": 1.0, + "25": 3.0, + "26": 4.0, + "27": 1.0, + "28": 36.0, + "29": 10.0, + "30": 1.0, + "31": 3.0, + "32": 3.0, + "33": 1.0, + "34": 0.2777777777777778, + "35": 1.3333334, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4437244, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4437244, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jalen", + "fullName": "Jalen Green", + "id": 4437244, + "lastName": "Green", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4395725, + "playerPoolEntry": { + "appliedStatTotal": 49.0, + "id": 4395725, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyler", + "fullName": "Tyler Herro", + "id": 4395725, + "lastName": "Herro", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 25.0, + "17": 4.0, + "1": 4.0, + "2": 4.0, + "3": 16.0, + "6": 5.0, + "11": -6.0, + "13": 20.0, + "14": -22.0, + "15": 1.0 + }, + "appliedTotal": 49.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 14, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 1.0, + "2": 1.0, + "3": 8.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 22.0, + "15": 1.0, + "16": 2.0, + "17": 4.0, + "18": 10.0, + "19": 0.45455001831054687, + "20": 0.5, + "21": 0.4, + "22": 0.5454545454545454, + "23": 12.0, + "24": 1.0, + "25": 6.0, + "26": 8.0, + "27": 1.0, + "28": 40.0, + "29": 25.0, + "30": 5.0, + "31": 1.0, + "32": 3.0, + "33": 4.0, + "34": 0.625, + "35": 2.6666667, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.09090909090909091 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4566434, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4566434, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Franz", + "fullName": "Franz Wagner", + "id": 4566434, + "lastName": "Wagner", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3908845, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3908845, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "John", + "fullName": "John Collins", + "id": 3908845, + "lastName": "Collins", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4433218, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4433218, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden Ivey", + "id": 4433218, + "lastName": "Ivey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4432639, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4432639, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jabari", + "fullName": "Jabari Smith Jr.", + "id": 4432639, + "lastName": "Smith Jr.", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3033, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3033, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "P.J.", + "fullName": "P.J. Tucker", + "id": 3033, + "lastName": "Tucker", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4431680, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4431680, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Onyeka", + "fullName": "Onyeka Okongwu", + "id": 4431680, + "lastName": "Okongwu", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 645.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3908809, + "playerPoolEntry": { + "appliedStatTotal": 65.0, + "id": 3908809, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Donovan", + "fullName": "Donovan Mitchell", + "id": 3908809, + "lastName": "Mitchell", + "proTeamId": 5, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 22.0, + "17": 5.0, + "1": 4.0, + "2": 20.0, + "3": 24.0, + "6": 7.0, + "11": -4.0, + "13": 16.0, + "14": -28.0, + "15": 1.0 + }, + "appliedTotal": 65.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 1.0, + "2": 5.0, + "3": 12.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 1.0, + "8": 0.0, + "9": 4.0, + "10": 2.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 28.0, + "15": 1.0, + "16": 2.0, + "17": 5.0, + "18": 17.0, + "19": 0.28571429, + "20": 0.5, + "21": 0.29411765, + "22": 0.375, + "23": 20.0, + "24": 1.0, + "25": 12.0, + "26": 6.0, + "27": 0.5, + "28": 29.5, + "29": 11.0, + "30": 3.5, + "31": 2.5, + "32": 1.0, + "33": 2.5, + "34": 0.37288136, + "35": 6.0, + "36": 2.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064440, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 3064440, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Zach", + "fullName": "Zach LaVine", + "id": 3064440, + "lastName": "LaVine", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 28.0, + "17": 4.0, + "1": 8.0, + "2": 16.0, + "3": 24.0, + "6": 15.0, + "11": -18.0, + "13": 18.0, + "14": -22.0, + "15": 6.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 2.0, + "2": 4.0, + "3": 12.0, + "4": 0.0, + "5": 15.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 9.0, + "12": 0.0, + "13": 9.0, + "14": 22.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 9.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.44444444, + "22": 0.5, + "23": 13.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 37.5, + "29": 14.0, + "30": 7.5, + "31": 2.0, + "32": 4.5, + "33": 2.0, + "34": 0.37333333, + "35": 1.33333333, + "36": 0.44444444, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.40909091 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3908845, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 3908845, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "John", + "fullName": "John Collins", + "id": 3908845, + "lastName": "Collins", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 25.0, + "17": 1.0, + "1": 12.0, + "2": 0.0, + "3": 6.0, + "6": 8.0, + "11": -2.0, + "13": 22.0, + "14": -20.0, + "15": 2.0 + }, + "appliedTotal": 48.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 3.0, + "2": 0.0, + "3": 3.0, + "4": 2.0, + "5": 6.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 11.0, + "14": 20.0, + "15": 2.0, + "16": 6.0, + "17": 1.0, + "18": 6.0, + "19": 0.55, + "20": 0.33333333, + "21": 0.16666667, + "22": 0.575, + "23": 9.0, + "24": 4.0, + "25": 5.0, + "26": 1.5, + "27": 1.5, + "28": 31.0, + "29": 12.5, + "30": 4.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.40322581, + "35": 3.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4566434, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 4566434, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Franz", + "fullName": "Franz Wagner", + "id": 4566434, + "lastName": "Wagner", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 32.0, + "17": 3.0, + "1": 0.0, + "2": 16.0, + "3": 10.0, + "6": 10.0, + "11": -14.0, + "13": 26.0, + "14": -31.0, + "15": 3.0 + }, + "appliedTotal": 48.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 4.0, + "3": 5.0, + "4": 8.0, + "5": 2.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 13.0, + "14": 31.0, + "15": 3.0, + "16": 7.0, + "17": 3.0, + "18": 11.0, + "19": 0.41935484, + "20": 0.42857143, + "21": 0.27272727, + "22": 0.46774194, + "23": 18.0, + "24": 4.0, + "25": 8.0, + "26": 2.5, + "27": 0.0, + "28": 37.0, + "29": 16.0, + "30": 5.0, + "31": 2.0, + "32": 3.5, + "33": 1.5, + "34": 0.43243243, + "35": 0.71428571, + "36": 0.57142857, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 74.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.22580645 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3975, + "playerPoolEntry": { + "appliedStatTotal": 161.0, + "id": 3975, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Stephen", + "fullName": "Stephen Curry", + "id": 3975, + "lastName": "Curry", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -18.0, + "0": 95.0, + "17": 18.0, + "1": 8.0, + "2": 4.0, + "3": 40.0, + "6": 23.0, + "11": -28.0, + "13": 60.0, + "14": -58.0, + "15": 17.0 + }, + "appliedTotal": 161.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 95.0, + "1": 2.0, + "2": 1.0, + "3": 20.0, + "4": 3.0, + "5": 20.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 0.0, + "11": 14.0, + "12": 0.0, + "13": 30.0, + "14": 58.0, + "15": 17.0, + "16": 18.0, + "17": 18.0, + "18": 36.0, + "19": 0.51724138, + "20": 0.94444444, + "21": 0.5, + "22": 0.67241379, + "23": 28.0, + "24": 1.0, + "25": 18.0, + "26": 6.66666667, + "27": 0.66666667, + "28": 37.33333333, + "29": 31.66666667, + "30": 7.66666667, + "31": 0.33333333, + "32": 4.66666667, + "33": 6.0, + "34": 0.84821429, + "35": 1.42857143, + "36": 0.07142857, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 112.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.31034483 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059318, + "playerPoolEntry": { + "appliedStatTotal": 100.0, + "id": 3059318, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Joel", + "fullName": "Joel Embiid", + "id": 3059318, + "lastName": "Embiid", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -21.0, + "0": 58.0, + "17": 1.0, + "1": 12.0, + "2": 8.0, + "3": 16.0, + "6": 22.0, + "11": -16.0, + "13": 40.0, + "14": -37.0, + "15": 17.0 + }, + "appliedTotal": 100.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 3.0, + "2": 2.0, + "3": 8.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 20.0, + "14": 37.0, + "15": 17.0, + "16": 21.0, + "17": 1.0, + "18": 4.0, + "19": 0.54054054, + "20": 0.80952381, + "21": 0.25, + "22": 0.55405405, + "23": 17.0, + "24": 4.0, + "25": 3.0, + "26": 4.0, + "27": 1.5, + "28": 34.0, + "29": 29.0, + "30": 11.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.85294118, + "35": 1.0, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.56756757 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432639, + "playerPoolEntry": { + "appliedStatTotal": 13.0, + "id": 4432639, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jabari", + "fullName": "Jabari Smith Jr.", + "id": 4432639, + "lastName": "Smith Jr.", + "proTeamId": 10, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 9.0, + "17": 1.0, + "1": 4.0, + "2": 0.0, + "3": 0.0, + "6": 7.0, + "11": -6.0, + "13": 6.0, + "14": -8.0, + "15": 2.0 + }, + "appliedTotal": 13.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 1.0, + "2": 0.0, + "3": 0.0, + "4": 2.0, + "5": 5.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 3.0, + "14": 8.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 3.0, + "19": 0.375, + "20": 1.0, + "21": 0.33333333, + "22": 0.4375, + "23": 5.0, + "24": 0.0, + "25": 2.0, + "26": 0.0, + "27": 1.0, + "28": 27.0, + "29": 9.0, + "30": 7.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.33333333, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.25 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4433134, + "playerPoolEntry": { + "appliedStatTotal": 68.0, + "id": 4433134, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Scottie", + "fullName": "Scottie Barnes", + "id": 4433134, + "lastName": "Barnes", + "proTeamId": 28, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 34.0, + "17": 2.0, + "1": 4.0, + "2": 12.0, + "3": 16.0, + "6": 21.0, + "11": -10.0, + "13": 26.0, + "14": -37.0, + "15": 6.0 + }, + "appliedTotal": 68.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 34.0, + "1": 1.0, + "2": 3.0, + "3": 8.0, + "4": 13.0, + "5": 8.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 13.0, + "14": 37.0, + "15": 6.0, + "16": 6.0, + "17": 2.0, + "18": 10.0, + "19": 0.35135135, + "20": 1.0, + "21": 0.2, + "22": 0.37837838, + "23": 24.0, + "24": 0.0, + "25": 8.0, + "26": 4.0, + "27": 0.5, + "28": 38.5, + "29": 17.0, + "30": 10.5, + "31": 1.5, + "32": 2.5, + "33": 1.0, + "34": 0.44155844, + "35": 1.6, + "36": 0.6, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.16216216 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395725, + "playerPoolEntry": { + "appliedStatTotal": 72.0, + "id": 4395725, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyler", + "fullName": "Tyler Herro", + "id": 4395725, + "lastName": "Herro", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 43.0, + "17": 7.0, + "1": 4.0, + "2": 4.0, + "3": 22.0, + "6": 10.0, + "11": -12.0, + "13": 32.0, + "14": -37.0, + "15": 4.0 + }, + "appliedTotal": 72.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 1.0, + "2": 1.0, + "3": 11.0, + "4": 0.0, + "5": 10.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 37.0, + "15": 4.0, + "16": 5.0, + "17": 7.0, + "18": 16.0, + "19": 0.43243243, + "20": 0.8, + "21": 0.4375, + "22": 0.52702703, + "23": 21.0, + "24": 1.0, + "25": 9.0, + "26": 5.5, + "27": 0.5, + "28": 39.0, + "29": 21.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 3.5, + "34": 0.55128205, + "35": 1.83333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.13513514 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 645.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3908809, + "playerPoolEntry": { + "appliedStatTotal": 65.0, + "id": 3908809, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Donovan", + "fullName": "Donovan Mitchell", + "id": 3908809, + "lastName": "Mitchell", + "proTeamId": 5, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 22.0, + "17": 5.0, + "1": 4.0, + "2": 20.0, + "3": 24.0, + "6": 7.0, + "11": -4.0, + "13": 16.0, + "14": -28.0, + "15": 1.0 + }, + "appliedTotal": 65.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 1.0, + "2": 5.0, + "3": 12.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 1.0, + "8": 0.0, + "9": 4.0, + "10": 2.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 28.0, + "15": 1.0, + "16": 2.0, + "17": 5.0, + "18": 17.0, + "19": 0.28571429, + "20": 0.5, + "21": 0.29411765, + "22": 0.375, + "23": 20.0, + "24": 1.0, + "25": 12.0, + "26": 6.0, + "27": 0.5, + "28": 29.5, + "29": 11.0, + "30": 3.5, + "31": 2.5, + "32": 1.0, + "33": 2.5, + "34": 0.37288136, + "35": 6.0, + "36": 2.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 59.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064440, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 3064440, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Zach", + "fullName": "Zach LaVine", + "id": 3064440, + "lastName": "LaVine", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 28.0, + "17": 4.0, + "1": 8.0, + "2": 16.0, + "3": 24.0, + "6": 15.0, + "11": -18.0, + "13": 18.0, + "14": -22.0, + "15": 6.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 2.0, + "2": 4.0, + "3": 12.0, + "4": 0.0, + "5": 15.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 9.0, + "12": 0.0, + "13": 9.0, + "14": 22.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 9.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.44444444, + "22": 0.5, + "23": 13.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 37.5, + "29": 14.0, + "30": 7.5, + "31": 2.0, + "32": 4.5, + "33": 2.0, + "34": 0.37333333, + "35": 1.33333333, + "36": 0.44444444, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.40909091 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3908845, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 3908845, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "John", + "fullName": "John Collins", + "id": 3908845, + "lastName": "Collins", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 25.0, + "17": 1.0, + "1": 12.0, + "2": 0.0, + "3": 6.0, + "6": 8.0, + "11": -2.0, + "13": 22.0, + "14": -20.0, + "15": 2.0 + }, + "appliedTotal": 48.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 3.0, + "2": 0.0, + "3": 3.0, + "4": 2.0, + "5": 6.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 11.0, + "14": 20.0, + "15": 2.0, + "16": 6.0, + "17": 1.0, + "18": 6.0, + "19": 0.55, + "20": 0.33333333, + "21": 0.16666667, + "22": 0.575, + "23": 9.0, + "24": 4.0, + "25": 5.0, + "26": 1.5, + "27": 1.5, + "28": 31.0, + "29": 12.5, + "30": 4.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.40322581, + "35": 3.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.3 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4566434, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 4566434, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Franz", + "fullName": "Franz Wagner", + "id": 4566434, + "lastName": "Wagner", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 32.0, + "17": 3.0, + "1": 0.0, + "2": 16.0, + "3": 10.0, + "6": 10.0, + "11": -14.0, + "13": 26.0, + "14": -31.0, + "15": 3.0 + }, + "appliedTotal": 48.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 4.0, + "3": 5.0, + "4": 8.0, + "5": 2.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 13.0, + "14": 31.0, + "15": 3.0, + "16": 7.0, + "17": 3.0, + "18": 11.0, + "19": 0.41935484, + "20": 0.42857143, + "21": 0.27272727, + "22": 0.46774194, + "23": 18.0, + "24": 4.0, + "25": 8.0, + "26": 2.5, + "27": 0.0, + "28": 37.0, + "29": 16.0, + "30": 5.0, + "31": 2.0, + "32": 3.5, + "33": 1.5, + "34": 0.43243243, + "35": 0.71428571, + "36": 0.57142857, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 74.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.22580645 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3975, + "playerPoolEntry": { + "appliedStatTotal": 161.0, + "id": 3975, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Stephen", + "fullName": "Stephen Curry", + "id": 3975, + "lastName": "Curry", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -18.0, + "0": 95.0, + "17": 18.0, + "1": 8.0, + "2": 4.0, + "3": 40.0, + "6": 23.0, + "11": -28.0, + "13": 60.0, + "14": -58.0, + "15": 17.0 + }, + "appliedTotal": 161.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 95.0, + "1": 2.0, + "2": 1.0, + "3": 20.0, + "4": 3.0, + "5": 20.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 0.0, + "11": 14.0, + "12": 0.0, + "13": 30.0, + "14": 58.0, + "15": 17.0, + "16": 18.0, + "17": 18.0, + "18": 36.0, + "19": 0.51724138, + "20": 0.94444444, + "21": 0.5, + "22": 0.67241379, + "23": 28.0, + "24": 1.0, + "25": 18.0, + "26": 6.66666667, + "27": 0.66666667, + "28": 37.33333333, + "29": 31.66666667, + "30": 7.66666667, + "31": 0.33333333, + "32": 4.66666667, + "33": 6.0, + "34": 0.84821429, + "35": 1.42857143, + "36": 0.07142857, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 112.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.31034483 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059318, + "playerPoolEntry": { + "appliedStatTotal": 100.0, + "id": 3059318, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Joel", + "fullName": "Joel Embiid", + "id": 3059318, + "lastName": "Embiid", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -21.0, + "0": 58.0, + "17": 1.0, + "1": 12.0, + "2": 8.0, + "3": 16.0, + "6": 22.0, + "11": -16.0, + "13": 40.0, + "14": -37.0, + "15": 17.0 + }, + "appliedTotal": 100.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 3.0, + "2": 2.0, + "3": 8.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 20.0, + "14": 37.0, + "15": 17.0, + "16": 21.0, + "17": 1.0, + "18": 4.0, + "19": 0.54054054, + "20": 0.80952381, + "21": 0.25, + "22": 0.55405405, + "23": 17.0, + "24": 4.0, + "25": 3.0, + "26": 4.0, + "27": 1.5, + "28": 34.0, + "29": 29.0, + "30": 11.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.85294118, + "35": 1.0, + "36": 0.25, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 68.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.56756757 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432639, + "playerPoolEntry": { + "appliedStatTotal": 13.0, + "id": 4432639, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jabari", + "fullName": "Jabari Smith Jr.", + "id": 4432639, + "lastName": "Smith Jr.", + "proTeamId": 10, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 9.0, + "17": 1.0, + "1": 4.0, + "2": 0.0, + "3": 0.0, + "6": 7.0, + "11": -6.0, + "13": 6.0, + "14": -8.0, + "15": 2.0 + }, + "appliedTotal": 13.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 1.0, + "2": 0.0, + "3": 0.0, + "4": 2.0, + "5": 5.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 3.0, + "14": 8.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 3.0, + "19": 0.375, + "20": 1.0, + "21": 0.33333333, + "22": 0.4375, + "23": 5.0, + "24": 0.0, + "25": 2.0, + "26": 0.0, + "27": 1.0, + "28": 27.0, + "29": 9.0, + "30": 7.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.33333333, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.25 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4433134, + "playerPoolEntry": { + "appliedStatTotal": 68.0, + "id": 4433134, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Scottie", + "fullName": "Scottie Barnes", + "id": 4433134, + "lastName": "Barnes", + "proTeamId": 28, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 34.0, + "17": 2.0, + "1": 4.0, + "2": 12.0, + "3": 16.0, + "6": 21.0, + "11": -10.0, + "13": 26.0, + "14": -37.0, + "15": 6.0 + }, + "appliedTotal": 68.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 34.0, + "1": 1.0, + "2": 3.0, + "3": 8.0, + "4": 13.0, + "5": 8.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 13.0, + "14": 37.0, + "15": 6.0, + "16": 6.0, + "17": 2.0, + "18": 10.0, + "19": 0.35135135, + "20": 1.0, + "21": 0.2, + "22": 0.37837838, + "23": 24.0, + "24": 0.0, + "25": 8.0, + "26": 4.0, + "27": 0.5, + "28": 38.5, + "29": 17.0, + "30": 10.5, + "31": 1.5, + "32": 2.5, + "33": 1.0, + "34": 0.44155844, + "35": 1.6, + "36": 0.6, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.16216216 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395725, + "playerPoolEntry": { + "appliedStatTotal": 72.0, + "id": 4395725, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Tyler", + "fullName": "Tyler Herro", + "id": 4395725, + "lastName": "Herro", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 43.0, + "17": 7.0, + "1": 4.0, + "2": 4.0, + "3": 22.0, + "6": 10.0, + "11": -12.0, + "13": 32.0, + "14": -37.0, + "15": 4.0 + }, + "appliedTotal": 72.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 1.0, + "2": 1.0, + "3": 11.0, + "4": 0.0, + "5": 10.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 37.0, + "15": 4.0, + "16": 5.0, + "17": 7.0, + "18": 16.0, + "19": 0.43243243, + "20": 0.8, + "21": 0.4375, + "22": 0.52702703, + "23": 21.0, + "24": 1.0, + "25": 9.0, + "26": 5.5, + "27": 0.5, + "28": 39.0, + "29": 21.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 3.5, + "34": 0.55128205, + "35": 1.83333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 78.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.13513514 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 9, + "tiebreak": 0.0, + "totalPoints": 645.0, + "totalPointsLive": 645.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 415.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 70.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 11.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 53.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 17.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 102.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 112.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 60.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 155.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 319.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 52.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 116.0, + "107": 198.0, + "108": 166.0, + "109": 269.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 269.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4432816, + "playerPoolEntry": { + "appliedStatTotal": 37.0, + "id": 4432816, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "LaMelo", + "fullName": "LaMelo Ball", + "id": 4432816, + "lastName": "Ball", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 19.0, + "17": 1.0, + "1": 0.0, + "2": 8.0, + "3": 12.0, + "6": 8.0, + "11": -8.0, + "13": 16.0, + "14": -18.0, + "15": 2.0 + }, + "appliedTotal": 37.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 2.0, + "3": 6.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 1.0, + "8": 0.0, + "9": 1.0, + "10": 2.0, + "11": 4.0, + "12": 0.0, + "13": 8.0, + "14": 18.0, + "15": 2.0, + "16": 3.0, + "17": 1.0, + "18": 5.0, + "19": 0.44444000244140625, + "20": 0.6666699981689453, + "21": 0.2, + "22": 0.4722222222222222, + "23": 10.0, + "24": 1.0, + "25": 4.0, + "26": 6.0, + "27": 0.0, + "28": 36.0, + "29": 19.0, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 1.0, + "34": 0.5277777777777778, + "35": 1.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.16666666666666666 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3992, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3992, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "James", + "fullName": "James Harden", + "id": 3992, + "lastName": "Harden", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 3978, + "playerPoolEntry": { + "appliedStatTotal": 34.0, + "id": 3978, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "DeMar", + "fullName": "DeMar DeRozan", + "id": 3978, + "lastName": "DeRozan", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 15.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 14.0, + "6": 4.0, + "11": -8.0, + "13": 8.0, + "14": -12.0, + "15": 5.0 + }, + "appliedTotal": 34.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 2.0, + "2": 1.0, + "3": 7.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 4.0, + "14": 12.0, + "15": 5.0, + "16": 6.0, + "17": 2.0, + "18": 5.0, + "19": 0.3333300018310547, + "20": 0.8333300018310547, + "21": 0.4, + "22": 0.4166666666666667, + "23": 8.0, + "24": 1.0, + "25": 3.0, + "26": 7.0, + "27": 2.0, + "28": 38.0, + "29": 15.0, + "30": 4.0, + "31": 1.0, + "32": 4.0, + "33": 2.0, + "34": 0.39473684210526316, + "35": 1.75, + "36": 0.25, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 38.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4396907, + "playerPoolEntry": { + "appliedStatTotal": 55.0, + "id": 4396907, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Darius", + "fullName": "Darius Garland", + "id": 4396907, + "lastName": "Garland", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 32.0, + "17": 4.0, + "1": 0.0, + "2": 0.0, + "3": 22.0, + "6": 2.0, + "11": -8.0, + "13": 22.0, + "14": -19.0, + "15": 6.0 + }, + "appliedTotal": 55.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 0.0, + "3": 11.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 11.0, + "14": 19.0, + "15": 6.0, + "16": 6.0, + "17": 4.0, + "18": 6.0, + "19": 0.5789500045776367, + "20": 1.0, + "21": 0.6666699981689453, + "22": 0.6842105263157895, + "23": 8.0, + "24": 0.0, + "25": 2.0, + "26": 11.0, + "27": 0.0, + "28": 33.0, + "29": 32.0, + "30": 2.0, + "31": 0.0, + "32": 4.0, + "33": 4.0, + "34": 0.9696969696969697, + "35": 2.75, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3157894736842105 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4066320, + "playerPoolEntry": { + "appliedStatTotal": 32.0, + "id": 4066320, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Desmond", + "fullName": "Desmond Bane", + "id": 4066320, + "lastName": "Bane", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 25.0, + "17": 6.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "6": 2.0, + "11": -4.0, + "13": 16.0, + "14": -15.0, + "15": 3.0 + }, + "appliedTotal": 32.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 25.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 1.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 15.0, + "15": 3.0, + "16": 3.0, + "17": 6.0, + "18": 7.0, + "19": 0.5333300018310547, + "20": 1.0, + "21": 0.8571399688720703, + "22": 0.7333333333333333, + "23": 7.0, + "24": 0.0, + "25": 1.0, + "26": 1.0, + "27": 0.0, + "28": 32.0, + "29": 25.0, + "30": 2.0, + "31": 0.0, + "32": 2.0, + "33": 6.0, + "34": 0.78125, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3936299, + "playerPoolEntry": { + "appliedStatTotal": 58.0, + "id": 3936299, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Jamal", + "fullName": "Jamal Murray", + "id": 3936299, + "lastName": "Murray", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 33.0, + "17": 3.0, + "1": 0.0, + "2": 4.0, + "3": 16.0, + "6": 5.0, + "11": -2.0, + "13": 24.0, + "14": -23.0, + "15": 6.0 + }, + "appliedTotal": 58.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 0.0, + "2": 1.0, + "3": 8.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 12.0, + "14": 23.0, + "15": 6.0, + "16": 8.0, + "17": 3.0, + "18": 11.0, + "19": 0.5217399978637696, + "20": 0.75, + "21": 0.2727300071716309, + "22": 0.5869565217391305, + "23": 11.0, + "24": 2.0, + "25": 8.0, + "26": 8.0, + "27": 0.0, + "28": 30.0, + "29": 33.0, + "30": 5.0, + "31": 1.0, + "32": 1.0, + "33": 3.0, + "34": 1.1, + "35": 8.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.34782608695652173 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3136776, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3136776, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "D'Angelo", + "fullName": "D'Angelo Russell", + "id": 3136776, + "lastName": "Russell", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 4066328, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 4066328, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarrett", + "fullName": "Jarrett Allen", + "id": 4066328, + "lastName": "Allen", + "proTeamId": 5, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 18.0, + "17": 0.0, + "1": 8.0, + "2": 8.0, + "3": 8.0, + "6": 11.0, + "11": -6.0, + "13": 18.0, + "14": -12.0, + "15": 0.0 + }, + "appliedTotal": 53.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 18.0, + "1": 2.0, + "2": 2.0, + "3": 4.0, + "4": 3.0, + "5": 8.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 12.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.0, + "21": 0.0, + "22": 0.75, + "23": 3.0, + "24": 0.0, + "25": 0.0, + "26": 4.0, + "27": 2.0, + "28": 38.0, + "29": 18.0, + "30": 11.0, + "31": 2.0, + "32": 3.0, + "33": 0.0, + "34": 0.47368421052631576, + "35": 1.3333334, + "36": 0.6666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 38.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 4395723, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4395723, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Keldon", + "fullName": "Keldon Johnson", + "id": 4395723, + "lastName": "Johnson", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3948153, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3948153, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Chris", + "fullName": "Chris Boucher", + "id": 3948153, + "lastName": "Boucher", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3195, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3195, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Mike", + "fullName": "Mike Conley", + "id": 3195, + "lastName": "Conley", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2991055, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2991055, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Montrezl", + "fullName": "Montrezl Harrell", + "id": 2991055, + "lastName": "Harrell", + "proTeamId": 20, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6578, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6578, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Harrison", + "fullName": "Harrison Barnes", + "id": 6578, + "lastName": "Barnes", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 749.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4432816, + "playerPoolEntry": { + "appliedStatTotal": 107.0, + "id": 4432816, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "LaMelo", + "fullName": "LaMelo Ball", + "id": 4432816, + "lastName": "Ball", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 46.0, + "17": 4.0, + "1": 12.0, + "2": 20.0, + "3": 34.0, + "6": 18.0, + "11": -16.0, + "13": 36.0, + "14": -44.0, + "15": 6.0 + }, + "appliedTotal": 107.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 3.0, + "2": 5.0, + "3": 17.0, + "4": 6.0, + "5": 12.0, + "6": 18.0, + "7": 1.0, + "8": 0.0, + "9": 6.0, + "10": 2.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 14.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.28571429, + "22": 0.45454545, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 8.5, + "27": 1.5, + "28": 38.0, + "29": 23.0, + "30": 9.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.60526316, + "35": 2.125, + "36": 0.625, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.20454545 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3948153, + "playerPoolEntry": { + "appliedStatTotal": 47.0, + "id": 3948153, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Chris", + "fullName": "Chris Boucher", + "id": 3948153, + "lastName": "Boucher", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 21.0, + "17": 2.0, + "1": 4.0, + "2": 0.0, + "3": 2.0, + "6": 16.0, + "11": 0.0, + "13": 16.0, + "14": -12.0, + "15": 3.0 + }, + "appliedTotal": 47.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 1.0, + "2": 0.0, + "3": 1.0, + "4": 5.0, + "5": 11.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 8.0, + "14": 12.0, + "15": 3.0, + "16": 5.0, + "17": 2.0, + "18": 3.0, + "19": 0.66666667, + "20": 0.6, + "21": 0.66666667, + "22": 0.75, + "23": 4.0, + "24": 2.0, + "25": 1.0, + "26": 0.5, + "27": 0.5, + "28": 22.0, + "29": 10.5, + "30": 8.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.47727273, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 44.0, + "41": 0.0, + "42": 2.0, + "43": 0.0, + "44": 0.41666667 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066328, + "playerPoolEntry": { + "appliedStatTotal": 89.0, + "id": 4066328, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarrett", + "fullName": "Jarrett Allen", + "id": 4066328, + "lastName": "Allen", + "proTeamId": 5, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 32.0, + "17": 0.0, + "1": 12.0, + "2": 16.0, + "3": 8.0, + "6": 22.0, + "11": -10.0, + "13": 30.0, + "14": -20.0, + "15": 2.0 + }, + "appliedTotal": 89.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 3.0, + "2": 4.0, + "3": 4.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 20.0, + "15": 2.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.66666667, + "21": 0.0, + "22": 0.75, + "23": 5.0, + "24": 1.0, + "25": 0.0, + "26": 2.0, + "27": 1.5, + "28": 36.0, + "29": 16.0, + "30": 11.0, + "31": 2.0, + "32": 2.5, + "33": 0.0, + "34": 0.44444444, + "35": 0.8, + "36": 0.8, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3936299, + "playerPoolEntry": { + "appliedStatTotal": 103.0, + "id": 3936299, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Jamal", + "fullName": "Jamal Murray", + "id": 3936299, + "lastName": "Murray", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -13.0, + "0": 65.0, + "17": 10.0, + "1": 0.0, + "2": 4.0, + "3": 28.0, + "6": 10.0, + "11": -12.0, + "13": 44.0, + "14": -44.0, + "15": 11.0 + }, + "appliedTotal": 103.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 65.0, + "1": 0.0, + "2": 1.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 11.0, + "16": 13.0, + "17": 10.0, + "18": 23.0, + "19": 0.5, + "20": 0.84615385, + "21": 0.43478261, + "22": 0.61363636, + "23": 22.0, + "24": 2.0, + "25": 13.0, + "26": 7.0, + "27": 0.0, + "28": 33.0, + "29": 32.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 5.0, + "34": 0.98484848, + "35": 2.33333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.29545455 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3136776, + "playerPoolEntry": { + "appliedStatTotal": 50.0, + "id": 3136776, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "D'Angelo", + "fullName": "D'Angelo Russell", + "id": 3136776, + "lastName": "Russell", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 39.0, + "17": 9.0, + "1": 0.0, + "2": 0.0, + "3": 18.0, + "6": 6.0, + "11": -10.0, + "13": 30.0, + "14": -39.0, + "15": 0.0 + }, + "appliedTotal": 50.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 39.0, + "1": 0.0, + "2": 0.0, + "3": 9.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 5.0, + "12": 1.0, + "13": 15.0, + "14": 39.0, + "15": 0.0, + "16": 3.0, + "17": 9.0, + "18": 27.0, + "19": 0.38461538, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 24.0, + "24": 3.0, + "25": 18.0, + "26": 4.5, + "27": 0.0, + "28": 37.5, + "29": 19.5, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 4.5, + "34": 0.52, + "35": 1.8, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07692308 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4396907, + "playerPoolEntry": { + "appliedStatTotal": 83.0, + "id": 4396907, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Darius", + "fullName": "Darius Garland", + "id": 4396907, + "lastName": "Garland", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 48.0, + "17": 6.0, + "1": 0.0, + "2": 4.0, + "3": 32.0, + "6": 3.0, + "11": -14.0, + "13": 36.0, + "14": -32.0, + "15": 6.0 + }, + "appliedTotal": 83.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 48.0, + "1": 0.0, + "2": 1.0, + "3": 16.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 18.0, + "14": 32.0, + "15": 6.0, + "16": 6.0, + "17": 6.0, + "18": 13.0, + "19": 0.5625, + "20": 1.0, + "21": 0.46153846, + "22": 0.65625, + "23": 14.0, + "24": 0.0, + "25": 7.0, + "26": 8.0, + "27": 0.0, + "28": 32.0, + "29": 24.0, + "30": 1.5, + "31": 0.5, + "32": 3.5, + "33": 3.0, + "34": 0.75, + "35": 2.28571429, + "36": 0.14285714, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.1875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395723, + "playerPoolEntry": { + "appliedStatTotal": 77.0, + "id": 4395723, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Keldon", + "fullName": "Keldon Johnson", + "id": 4395723, + "lastName": "Johnson", + "proTeamId": 24, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 44.0, + "17": 3.0, + "1": 0.0, + "2": 8.0, + "3": 18.0, + "6": 12.0, + "11": -6.0, + "13": 40.0, + "14": -39.0, + "15": 1.0 + }, + "appliedTotal": 77.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 0.0, + "2": 2.0, + "3": 9.0, + "4": 4.0, + "5": 8.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 20.0, + "14": 39.0, + "15": 1.0, + "16": 4.0, + "17": 3.0, + "18": 12.0, + "19": 0.51282051, + "20": 0.25, + "21": 0.25, + "22": 0.55128205, + "23": 19.0, + "24": 3.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 35.5, + "29": 22.0, + "30": 6.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.61971831, + "35": 3.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.1025641 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3992, + "playerPoolEntry": { + "appliedStatTotal": 83.0, + "id": 3992, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "James", + "fullName": "James Harden", + "id": 3992, + "lastName": "Harden", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 43.0, + "17": 9.0, + "1": 0.0, + "2": 4.0, + "3": 32.0, + "6": 17.0, + "11": -18.0, + "13": 24.0, + "14": -27.0, + "15": 10.0 + }, + "appliedTotal": 83.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 1.0, + "3": 16.0, + "4": 1.0, + "5": 16.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 9.0, + "12": 0.0, + "13": 12.0, + "14": 27.0, + "15": 10.0, + "16": 11.0, + "17": 9.0, + "18": 19.0, + "19": 0.44444444, + "20": 0.90909091, + "21": 0.47368421, + "22": 0.61111111, + "23": 15.0, + "24": 1.0, + "25": 10.0, + "26": 8.0, + "27": 0.0, + "28": 36.5, + "29": 21.5, + "30": 8.5, + "31": 0.5, + "32": 4.5, + "33": 4.5, + "34": 0.5890411, + "35": 1.77777778, + "36": 0.11111111, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.40740741 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3978, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 3978, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "DeMar", + "fullName": "DeMar DeRozan", + "id": 3978, + "lastName": "DeRozan", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 35.0, + "17": 2.0, + "1": 12.0, + "2": 8.0, + "3": 24.0, + "6": 6.0, + "11": -24.0, + "13": 24.0, + "14": -31.0, + "15": 9.0 + }, + "appliedTotal": 53.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 35.0, + "1": 3.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 12.0, + "14": 31.0, + "15": 9.0, + "16": 12.0, + "17": 2.0, + "18": 7.0, + "19": 0.38709677, + "20": 0.75, + "21": 0.28571429, + "22": 0.41935484, + "23": 19.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.5, + "28": 37.0, + "29": 17.5, + "30": 3.0, + "31": 1.0, + "32": 6.0, + "33": 1.0, + "34": 0.47297297, + "35": 1.0, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 74.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.38709677 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066320, + "playerPoolEntry": { + "appliedStatTotal": 57.0, + "id": 4066320, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Desmond", + "fullName": "Desmond Bane", + "id": 4066320, + "lastName": "Bane", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 42.0, + "17": 8.0, + "1": 4.0, + "2": 4.0, + "3": 8.0, + "6": 2.0, + "11": -10.0, + "13": 30.0, + "14": -31.0, + "15": 4.0 + }, + "appliedTotal": 57.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 1.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 1.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 31.0, + "15": 4.0, + "16": 4.0, + "17": 8.0, + "18": 14.0, + "19": 0.48387097, + "20": 1.0, + "21": 0.57142857, + "22": 0.61290323, + "23": 16.0, + "24": 0.0, + "25": 6.0, + "26": 2.0, + "27": 0.5, + "28": 29.0, + "29": 21.0, + "30": 1.0, + "31": 0.5, + "32": 2.5, + "33": 4.0, + "34": 0.72413793, + "35": 0.8, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.12903226 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 749.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4432816, + "playerPoolEntry": { + "appliedStatTotal": 107.0, + "id": 4432816, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "LaMelo", + "fullName": "LaMelo Ball", + "id": 4432816, + "lastName": "Ball", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 46.0, + "17": 4.0, + "1": 12.0, + "2": 20.0, + "3": 34.0, + "6": 18.0, + "11": -16.0, + "13": 36.0, + "14": -44.0, + "15": 6.0 + }, + "appliedTotal": 107.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 3.0, + "2": 5.0, + "3": 17.0, + "4": 6.0, + "5": 12.0, + "6": 18.0, + "7": 1.0, + "8": 0.0, + "9": 6.0, + "10": 2.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 14.0, + "19": 0.40909091, + "20": 0.66666667, + "21": 0.28571429, + "22": 0.45454545, + "23": 26.0, + "24": 3.0, + "25": 10.0, + "26": 8.5, + "27": 1.5, + "28": 38.0, + "29": 23.0, + "30": 9.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.60526316, + "35": 2.125, + "36": 0.625, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.20454545 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3948153, + "playerPoolEntry": { + "appliedStatTotal": 47.0, + "id": 3948153, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Chris", + "fullName": "Chris Boucher", + "id": 3948153, + "lastName": "Boucher", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 21.0, + "17": 2.0, + "1": 4.0, + "2": 0.0, + "3": 2.0, + "6": 16.0, + "11": 0.0, + "13": 16.0, + "14": -12.0, + "15": 3.0 + }, + "appliedTotal": 47.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 1.0, + "2": 0.0, + "3": 1.0, + "4": 5.0, + "5": 11.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 8.0, + "14": 12.0, + "15": 3.0, + "16": 5.0, + "17": 2.0, + "18": 3.0, + "19": 0.66666667, + "20": 0.6, + "21": 0.66666667, + "22": 0.75, + "23": 4.0, + "24": 2.0, + "25": 1.0, + "26": 0.5, + "27": 0.5, + "28": 22.0, + "29": 10.5, + "30": 8.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.47727273, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 44.0, + "41": 0.0, + "42": 2.0, + "43": 0.0, + "44": 0.41666667 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066328, + "playerPoolEntry": { + "appliedStatTotal": 89.0, + "id": 4066328, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jarrett", + "fullName": "Jarrett Allen", + "id": 4066328, + "lastName": "Allen", + "proTeamId": 5, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 32.0, + "17": 0.0, + "1": 12.0, + "2": 16.0, + "3": 8.0, + "6": 22.0, + "11": -10.0, + "13": 30.0, + "14": -20.0, + "15": 2.0 + }, + "appliedTotal": 89.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 3.0, + "2": 4.0, + "3": 4.0, + "4": 4.0, + "5": 18.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 20.0, + "15": 2.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.75, + "20": 0.66666667, + "21": 0.0, + "22": 0.75, + "23": 5.0, + "24": 1.0, + "25": 0.0, + "26": 2.0, + "27": 1.5, + "28": 36.0, + "29": 16.0, + "30": 11.0, + "31": 2.0, + "32": 2.5, + "33": 0.0, + "34": 0.44444444, + "35": 0.8, + "36": 0.8, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3936299, + "playerPoolEntry": { + "appliedStatTotal": 103.0, + "id": 3936299, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Jamal", + "fullName": "Jamal Murray", + "id": 3936299, + "lastName": "Murray", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -13.0, + "0": 65.0, + "17": 10.0, + "1": 0.0, + "2": 4.0, + "3": 28.0, + "6": 10.0, + "11": -12.0, + "13": 44.0, + "14": -44.0, + "15": 11.0 + }, + "appliedTotal": 103.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 65.0, + "1": 0.0, + "2": 1.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 11.0, + "16": 13.0, + "17": 10.0, + "18": 23.0, + "19": 0.5, + "20": 0.84615385, + "21": 0.43478261, + "22": 0.61363636, + "23": 22.0, + "24": 2.0, + "25": 13.0, + "26": 7.0, + "27": 0.0, + "28": 33.0, + "29": 32.5, + "30": 5.0, + "31": 0.5, + "32": 3.0, + "33": 5.0, + "34": 0.98484848, + "35": 2.33333333, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.29545455 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3136776, + "playerPoolEntry": { + "appliedStatTotal": 50.0, + "id": 3136776, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "D'Angelo", + "fullName": "D'Angelo Russell", + "id": 3136776, + "lastName": "Russell", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 39.0, + "17": 9.0, + "1": 0.0, + "2": 0.0, + "3": 18.0, + "6": 6.0, + "11": -10.0, + "13": 30.0, + "14": -39.0, + "15": 0.0 + }, + "appliedTotal": 50.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 39.0, + "1": 0.0, + "2": 0.0, + "3": 9.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 5.0, + "12": 1.0, + "13": 15.0, + "14": 39.0, + "15": 0.0, + "16": 3.0, + "17": 9.0, + "18": 27.0, + "19": 0.38461538, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 24.0, + "24": 3.0, + "25": 18.0, + "26": 4.5, + "27": 0.0, + "28": 37.5, + "29": 19.5, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 4.5, + "34": 0.52, + "35": 1.8, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 75.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.07692308 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4396907, + "playerPoolEntry": { + "appliedStatTotal": 83.0, + "id": 4396907, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Darius", + "fullName": "Darius Garland", + "id": 4396907, + "lastName": "Garland", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 48.0, + "17": 6.0, + "1": 0.0, + "2": 4.0, + "3": 32.0, + "6": 3.0, + "11": -14.0, + "13": 36.0, + "14": -32.0, + "15": 6.0 + }, + "appliedTotal": 83.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 48.0, + "1": 0.0, + "2": 1.0, + "3": 16.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 18.0, + "14": 32.0, + "15": 6.0, + "16": 6.0, + "17": 6.0, + "18": 13.0, + "19": 0.5625, + "20": 1.0, + "21": 0.46153846, + "22": 0.65625, + "23": 14.0, + "24": 0.0, + "25": 7.0, + "26": 8.0, + "27": 0.0, + "28": 32.0, + "29": 24.0, + "30": 1.5, + "31": 0.5, + "32": 3.5, + "33": 3.0, + "34": 0.75, + "35": 2.28571429, + "36": 0.14285714, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.1875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395723, + "playerPoolEntry": { + "appliedStatTotal": 77.0, + "id": 4395723, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Keldon", + "fullName": "Keldon Johnson", + "id": 4395723, + "lastName": "Johnson", + "proTeamId": 24, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 44.0, + "17": 3.0, + "1": 0.0, + "2": 8.0, + "3": 18.0, + "6": 12.0, + "11": -6.0, + "13": 40.0, + "14": -39.0, + "15": 1.0 + }, + "appliedTotal": 77.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 44.0, + "1": 0.0, + "2": 2.0, + "3": 9.0, + "4": 4.0, + "5": 8.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 20.0, + "14": 39.0, + "15": 1.0, + "16": 4.0, + "17": 3.0, + "18": 12.0, + "19": 0.51282051, + "20": 0.25, + "21": 0.25, + "22": 0.55128205, + "23": 19.0, + "24": 3.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 35.5, + "29": 22.0, + "30": 6.0, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.61971831, + "35": 3.0, + "36": 0.66666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.1025641 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3992, + "playerPoolEntry": { + "appliedStatTotal": 83.0, + "id": 3992, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "James", + "fullName": "James Harden", + "id": 3992, + "lastName": "Harden", + "proTeamId": 20, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 43.0, + "17": 9.0, + "1": 0.0, + "2": 4.0, + "3": 32.0, + "6": 17.0, + "11": -18.0, + "13": 24.0, + "14": -27.0, + "15": 10.0 + }, + "appliedTotal": 83.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 1.0, + "3": 16.0, + "4": 1.0, + "5": 16.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 9.0, + "12": 0.0, + "13": 12.0, + "14": 27.0, + "15": 10.0, + "16": 11.0, + "17": 9.0, + "18": 19.0, + "19": 0.44444444, + "20": 0.90909091, + "21": 0.47368421, + "22": 0.61111111, + "23": 15.0, + "24": 1.0, + "25": 10.0, + "26": 8.0, + "27": 0.0, + "28": 36.5, + "29": 21.5, + "30": 8.5, + "31": 0.5, + "32": 4.5, + "33": 4.5, + "34": 0.5890411, + "35": 1.77777778, + "36": 0.11111111, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.40740741 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3978, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 3978, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "DeMar", + "fullName": "DeMar DeRozan", + "id": 3978, + "lastName": "DeRozan", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 35.0, + "17": 2.0, + "1": 12.0, + "2": 8.0, + "3": 24.0, + "6": 6.0, + "11": -24.0, + "13": 24.0, + "14": -31.0, + "15": 9.0 + }, + "appliedTotal": 53.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 35.0, + "1": 3.0, + "2": 2.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 12.0, + "14": 31.0, + "15": 9.0, + "16": 12.0, + "17": 2.0, + "18": 7.0, + "19": 0.38709677, + "20": 0.75, + "21": 0.28571429, + "22": 0.41935484, + "23": 19.0, + "24": 3.0, + "25": 5.0, + "26": 6.0, + "27": 1.5, + "28": 37.0, + "29": 17.5, + "30": 3.0, + "31": 1.0, + "32": 6.0, + "33": 1.0, + "34": 0.47297297, + "35": 1.0, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 74.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.38709677 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066320, + "playerPoolEntry": { + "appliedStatTotal": 57.0, + "id": 4066320, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Desmond", + "fullName": "Desmond Bane", + "id": 4066320, + "lastName": "Bane", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 42.0, + "17": 8.0, + "1": 4.0, + "2": 4.0, + "3": 8.0, + "6": 2.0, + "11": -10.0, + "13": 30.0, + "14": -31.0, + "15": 4.0 + }, + "appliedTotal": 57.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 1.0, + "2": 1.0, + "3": 4.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 1.0, + "11": 5.0, + "12": 0.0, + "13": 15.0, + "14": 31.0, + "15": 4.0, + "16": 4.0, + "17": 8.0, + "18": 14.0, + "19": 0.48387097, + "20": 1.0, + "21": 0.57142857, + "22": 0.61290323, + "23": 16.0, + "24": 0.0, + "25": 6.0, + "26": 2.0, + "27": 0.5, + "28": 29.0, + "29": 21.0, + "30": 1.0, + "31": 0.5, + "32": 2.5, + "33": 4.0, + "34": 0.72413793, + "35": 0.8, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 58.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.12903226 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 6, + "tiebreak": 0.0, + "totalPoints": 749.0, + "totalPointsLive": 749.0 + }, + "id": 77, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 250.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 55.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 4.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 21.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 11.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 80.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 107.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 28.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 92.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 236.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 45.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 97.0, + "107": 196.0, + "108": 9.0, + "109": 178.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 178.0, + "entries": [ + { + "lineupSlotId": 4, + "playerId": 3136195, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3136195, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Karl-Anthony", + "fullName": "Karl-Anthony Towns", + "id": 3136195, + "lastName": "Towns", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 1966, + "playerPoolEntry": { + "appliedStatTotal": 46.0, + "id": 1966, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 0, + 3, + 5, + 9 + ], + "firstName": "LeBron", + "fullName": "LeBron James", + "id": 1966, + "lastName": "James", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 26.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 14.0, + "6": 7.0, + "11": -6.0, + "13": 22.0, + "14": -19.0, + "15": 2.0 + }, + "appliedTotal": 46.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 7.0, + "4": 2.0, + "5": 5.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 11.0, + "14": 19.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 5.0, + "19": 0.5789500045776367, + "20": 1.0, + "21": 0.4, + "22": 0.631578947368421, + "23": 8.0, + "24": 0.0, + "25": 3.0, + "26": 7.0, + "27": 0.0, + "28": 33.0, + "29": 26.0, + "30": 7.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 0.7878787878787878, + "35": 2.3333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.10526315789473684 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934672, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3934672, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Brunson", + "id": 3934672, + "lastName": "Brunson", + "proTeamId": 18, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3995, + "playerPoolEntry": { + "appliedStatTotal": 21.0, + "id": 3995, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jrue", + "fullName": "Jrue Holiday", + "id": 3995, + "lastName": "Holiday", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 12.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 16.0, + "6": 4.0, + "11": -6.0, + "13": 8.0, + "14": -15.0, + "15": 2.0 + }, + "appliedTotal": 21.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 15.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 6.0, + "19": 0.2666699981689453, + "20": 1.0, + "21": 0.3333300018310547, + "22": 0.3333333333333333, + "23": 11.0, + "24": 0.0, + "25": 4.0, + "26": 8.0, + "27": 0.0, + "28": 34.0, + "29": 12.0, + "30": 4.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 0.35294117647058826, + "35": 2.6666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.13333333333333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 3074752, + "playerPoolEntry": { + "appliedStatTotal": 35.0, + "id": 3074752, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Terry", + "fullName": "Terry Rozier", + "id": 3074752, + "lastName": "Rozier", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 23.0, + "17": 3.0, + "1": 0.0, + "2": 8.0, + "3": 2.0, + "6": 8.0, + "11": -4.0, + "13": 16.0, + "14": -21.0, + "15": 4.0 + }, + "appliedTotal": 35.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 23.0, + "1": 0.0, + "2": 2.0, + "3": 1.0, + "4": 4.0, + "5": 4.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 21.0, + "15": 4.0, + "16": 4.0, + "17": 3.0, + "18": 8.0, + "19": 0.38095001220703123, + "20": 1.0, + "21": 0.375, + "22": 0.4523809523809524, + "23": 13.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 0.0, + "28": 37.0, + "29": 23.0, + "30": 8.0, + "31": 2.0, + "32": 2.0, + "33": 3.0, + "34": 0.6216216216216216, + "35": 0.5, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.19047619047619047 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3913176, + "playerPoolEntry": { + "appliedStatTotal": 47.0, + "id": 3913176, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Brandon", + "fullName": "Brandon Ingram", + "id": 3913176, + "lastName": "Ingram", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 26.0, + "17": 1.0, + "1": 4.0, + "2": 0.0, + "3": 14.0, + "6": 9.0, + "11": -6.0, + "13": 20.0, + "14": -20.0, + "15": 5.0 + }, + "appliedTotal": 47.0, + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 1.0, + "2": 0.0, + "3": 7.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 20.0, + "15": 5.0, + "16": 6.0, + "17": 1.0, + "18": 2.0, + "19": 0.5, + "20": 0.8333300018310547, + "21": 0.5, + "22": 0.525, + "23": 10.0, + "24": 1.0, + "25": 1.0, + "26": 7.0, + "27": 1.0, + "28": 36.0, + "29": 26.0, + "30": 9.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.7222222222222222, + "35": 2.3333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 2990984, + "playerPoolEntry": { + "appliedStatTotal": 29.0, + "id": 2990984, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Buddy", + "fullName": "Buddy Hield", + "id": 2990984, + "lastName": "Hield", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 14.0, + "17": 2.0, + "1": 0.0, + "2": 8.0, + "3": 4.0, + "6": 5.0, + "11": -2.0, + "13": 10.0, + "14": -11.0, + "15": 2.0 + }, + "appliedTotal": 29.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.45455001831054687, + "20": 0.6666699981689453, + "21": 0.4, + "22": 0.5454545454545454, + "23": 6.0, + "24": 1.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 37.0, + "29": 14.0, + "30": 5.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.3783783783783784, + "35": 2.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2727272727272727 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4594327, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4594327, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Keegan", + "fullName": "Keegan Murray", + "id": 4594327, + "lastName": "Murray", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3062679, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3062679, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Josh", + "fullName": "Josh Hart", + "id": 3062679, + "lastName": "Hart", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4395626, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4395626, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Tre", + "fullName": "Tre Jones", + "id": 4395626, + "lastName": "Jones", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3133603, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3133603, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Kelly", + "fullName": "Kelly Oubre Jr.", + "id": 3133603, + "lastName": "Oubre Jr.", + "proTeamId": 30, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3907822, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3907822, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Malik", + "fullName": "Malik Beasley", + "id": 3907822, + "lastName": "Beasley", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3078576, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3078576, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Derrick", + "fullName": "Derrick White", + "id": 3078576, + "lastName": "White", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 480.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4594327, + "playerPoolEntry": { + "appliedStatTotal": 36.0, + "id": 4594327, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Keegan", + "fullName": "Keegan Murray", + "id": 4594327, + "lastName": "Murray", + "proTeamId": 23, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 15.0, + "17": 3.0, + "1": 0.0, + "2": 4.0, + "3": 6.0, + "6": 20.0, + "11": 0.0, + "13": 10.0, + "14": -20.0, + "15": 2.0 + }, + "appliedTotal": 36.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 1.0, + "3": 3.0, + "4": 7.0, + "5": 13.0, + "6": 20.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 5.0, + "14": 20.0, + "15": 2.0, + "16": 4.0, + "17": 3.0, + "18": 14.0, + "19": 0.25, + "20": 0.5, + "21": 0.21428571, + "22": 0.325, + "23": 15.0, + "24": 2.0, + "25": 11.0, + "26": 1.5, + "27": 0.0, + "28": 33.0, + "29": 7.5, + "30": 10.0, + "31": 0.5, + "32": 0.0, + "33": 1.5, + "34": 0.22727273, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3913176, + "playerPoolEntry": { + "appliedStatTotal": 78.0, + "id": 3913176, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Brandon", + "fullName": "Brandon Ingram", + "id": 3913176, + "lastName": "Ingram", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 42.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 32.0, + "6": 13.0, + "11": -14.0, + "13": 30.0, + "14": -37.0, + "15": 10.0 + }, + "appliedTotal": 78.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 2.0, + "2": 1.0, + "3": 16.0, + "4": 1.0, + "5": 12.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 15.0, + "14": 37.0, + "15": 10.0, + "16": 12.0, + "17": 2.0, + "18": 6.0, + "19": 0.40540541, + "20": 0.83333333, + "21": 0.33333333, + "22": 0.43243243, + "23": 22.0, + "24": 2.0, + "25": 4.0, + "26": 8.0, + "27": 1.0, + "28": 34.5, + "29": 21.0, + "30": 6.5, + "31": 0.5, + "32": 3.5, + "33": 1.0, + "34": 0.60869565, + "35": 2.28571429, + "36": 0.14285714, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 69.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.32432432 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2990984, + "playerPoolEntry": { + "appliedStatTotal": 29.0, + "id": 2990984, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Buddy", + "fullName": "Buddy Hield", + "id": 2990984, + "lastName": "Hield", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 14.0, + "17": 2.0, + "1": 0.0, + "2": 8.0, + "3": 4.0, + "6": 5.0, + "11": -2.0, + "13": 10.0, + "14": -11.0, + "15": 2.0 + }, + "appliedTotal": 29.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.45454545, + "20": 0.66666667, + "21": 0.4, + "22": 0.54545455, + "23": 6.0, + "24": 1.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 37.0, + "29": 14.0, + "30": 5.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.37837838, + "35": 2.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.27272727 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395626, + "playerPoolEntry": { + "appliedStatTotal": 34.0, + "id": 4395626, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Tre", + "fullName": "Tre Jones", + "id": 4395626, + "lastName": "Jones", + "proTeamId": 24, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 9.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 26.0, + "6": 4.0, + "11": -4.0, + "13": 8.0, + "14": -9.0, + "15": 1.0 + }, + "appliedTotal": 34.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 13.0, + "4": 1.0, + "5": 3.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 4.0, + "14": 9.0, + "15": 1.0, + "16": 1.0, + "17": 0.0, + "18": 2.0, + "19": 0.44444444, + "20": 1.0, + "21": 0.0, + "22": 0.44444444, + "23": 5.0, + "24": 0.0, + "25": 2.0, + "26": 6.5, + "27": 0.0, + "28": 21.0, + "29": 4.5, + "30": 2.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.21428571, + "35": 6.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 42.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3062679, + "playerPoolEntry": { + "appliedStatTotal": 36.0, + "id": 3062679, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Josh", + "fullName": "Josh Hart", + "id": 3062679, + "lastName": "Hart", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 9.0, + "17": 0.0, + "1": 4.0, + "2": 0.0, + "3": 14.0, + "6": 14.0, + "11": -2.0, + "13": 8.0, + "14": -10.0, + "15": 1.0 + }, + "appliedTotal": 36.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 1.0, + "2": 0.0, + "3": 7.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 4.0, + "14": 10.0, + "15": 1.0, + "16": 2.0, + "17": 0.0, + "18": 4.0, + "19": 0.4, + "20": 0.5, + "21": 0.0, + "22": 0.4, + "23": 6.0, + "24": 1.0, + "25": 4.0, + "26": 3.5, + "27": 0.5, + "28": 33.5, + "29": 4.5, + "30": 7.0, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.13432836, + "35": 7.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3995, + "playerPoolEntry": { + "appliedStatTotal": 55.0, + "id": 3995, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jrue", + "fullName": "Jrue Holiday", + "id": 3995, + "lastName": "Holiday", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 27.0, + "17": 3.0, + "1": 0.0, + "2": 8.0, + "3": 22.0, + "6": 17.0, + "11": -6.0, + "13": 20.0, + "14": -35.0, + "15": 4.0 + }, + "appliedTotal": 55.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 27.0, + "1": 0.0, + "2": 2.0, + "3": 11.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 35.0, + "15": 4.0, + "16": 5.0, + "17": 3.0, + "18": 10.0, + "19": 0.28571429, + "20": 0.8, + "21": 0.3, + "22": 0.32857143, + "23": 25.0, + "24": 1.0, + "25": 7.0, + "26": 5.5, + "27": 0.0, + "28": 35.0, + "29": 13.5, + "30": 8.5, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.38571429, + "35": 3.66666667, + "36": 0.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.14285714 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934672, + "playerPoolEntry": { + "appliedStatTotal": 54.0, + "id": 3934672, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Brunson", + "id": 3934672, + "lastName": "Brunson", + "proTeamId": 18, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 37.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 12.0, + "6": 2.0, + "11": -4.0, + "13": 26.0, + "14": -29.0, + "15": 9.0 + }, + "appliedTotal": 54.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 37.0, + "1": 1.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 1.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 13.0, + "14": 29.0, + "15": 9.0, + "16": 9.0, + "17": 2.0, + "18": 7.0, + "19": 0.44827586, + "20": 1.0, + "21": 0.28571429, + "22": 0.48275862, + "23": 16.0, + "24": 0.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 44.0, + "29": 37.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 2.0, + "34": 0.84090909, + "35": 3.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 44.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.31034483 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3074752, + "playerPoolEntry": { + "appliedStatTotal": 62.0, + "id": 3074752, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Terry", + "fullName": "Terry Rozier", + "id": 3074752, + "lastName": "Rozier", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 43.0, + "17": 5.0, + "1": 0.0, + "2": 12.0, + "3": 8.0, + "6": 15.0, + "11": -8.0, + "13": 28.0, + "14": -41.0, + "15": 10.0 + }, + "appliedTotal": 62.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 3.0, + "3": 4.0, + "4": 4.0, + "5": 11.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 41.0, + "15": 10.0, + "16": 10.0, + "17": 5.0, + "18": 17.0, + "19": 0.34146341, + "20": 1.0, + "21": 0.29411765, + "22": 0.40243902, + "23": 27.0, + "24": 0.0, + "25": 12.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 21.5, + "30": 7.5, + "31": 1.5, + "32": 2.0, + "33": 2.5, + "34": 0.59722222, + "35": 1.0, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.24390244 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 1966, + "playerPoolEntry": { + "appliedStatTotal": 96.0, + "id": 1966, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 0, + 3, + 5, + 9 + ], + "firstName": "LeBron", + "fullName": "LeBron James", + "id": 1966, + "lastName": "James", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 54.0, + "17": 4.0, + "1": 0.0, + "2": 4.0, + "3": 36.0, + "6": 17.0, + "11": -16.0, + "13": 44.0, + "14": -44.0, + "15": 6.0 + }, + "appliedTotal": 96.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 54.0, + "1": 0.0, + "2": 1.0, + "3": 18.0, + "4": 3.0, + "5": 14.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 13.0, + "19": 0.5, + "20": 0.66666667, + "21": 0.30769231, + "22": 0.54545455, + "23": 22.0, + "24": 3.0, + "25": 9.0, + "26": 9.0, + "27": 0.0, + "28": 38.0, + "29": 27.0, + "30": 8.5, + "31": 0.5, + "32": 4.0, + "33": 2.0, + "34": 0.71052632, + "35": 2.25, + "36": 0.125, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.20454545 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 480.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4594327, + "playerPoolEntry": { + "appliedStatTotal": 36.0, + "id": 4594327, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Keegan", + "fullName": "Keegan Murray", + "id": 4594327, + "lastName": "Murray", + "proTeamId": 23, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 15.0, + "17": 3.0, + "1": 0.0, + "2": 4.0, + "3": 6.0, + "6": 20.0, + "11": 0.0, + "13": 10.0, + "14": -20.0, + "15": 2.0 + }, + "appliedTotal": 36.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 1.0, + "3": 3.0, + "4": 7.0, + "5": 13.0, + "6": 20.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 5.0, + "14": 20.0, + "15": 2.0, + "16": 4.0, + "17": 3.0, + "18": 14.0, + "19": 0.25, + "20": 0.5, + "21": 0.21428571, + "22": 0.325, + "23": 15.0, + "24": 2.0, + "25": 11.0, + "26": 1.5, + "27": 0.0, + "28": 33.0, + "29": 7.5, + "30": 10.0, + "31": 0.5, + "32": 0.0, + "33": 1.5, + "34": 0.22727273, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3913176, + "playerPoolEntry": { + "appliedStatTotal": 78.0, + "id": 3913176, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Brandon", + "fullName": "Brandon Ingram", + "id": 3913176, + "lastName": "Ingram", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 42.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 32.0, + "6": 13.0, + "11": -14.0, + "13": 30.0, + "14": -37.0, + "15": 10.0 + }, + "appliedTotal": 78.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 2.0, + "2": 1.0, + "3": 16.0, + "4": 1.0, + "5": 12.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 15.0, + "14": 37.0, + "15": 10.0, + "16": 12.0, + "17": 2.0, + "18": 6.0, + "19": 0.40540541, + "20": 0.83333333, + "21": 0.33333333, + "22": 0.43243243, + "23": 22.0, + "24": 2.0, + "25": 4.0, + "26": 8.0, + "27": 1.0, + "28": 34.5, + "29": 21.0, + "30": 6.5, + "31": 0.5, + "32": 3.5, + "33": 1.0, + "34": 0.60869565, + "35": 2.28571429, + "36": 0.14285714, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 69.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.32432432 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2990984, + "playerPoolEntry": { + "appliedStatTotal": 29.0, + "id": 2990984, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Buddy", + "fullName": "Buddy Hield", + "id": 2990984, + "lastName": "Hield", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 14.0, + "17": 2.0, + "1": 0.0, + "2": 8.0, + "3": 4.0, + "6": 5.0, + "11": -2.0, + "13": 10.0, + "14": -11.0, + "15": 2.0 + }, + "appliedTotal": 29.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 14.0, + "1": 0.0, + "2": 2.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 11.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.45454545, + "20": 0.66666667, + "21": 0.4, + "22": 0.54545455, + "23": 6.0, + "24": 1.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 37.0, + "29": 14.0, + "30": 5.0, + "31": 2.0, + "32": 1.0, + "33": 2.0, + "34": 0.37837838, + "35": 2.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.27272727 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4395626, + "playerPoolEntry": { + "appliedStatTotal": 34.0, + "id": 4395626, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Tre", + "fullName": "Tre Jones", + "id": 4395626, + "lastName": "Jones", + "proTeamId": 24, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 9.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 26.0, + "6": 4.0, + "11": -4.0, + "13": 8.0, + "14": -9.0, + "15": 1.0 + }, + "appliedTotal": 34.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 13.0, + "4": 1.0, + "5": 3.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 4.0, + "14": 9.0, + "15": 1.0, + "16": 1.0, + "17": 0.0, + "18": 2.0, + "19": 0.44444444, + "20": 1.0, + "21": 0.0, + "22": 0.44444444, + "23": 5.0, + "24": 0.0, + "25": 2.0, + "26": 6.5, + "27": 0.0, + "28": 21.0, + "29": 4.5, + "30": 2.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.21428571, + "35": 6.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 42.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3062679, + "playerPoolEntry": { + "appliedStatTotal": 36.0, + "id": 3062679, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Josh", + "fullName": "Josh Hart", + "id": 3062679, + "lastName": "Hart", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 9.0, + "17": 0.0, + "1": 4.0, + "2": 0.0, + "3": 14.0, + "6": 14.0, + "11": -2.0, + "13": 8.0, + "14": -10.0, + "15": 1.0 + }, + "appliedTotal": 36.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 1.0, + "2": 0.0, + "3": 7.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 4.0, + "14": 10.0, + "15": 1.0, + "16": 2.0, + "17": 0.0, + "18": 4.0, + "19": 0.4, + "20": 0.5, + "21": 0.0, + "22": 0.4, + "23": 6.0, + "24": 1.0, + "25": 4.0, + "26": 3.5, + "27": 0.5, + "28": 33.5, + "29": 4.5, + "30": 7.0, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.13432836, + "35": 7.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3995, + "playerPoolEntry": { + "appliedStatTotal": 55.0, + "id": 3995, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jrue", + "fullName": "Jrue Holiday", + "id": 3995, + "lastName": "Holiday", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 27.0, + "17": 3.0, + "1": 0.0, + "2": 8.0, + "3": 22.0, + "6": 17.0, + "11": -6.0, + "13": 20.0, + "14": -35.0, + "15": 4.0 + }, + "appliedTotal": 55.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 27.0, + "1": 0.0, + "2": 2.0, + "3": 11.0, + "4": 6.0, + "5": 11.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 10.0, + "14": 35.0, + "15": 4.0, + "16": 5.0, + "17": 3.0, + "18": 10.0, + "19": 0.28571429, + "20": 0.8, + "21": 0.3, + "22": 0.32857143, + "23": 25.0, + "24": 1.0, + "25": 7.0, + "26": 5.5, + "27": 0.0, + "28": 35.0, + "29": 13.5, + "30": 8.5, + "31": 1.0, + "32": 1.5, + "33": 1.5, + "34": 0.38571429, + "35": 3.66666667, + "36": 0.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.14285714 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3934672, + "playerPoolEntry": { + "appliedStatTotal": 54.0, + "id": 3934672, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Brunson", + "id": 3934672, + "lastName": "Brunson", + "proTeamId": 18, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 37.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 12.0, + "6": 2.0, + "11": -4.0, + "13": 26.0, + "14": -29.0, + "15": 9.0 + }, + "appliedTotal": 54.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 37.0, + "1": 1.0, + "2": 1.0, + "3": 6.0, + "4": 1.0, + "5": 1.0, + "6": 2.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 13.0, + "14": 29.0, + "15": 9.0, + "16": 9.0, + "17": 2.0, + "18": 7.0, + "19": 0.44827586, + "20": 1.0, + "21": 0.28571429, + "22": 0.48275862, + "23": 16.0, + "24": 0.0, + "25": 5.0, + "26": 6.0, + "27": 1.0, + "28": 44.0, + "29": 37.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 2.0, + "34": 0.84090909, + "35": 3.0, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 44.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.31034483 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3074752, + "playerPoolEntry": { + "appliedStatTotal": 62.0, + "id": 3074752, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Terry", + "fullName": "Terry Rozier", + "id": 3074752, + "lastName": "Rozier", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 43.0, + "17": 5.0, + "1": 0.0, + "2": 12.0, + "3": 8.0, + "6": 15.0, + "11": -8.0, + "13": 28.0, + "14": -41.0, + "15": 10.0 + }, + "appliedTotal": 62.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 43.0, + "1": 0.0, + "2": 3.0, + "3": 4.0, + "4": 4.0, + "5": 11.0, + "6": 15.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 14.0, + "14": 41.0, + "15": 10.0, + "16": 10.0, + "17": 5.0, + "18": 17.0, + "19": 0.34146341, + "20": 1.0, + "21": 0.29411765, + "22": 0.40243902, + "23": 27.0, + "24": 0.0, + "25": 12.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 21.5, + "30": 7.5, + "31": 1.5, + "32": 2.0, + "33": 2.5, + "34": 0.59722222, + "35": 1.0, + "36": 0.75, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.24390244 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 1966, + "playerPoolEntry": { + "appliedStatTotal": 96.0, + "id": 1966, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 0, + 3, + 5, + 9 + ], + "firstName": "LeBron", + "fullName": "LeBron James", + "id": 1966, + "lastName": "James", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 54.0, + "17": 4.0, + "1": 0.0, + "2": 4.0, + "3": 36.0, + "6": 17.0, + "11": -16.0, + "13": 44.0, + "14": -44.0, + "15": 6.0 + }, + "appliedTotal": 96.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 54.0, + "1": 0.0, + "2": 1.0, + "3": 18.0, + "4": 3.0, + "5": 14.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 22.0, + "14": 44.0, + "15": 6.0, + "16": 9.0, + "17": 4.0, + "18": 13.0, + "19": 0.5, + "20": 0.66666667, + "21": 0.30769231, + "22": 0.54545455, + "23": 22.0, + "24": 3.0, + "25": 9.0, + "26": 9.0, + "27": 0.0, + "28": 38.0, + "29": 27.0, + "30": 8.5, + "31": 0.5, + "32": 4.0, + "33": 2.0, + "34": 0.71052632, + "35": 2.25, + "36": 0.125, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.20454545 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 1, + "tiebreak": 0.0, + "totalPoints": 480.0, + "totalPointsLive": 480.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 324.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 90.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 13.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 21.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 20.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 61.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 113.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 44.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 118.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 268.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 67.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 222.0, + "107": 126.0, + "108": 125.0, + "109": 96.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 96.0, + "entries": [ + { + "lineupSlotId": 3, + "playerId": 3032977, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 3032977, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Giannis", + "fullName": "Giannis Antetokounmpo", + "id": 3032977, + "lastName": "Antetokounmpo", + "proTeamId": 15, + "stats": [ + { + "appliedStats": { + "16": -15.0, + "0": 54.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 19.0, + "11": -6.0, + "13": 42.0, + "14": -39.0, + "15": 10.0 + }, + "appliedTotal": 71.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 54.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 4.0, + "5": 15.0, + "6": 19.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 21.0, + "14": 39.0, + "15": 10.0, + "16": 15.0, + "17": 2.0, + "18": 8.0, + "19": 0.5384600067138672, + "20": 0.6666699981689453, + "21": 0.25, + "22": 0.5641025641025641, + "23": 18.0, + "24": 5.0, + "25": 6.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 54.0, + "30": 19.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 1.5, + "35": 0.6666667, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.38461538461538464 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3032976, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3032976, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Rudy", + "fullName": "Rudy Gobert", + "id": 3032976, + "lastName": "Gobert", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4594268, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4594268, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Anthony", + "fullName": "Anthony Edwards", + "id": 4594268, + "lastName": "Edwards", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278073, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4278073, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Shai", + "fullName": "Shai Gilgeous-Alexander", + "id": 4278073, + "lastName": "Gilgeous-Alexander", + "proTeamId": 25, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 6430, + "playerPoolEntry": { + "appliedStatTotal": 22.0, + "id": 6430, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jimmy", + "fullName": "Jimmy Butler", + "id": 6430, + "lastName": "Butler", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 10.0, + "17": 0.0, + "1": 0.0, + "2": 8.0, + "3": 10.0, + "6": 4.0, + "11": -6.0, + "13": 10.0, + "14": -13.0, + "15": 0.0 + }, + "appliedTotal": 22.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 14, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 10.0, + "1": 0.0, + "2": 2.0, + "3": 5.0, + "4": 4.0, + "5": 0.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 13.0, + "15": 0.0, + "16": 1.0, + "17": 0.0, + "18": 0.0, + "19": 0.3846200180053711, + "20": 0.0, + "21": 0.0, + "22": 0.38461538461538464, + "23": 8.0, + "24": 1.0, + "25": 0.0, + "26": 5.0, + "27": 0.0, + "28": 33.0, + "29": 10.0, + "30": 4.0, + "31": 2.0, + "32": 3.0, + "33": 0.0, + "34": 0.30303030303030304, + "35": 1.6666666, + "36": 0.6666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.07692307692307693 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 2779, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2779, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Chris", + "fullName": "Chris Paul", + "id": 2779, + "lastName": "Paul", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6609, + "playerPoolEntry": { + "appliedStatTotal": 24.0, + "id": 6609, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Khris", + "fullName": "Khris Middleton", + "id": 6609, + "lastName": "Middleton", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 16.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 7.0, + "11": -2.0, + "13": 12.0, + "14": -14.0, + "15": 2.0 + }, + "appliedTotal": 24.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 6.0, + "14": 14.0, + "15": 2.0, + "16": 3.0, + "17": 2.0, + "18": 6.0, + "19": 0.42856998443603517, + "20": 0.6666699981689453, + "21": 0.3333300018310547, + "22": 0.5, + "23": 8.0, + "24": 1.0, + "25": 4.0, + "26": 2.0, + "27": 0.0, + "28": 20.0, + "29": 16.0, + "30": 7.0, + "31": 0.0, + "32": 1.0, + "33": 2.0, + "34": 0.8, + "35": 2.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.21428571428571427 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4432165, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4432165, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Suggs", + "id": 4432165, + "lastName": "Suggs", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3102530, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3102530, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jusuf", + "fullName": "Jusuf Nurkic", + "id": 3102530, + "lastName": "Nurkic", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4351852, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4351852, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Mitchell", + "fullName": "Mitchell Robinson", + "id": 4351852, + "lastName": "Robinson", + "proTeamId": 18, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4278078, + "playerPoolEntry": { + "appliedStatTotal": 3.0, + "id": 4278078, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "P.J.", + "fullName": "P.J. Washington", + "id": 4278078, + "lastName": "Washington", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 6.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 4.0, + "11": -2.0, + "13": 6.0, + "14": -15.0, + "15": 0.0 + }, + "appliedTotal": 3.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 6.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 3.0, + "14": 15.0, + "15": 0.0, + "16": 0.0, + "17": 0.0, + "18": 8.0, + "19": 0.2, + "20": 0.0, + "21": 0.0, + "22": 0.2, + "23": 12.0, + "24": 0.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 39.0, + "29": 6.0, + "30": 4.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.15384615384615385, + "35": 2.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 39.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4066372, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4066372, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Kevin", + "fullName": "Kevin Huerter", + "id": 4066372, + "lastName": "Huerter", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3032979, + "playerPoolEntry": { + "appliedStatTotal": 26.0, + "id": 3032979, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Dennis", + "fullName": "Dennis Schroder", + "id": 3032979, + "lastName": "Schroder", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 12.0, + "17": 2.0, + "1": 0.0, + "2": 4.0, + "3": 10.0, + "6": 6.0, + "11": -6.0, + "13": 8.0, + "14": -8.0, + "15": 2.0 + }, + "appliedTotal": 26.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 1.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 8.0, + "15": 2.0, + "16": 4.0, + "17": 2.0, + "18": 3.0, + "19": 0.5, + "20": 0.5, + "21": 0.6666699981689453, + "22": 0.625, + "23": 4.0, + "24": 2.0, + "25": 1.0, + "26": 5.0, + "27": 0.0, + "28": 36.0, + "29": 12.0, + "30": 6.0, + "31": 1.0, + "32": 3.0, + "33": 2.0, + "34": 0.3333333333333333, + "35": 1.6666666, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.5 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 569.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4432165, + "playerPoolEntry": { + "appliedStatTotal": 51.0, + "id": 4432165, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Suggs", + "id": 4432165, + "lastName": "Suggs", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 15.0, + "17": 2.0, + "1": 4.0, + "2": 20.0, + "3": 8.0, + "6": 8.0, + "11": -2.0, + "13": 10.0, + "14": -14.0, + "15": 3.0 + }, + "appliedTotal": 51.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 1.0, + "2": 5.0, + "3": 4.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 14.0, + "15": 3.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.35714286, + "20": 1.0, + "21": 0.4, + "22": 0.42857143, + "23": 9.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 0.5, + "28": 23.0, + "29": 7.5, + "30": 4.0, + "31": 2.5, + "32": 0.5, + "33": 1.0, + "34": 0.32608696, + "35": 4.0, + "36": 5.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 46.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.21428571 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278073, + "playerPoolEntry": { + "appliedStatTotal": 89.0, + "id": 4278073, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Shai", + "fullName": "Shai Gilgeous-Alexander", + "id": 4278073, + "lastName": "Gilgeous-Alexander", + "proTeamId": 25, + "stats": [ + { + "appliedStats": { + "16": -20.0, + "0": 55.0, + "17": 1.0, + "1": 12.0, + "2": 12.0, + "3": 22.0, + "6": 12.0, + "11": -12.0, + "13": 34.0, + "14": -47.0, + "15": 20.0 + }, + "appliedTotal": 89.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 3.0, + "2": 3.0, + "3": 11.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 17.0, + "14": 47.0, + "15": 20.0, + "16": 20.0, + "17": 1.0, + "18": 5.0, + "19": 0.36170213, + "20": 1.0, + "21": 0.2, + "22": 0.37234043, + "23": 30.0, + "24": 0.0, + "25": 4.0, + "26": 5.5, + "27": 1.5, + "28": 35.5, + "29": 27.5, + "30": 6.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.77464789, + "35": 1.83333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.42553191 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4594268, + "playerPoolEntry": { + "appliedStatTotal": 95.0, + "id": 4594268, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Anthony", + "fullName": "Anthony Edwards", + "id": 4594268, + "lastName": "Edwards", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 60.0, + "17": 6.0, + "1": 12.0, + "2": 16.0, + "3": 20.0, + "6": 14.0, + "11": -24.0, + "13": 48.0, + "14": -53.0, + "15": 6.0 + }, + "appliedTotal": 95.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 60.0, + "1": 3.0, + "2": 4.0, + "3": 10.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 24.0, + "14": 53.0, + "15": 6.0, + "16": 10.0, + "17": 6.0, + "18": 22.0, + "19": 0.45283019, + "20": 0.6, + "21": 0.27272727, + "22": 0.50943396, + "23": 29.0, + "24": 4.0, + "25": 16.0, + "26": 5.0, + "27": 1.5, + "28": 40.0, + "29": 30.0, + "30": 7.0, + "31": 2.0, + "32": 6.0, + "33": 3.0, + "34": 0.75, + "35": 0.83333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.18867925 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2779, + "playerPoolEntry": { + "appliedStatTotal": 52.0, + "id": 2779, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Chris", + "fullName": "Chris Paul", + "id": 2779, + "lastName": "Paul", + "proTeamId": 21, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 22.0, + "17": 4.0, + "1": 12.0, + "2": 0.0, + "3": 24.0, + "6": 6.0, + "11": -10.0, + "13": 12.0, + "14": -17.0, + "15": 6.0 + }, + "appliedTotal": 52.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 3.0, + "2": 0.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 6.0, + "14": 17.0, + "15": 6.0, + "16": 7.0, + "17": 4.0, + "18": 10.0, + "19": 0.35294118, + "20": 0.85714286, + "21": 0.4, + "22": 0.47058824, + "23": 11.0, + "24": 1.0, + "25": 6.0, + "26": 6.0, + "27": 1.5, + "28": 31.0, + "29": 11.0, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 2.0, + "34": 0.35483871, + "35": 2.4, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.41176471 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102530, + "playerPoolEntry": { + "appliedStatTotal": 27.0, + "id": 3102530, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jusuf", + "fullName": "Jusuf Nurkic", + "id": 3102530, + "lastName": "Nurkic", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 12.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 4.0, + "6": 6.0, + "11": -6.0, + "13": 10.0, + "14": -8.0, + "15": 0.0 + }, + "appliedTotal": 27.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 1.0, + "2": 1.0, + "3": 2.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 8.0, + "15": 0.0, + "16": 1.0, + "17": 2.0, + "18": 4.0, + "19": 0.625, + "20": 0.0, + "21": 0.5, + "22": 0.75, + "23": 3.0, + "24": 1.0, + "25": 2.0, + "26": 1.0, + "27": 0.5, + "28": 14.0, + "29": 6.0, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.42857143, + "35": 0.66666667, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 28.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6430, + "playerPoolEntry": { + "appliedStatTotal": 60.0, + "id": 6430, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jimmy", + "fullName": "Jimmy Butler", + "id": 6430, + "lastName": "Butler", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 33.0, + "17": 1.0, + "1": 4.0, + "2": 20.0, + "3": 20.0, + "6": 5.0, + "11": -10.0, + "13": 22.0, + "14": -29.0, + "15": 10.0 + }, + "appliedTotal": 60.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 1.0, + "2": 5.0, + "3": 10.0, + "4": 4.0, + "5": 1.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 11.0, + "14": 29.0, + "15": 10.0, + "16": 16.0, + "17": 1.0, + "18": 4.0, + "19": 0.37931034, + "20": 0.625, + "21": 0.25, + "22": 0.39655172, + "23": 18.0, + "24": 6.0, + "25": 3.0, + "26": 5.0, + "27": 0.5, + "28": 33.5, + "29": 16.5, + "30": 2.5, + "31": 2.5, + "32": 2.5, + "33": 0.5, + "34": 0.49253731, + "35": 2.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.55172414 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032976, + "playerPoolEntry": { + "appliedStatTotal": 33.0, + "id": 3032976, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Rudy", + "fullName": "Rudy Gobert", + "id": 3032976, + "lastName": "Gobert", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 19.0, + "17": 0.0, + "1": 0.0, + "2": 4.0, + "3": 2.0, + "6": 14.0, + "11": -6.0, + "13": 14.0, + "14": -9.0, + "15": 5.0 + }, + "appliedTotal": 33.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 13.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 7.0, + "14": 9.0, + "15": 5.0, + "16": 10.0, + "17": 0.0, + "18": 0.0, + "19": 0.77777778, + "20": 0.5, + "21": 0.0, + "22": 0.77777778, + "23": 2.0, + "24": 5.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 40.0, + "29": 19.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.475, + "35": 0.33333333, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 1.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278078, + "playerPoolEntry": { + "appliedStatTotal": 35.0, + "id": 4278078, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "P.J.", + "fullName": "P.J. Washington", + "id": 4278078, + "lastName": "Washington", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 20.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 10.0, + "6": 11.0, + "11": -4.0, + "13": 16.0, + "14": -28.0, + "15": 2.0 + }, + "appliedTotal": 35.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 1.0, + "2": 1.0, + "3": 5.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 28.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 15.0, + "19": 0.28571429, + "20": 1.0, + "21": 0.13333333, + "22": 0.32142857, + "23": 20.0, + "24": 0.0, + "25": 13.0, + "26": 2.5, + "27": 0.5, + "28": 38.5, + "29": 10.0, + "30": 5.5, + "31": 0.5, + "32": 1.0, + "33": 1.0, + "34": 0.25974026, + "35": 2.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.07142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032977, + "playerPoolEntry": { + "appliedStatTotal": 127.0, + "id": 3032977, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Giannis", + "fullName": "Giannis Antetokounmpo", + "id": 3032977, + "lastName": "Antetokounmpo", + "proTeamId": 15, + "stats": [ + { + "appliedStats": { + "16": -21.0, + "0": 88.0, + "17": 3.0, + "1": 0.0, + "2": 0.0, + "3": 12.0, + "6": 37.0, + "11": -14.0, + "13": 70.0, + "14": -63.0, + "15": 15.0 + }, + "appliedTotal": 127.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 88.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 7.0, + "5": 30.0, + "6": 37.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 35.0, + "14": 63.0, + "15": 15.0, + "16": 21.0, + "17": 3.0, + "18": 11.0, + "19": 0.55555556, + "20": 0.71428571, + "21": 0.27272727, + "22": 0.57936508, + "23": 28.0, + "24": 6.0, + "25": 8.0, + "26": 3.0, + "27": 0.0, + "28": 36.0, + "29": 44.0, + "30": 18.5, + "31": 0.0, + "32": 3.5, + "33": 1.5, + "34": 1.22222222, + "35": 0.85714286, + "36": 0.0, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 569.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4432165, + "playerPoolEntry": { + "appliedStatTotal": 51.0, + "id": 4432165, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Jalen", + "fullName": "Jalen Suggs", + "id": 4432165, + "lastName": "Suggs", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 15.0, + "17": 2.0, + "1": 4.0, + "2": 20.0, + "3": 8.0, + "6": 8.0, + "11": -2.0, + "13": 10.0, + "14": -14.0, + "15": 3.0 + }, + "appliedTotal": 51.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 1.0, + "2": 5.0, + "3": 4.0, + "4": 1.0, + "5": 7.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 5.0, + "14": 14.0, + "15": 3.0, + "16": 3.0, + "17": 2.0, + "18": 5.0, + "19": 0.35714286, + "20": 1.0, + "21": 0.4, + "22": 0.42857143, + "23": 9.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 0.5, + "28": 23.0, + "29": 7.5, + "30": 4.0, + "31": 2.5, + "32": 0.5, + "33": 1.0, + "34": 0.32608696, + "35": 4.0, + "36": 5.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 46.0, + "41": 0.0, + "42": 2.0, + "43": 1.0, + "44": 0.21428571 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278073, + "playerPoolEntry": { + "appliedStatTotal": 89.0, + "id": 4278073, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Shai", + "fullName": "Shai Gilgeous-Alexander", + "id": 4278073, + "lastName": "Gilgeous-Alexander", + "proTeamId": 25, + "stats": [ + { + "appliedStats": { + "16": -20.0, + "0": 55.0, + "17": 1.0, + "1": 12.0, + "2": 12.0, + "3": 22.0, + "6": 12.0, + "11": -12.0, + "13": 34.0, + "14": -47.0, + "15": 20.0 + }, + "appliedTotal": 89.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 3.0, + "2": 3.0, + "3": 11.0, + "4": 5.0, + "5": 7.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 17.0, + "14": 47.0, + "15": 20.0, + "16": 20.0, + "17": 1.0, + "18": 5.0, + "19": 0.36170213, + "20": 1.0, + "21": 0.2, + "22": 0.37234043, + "23": 30.0, + "24": 0.0, + "25": 4.0, + "26": 5.5, + "27": 1.5, + "28": 35.5, + "29": 27.5, + "30": 6.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.77464789, + "35": 1.83333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.42553191 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4594268, + "playerPoolEntry": { + "appliedStatTotal": 95.0, + "id": 4594268, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Anthony", + "fullName": "Anthony Edwards", + "id": 4594268, + "lastName": "Edwards", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 60.0, + "17": 6.0, + "1": 12.0, + "2": 16.0, + "3": 20.0, + "6": 14.0, + "11": -24.0, + "13": 48.0, + "14": -53.0, + "15": 6.0 + }, + "appliedTotal": 95.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 60.0, + "1": 3.0, + "2": 4.0, + "3": 10.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 12.0, + "12": 0.0, + "13": 24.0, + "14": 53.0, + "15": 6.0, + "16": 10.0, + "17": 6.0, + "18": 22.0, + "19": 0.45283019, + "20": 0.6, + "21": 0.27272727, + "22": 0.50943396, + "23": 29.0, + "24": 4.0, + "25": 16.0, + "26": 5.0, + "27": 1.5, + "28": 40.0, + "29": 30.0, + "30": 7.0, + "31": 2.0, + "32": 6.0, + "33": 3.0, + "34": 0.75, + "35": 0.83333333, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 80.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.18867925 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2779, + "playerPoolEntry": { + "appliedStatTotal": 52.0, + "id": 2779, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Chris", + "fullName": "Chris Paul", + "id": 2779, + "lastName": "Paul", + "proTeamId": 21, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 22.0, + "17": 4.0, + "1": 12.0, + "2": 0.0, + "3": 24.0, + "6": 6.0, + "11": -10.0, + "13": 12.0, + "14": -17.0, + "15": 6.0 + }, + "appliedTotal": 52.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 3.0, + "2": 0.0, + "3": 12.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 6.0, + "14": 17.0, + "15": 6.0, + "16": 7.0, + "17": 4.0, + "18": 10.0, + "19": 0.35294118, + "20": 0.85714286, + "21": 0.4, + "22": 0.47058824, + "23": 11.0, + "24": 1.0, + "25": 6.0, + "26": 6.0, + "27": 1.5, + "28": 31.0, + "29": 11.0, + "30": 3.0, + "31": 0.0, + "32": 2.5, + "33": 2.0, + "34": 0.35483871, + "35": 2.4, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 62.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.41176471 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102530, + "playerPoolEntry": { + "appliedStatTotal": 27.0, + "id": 3102530, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jusuf", + "fullName": "Jusuf Nurkic", + "id": 3102530, + "lastName": "Nurkic", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 12.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 4.0, + "6": 6.0, + "11": -6.0, + "13": 10.0, + "14": -8.0, + "15": 0.0 + }, + "appliedTotal": 27.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 1.0, + "2": 1.0, + "3": 2.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 5.0, + "14": 8.0, + "15": 0.0, + "16": 1.0, + "17": 2.0, + "18": 4.0, + "19": 0.625, + "20": 0.0, + "21": 0.5, + "22": 0.75, + "23": 3.0, + "24": 1.0, + "25": 2.0, + "26": 1.0, + "27": 0.5, + "28": 14.0, + "29": 6.0, + "30": 3.0, + "31": 0.5, + "32": 1.5, + "33": 1.0, + "34": 0.42857143, + "35": 0.66666667, + "36": 0.33333333, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 28.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6430, + "playerPoolEntry": { + "appliedStatTotal": 60.0, + "id": 6430, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Jimmy", + "fullName": "Jimmy Butler", + "id": 6430, + "lastName": "Butler", + "proTeamId": 14, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 33.0, + "17": 1.0, + "1": 4.0, + "2": 20.0, + "3": 20.0, + "6": 5.0, + "11": -10.0, + "13": 22.0, + "14": -29.0, + "15": 10.0 + }, + "appliedTotal": 60.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 33.0, + "1": 1.0, + "2": 5.0, + "3": 10.0, + "4": 4.0, + "5": 1.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 11.0, + "14": 29.0, + "15": 10.0, + "16": 16.0, + "17": 1.0, + "18": 4.0, + "19": 0.37931034, + "20": 0.625, + "21": 0.25, + "22": 0.39655172, + "23": 18.0, + "24": 6.0, + "25": 3.0, + "26": 5.0, + "27": 0.5, + "28": 33.5, + "29": 16.5, + "30": 2.5, + "31": 2.5, + "32": 2.5, + "33": 0.5, + "34": 0.49253731, + "35": 2.0, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.55172414 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032976, + "playerPoolEntry": { + "appliedStatTotal": 33.0, + "id": 3032976, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Rudy", + "fullName": "Rudy Gobert", + "id": 3032976, + "lastName": "Gobert", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 19.0, + "17": 0.0, + "1": 0.0, + "2": 4.0, + "3": 2.0, + "6": 14.0, + "11": -6.0, + "13": 14.0, + "14": -9.0, + "15": 5.0 + }, + "appliedTotal": 33.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 1.0, + "5": 13.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 7.0, + "14": 9.0, + "15": 5.0, + "16": 10.0, + "17": 0.0, + "18": 0.0, + "19": 0.77777778, + "20": 0.5, + "21": 0.0, + "22": 0.77777778, + "23": 2.0, + "24": 5.0, + "25": 0.0, + "26": 1.0, + "27": 0.0, + "28": 40.0, + "29": 19.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.475, + "35": 0.33333333, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 40.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 1.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4278078, + "playerPoolEntry": { + "appliedStatTotal": 35.0, + "id": 4278078, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "P.J.", + "fullName": "P.J. Washington", + "id": 4278078, + "lastName": "Washington", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 20.0, + "17": 2.0, + "1": 4.0, + "2": 4.0, + "3": 10.0, + "6": 11.0, + "11": -4.0, + "13": 16.0, + "14": -28.0, + "15": 2.0 + }, + "appliedTotal": 35.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 1.0, + "2": 1.0, + "3": 5.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 28.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 15.0, + "19": 0.28571429, + "20": 1.0, + "21": 0.13333333, + "22": 0.32142857, + "23": 20.0, + "24": 0.0, + "25": 13.0, + "26": 2.5, + "27": 0.5, + "28": 38.5, + "29": 10.0, + "30": 5.5, + "31": 0.5, + "32": 1.0, + "33": 1.0, + "34": 0.25974026, + "35": 2.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.07142857 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3032977, + "playerPoolEntry": { + "appliedStatTotal": 127.0, + "id": 3032977, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Giannis", + "fullName": "Giannis Antetokounmpo", + "id": 3032977, + "lastName": "Antetokounmpo", + "proTeamId": 15, + "stats": [ + { + "appliedStats": { + "16": -21.0, + "0": 88.0, + "17": 3.0, + "1": 0.0, + "2": 0.0, + "3": 12.0, + "6": 37.0, + "11": -14.0, + "13": 70.0, + "14": -63.0, + "15": 15.0 + }, + "appliedTotal": 127.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 88.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 7.0, + "5": 30.0, + "6": 37.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 35.0, + "14": 63.0, + "15": 15.0, + "16": 21.0, + "17": 3.0, + "18": 11.0, + "19": 0.55555556, + "20": 0.71428571, + "21": 0.27272727, + "22": 0.57936508, + "23": 28.0, + "24": 6.0, + "25": 8.0, + "26": 3.0, + "27": 0.0, + "28": 36.0, + "29": 44.0, + "30": 18.5, + "31": 0.0, + "32": 3.5, + "33": 1.5, + "34": 1.22222222, + "35": 0.85714286, + "36": 0.0, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 8, + "tiebreak": 0.0, + "totalPoints": 569.0, + "totalPointsLive": 569.0 + }, + "id": 78, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 260.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 55.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 11.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 28.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 12.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 67.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 130.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 31.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 96.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 189.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 40.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 98.0, + "107": 133.0, + "108": 159.0, + "109": 180.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 180.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4277905, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4277905, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Trae", + "fullName": "Trae Young", + "id": 4277905, + "lastName": "Young", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 6478, + "playerPoolEntry": { + "appliedStatTotal": 46.0, + "id": 6478, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Vucevic", + "id": 6478, + "lastName": "Vucevic", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 17.0, + "17": 1.0, + "1": 0.0, + "2": 4.0, + "3": 12.0, + "6": 12.0, + "11": 0.0, + "13": 14.0, + "14": -14.0, + "15": 2.0 + }, + "appliedTotal": 46.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 4, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 1.0, + "3": 6.0, + "4": 0.0, + "5": 12.0, + "6": 12.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 14.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 5.0, + "19": 0.5, + "20": 1.0, + "21": 0.2, + "22": 0.5357142857142857, + "23": 7.0, + "24": 0.0, + "25": 4.0, + "26": 6.0, + "27": 0.0, + "28": 33.0, + "29": 17.0, + "30": 12.0, + "31": 1.0, + "32": 0.0, + "33": 1.0, + "34": 0.5151515151515151, + "35": 0.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.14285714285714285 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3064514, + "playerPoolEntry": { + "appliedStatTotal": 42.0, + "id": 3064514, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Julius", + "fullName": "Julius Randle", + "id": 3064514, + "lastName": "Randle", + "proTeamId": 18, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 23.0, + "17": 3.0, + "1": 0.0, + "2": 12.0, + "3": 12.0, + "6": 10.0, + "11": -14.0, + "13": 16.0, + "14": -19.0, + "15": 4.0 + }, + "appliedTotal": 42.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 23.0, + "1": 0.0, + "2": 3.0, + "3": 6.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 7.0, + "12": 0.0, + "13": 8.0, + "14": 19.0, + "15": 4.0, + "16": 5.0, + "17": 3.0, + "18": 9.0, + "19": 0.42104999542236327, + "20": 0.8, + "21": 0.3333300018310547, + "22": 0.5, + "23": 11.0, + "24": 1.0, + "25": 6.0, + "26": 6.0, + "27": 0.0, + "28": 34.0, + "29": 23.0, + "30": 10.0, + "31": 3.0, + "32": 7.0, + "33": 3.0, + "34": 0.6764705882352942, + "35": 0.85714287, + "36": 0.42857143, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 34.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.2631578947368421 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 3917376, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3917376, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Jaylen", + "fullName": "Jaylen Brown", + "id": 3917376, + "lastName": "Brown", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 6580, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6580, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Bradley", + "fullName": "Bradley Beal", + "id": 6580, + "lastName": "Beal", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 13, + "playerId": 4397136, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4397136, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Saddiq", + "fullName": "Saddiq Bey", + "id": 4397136, + "lastName": "Bey", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 6589, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6589, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Draymond", + "fullName": "Draymond Green", + "id": 6589, + "lastName": "Green", + "proTeamId": 9, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 2991070, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2991070, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jerami", + "fullName": "Jerami Grant", + "id": 2991070, + "lastName": "Grant", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4683634, + "playerPoolEntry": { + "appliedStatTotal": 7.0, + "id": 4683634, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Bennedict", + "fullName": "Bennedict Mathurin", + "id": 4683634, + "lastName": "Mathurin", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 5.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "6": 4.0, + "11": -4.0, + "13": 4.0, + "14": -5.0, + "15": 0.0 + }, + "appliedTotal": 7.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 5.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 3.0, + "19": 0.4, + "20": 0.0, + "21": 0.3333300018310547, + "22": 0.5, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 1.0, + "27": 0.0, + "28": 20.0, + "29": 5.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 1.0, + "34": 0.25, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 4431671, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4431671, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden McDaniels", + "id": 4431671, + "lastName": "McDaniels", + "proTeamId": 16, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4017837, + "playerPoolEntry": { + "appliedStatTotal": 29.0, + "id": 4017837, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Ivica", + "fullName": "Ivica Zubac", + "id": 4017837, + "lastName": "Zubac", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 12.0, + "17": 0.0, + "1": 4.0, + "2": 0.0, + "3": 2.0, + "6": 13.0, + "11": -2.0, + "13": 8.0, + "14": -7.0, + "15": 4.0 + }, + "appliedTotal": 29.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 1.0, + "2": 0.0, + "3": 1.0, + "4": 6.0, + "5": 7.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 1.0, + "12": 1.0, + "13": 4.0, + "14": 7.0, + "15": 4.0, + "16": 5.0, + "17": 0.0, + "18": 0.0, + "19": 0.5714300155639649, + "20": 0.8, + "21": 0.0, + "22": 0.5714285714285714, + "23": 3.0, + "24": 1.0, + "25": 0.0, + "26": 1.0, + "27": 1.0, + "28": 29.0, + "29": 12.0, + "30": 13.0, + "31": 0.0, + "32": 1.0, + "33": 0.0, + "34": 0.41379310344827586, + "35": 1.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.7142857142857143 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3133628, + "playerPoolEntry": { + "appliedStatTotal": 56.0, + "id": 3133628, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Myles", + "fullName": "Myles Turner", + "id": 3133628, + "lastName": "Turner", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 20.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 6.0, + "6": 13.0, + "11": -2.0, + "13": 16.0, + "14": -11.0, + "15": 2.0 + }, + "appliedTotal": 56.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 11, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 3.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 11.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.7272699737548828, + "20": 1.0, + "21": 0.5, + "22": 0.8181818181818182, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 2.0, + "28": 31.0, + "29": 20.0, + "30": 13.0, + "31": 1.0, + "32": 1.0, + "33": 2.0, + "34": 0.6451612903225806, + "35": 3.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.18181818181818182 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2566769, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2566769, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Malcolm", + "fullName": "Malcolm Brogdon", + "id": 2566769, + "lastName": "Brogdon", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4397102, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4397102, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Bol", + "fullName": "Bol Bol", + "id": 4397102, + "lastName": "Bol", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 570.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4277905, + "playerPoolEntry": { + "appliedStatTotal": 43.0, + "id": 4277905, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Trae", + "fullName": "Trae Young", + "id": 4277905, + "lastName": "Young", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 20.0, + "17": 3.0, + "1": 0.0, + "2": 4.0, + "3": 24.0, + "6": 1.0, + "11": -8.0, + "13": 16.0, + "14": -17.0, + "15": 1.0 + }, + "appliedTotal": 43.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 0.0, + "2": 1.0, + "3": 12.0, + "4": 0.0, + "5": 1.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 8.0, + "14": 17.0, + "15": 1.0, + "16": 1.0, + "17": 3.0, + "18": 3.0, + "19": 0.47058824, + "20": 1.0, + "21": 1.0, + "22": 0.55882353, + "23": 9.0, + "24": 0.0, + "25": 0.0, + "26": 12.0, + "27": 0.0, + "28": 27.0, + "29": 20.0, + "30": 1.0, + "31": 1.0, + "32": 4.0, + "33": 3.0, + "34": 0.74074074, + "35": 3.0, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.05882353 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4017837, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 4017837, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Ivica", + "fullName": "Ivica Zubac", + "id": 4017837, + "lastName": "Zubac", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 26.0, + "17": 0.0, + "1": 16.0, + "2": 0.0, + "3": 4.0, + "6": 25.0, + "11": -2.0, + "13": 20.0, + "14": -14.0, + "15": 6.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 4.0, + "2": 0.0, + "3": 2.0, + "4": 9.0, + "5": 16.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 1.0, + "12": 1.0, + "13": 10.0, + "14": 14.0, + "15": 6.0, + "16": 10.0, + "17": 0.0, + "18": 0.0, + "19": 0.71428571, + "20": 0.6, + "21": 0.0, + "22": 0.71428571, + "23": 4.0, + "24": 4.0, + "25": 0.0, + "26": 1.0, + "27": 2.0, + "28": 28.5, + "29": 13.0, + "30": 12.5, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.45614035, + "35": 2.0, + "36": 0.0, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.71428571 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3133628, + "playerPoolEntry": { + "appliedStatTotal": 56.0, + "id": 3133628, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Myles", + "fullName": "Myles Turner", + "id": 3133628, + "lastName": "Turner", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 20.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 6.0, + "6": 13.0, + "11": -2.0, + "13": 16.0, + "14": -11.0, + "15": 2.0 + }, + "appliedTotal": 56.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 3.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 11.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.72727273, + "20": 1.0, + "21": 0.5, + "22": 0.81818182, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 2.0, + "28": 31.0, + "29": 20.0, + "30": 13.0, + "31": 1.0, + "32": 1.0, + "33": 2.0, + "34": 0.64516129, + "35": 3.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.18181818 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991070, + "playerPoolEntry": { + "appliedStatTotal": 61.0, + "id": 2991070, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jerami", + "fullName": "Jerami Grant", + "id": 2991070, + "lastName": "Grant", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 40.0, + "17": 5.0, + "1": 12.0, + "2": 0.0, + "3": 4.0, + "6": 5.0, + "11": -4.0, + "13": 28.0, + "14": -29.0, + "15": 7.0 + }, + "appliedTotal": 61.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 3.0, + "2": 0.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 14.0, + "14": 29.0, + "15": 7.0, + "16": 7.0, + "17": 5.0, + "18": 12.0, + "19": 0.48275862, + "20": 1.0, + "21": 0.41666667, + "22": 0.56896552, + "23": 15.0, + "24": 0.0, + "25": 7.0, + "26": 1.0, + "27": 1.5, + "28": 27.5, + "29": 20.0, + "30": 2.5, + "31": 0.0, + "32": 1.0, + "33": 2.5, + "34": 0.72727273, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431671, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 4431671, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden McDaniels", + "id": 4431671, + "lastName": "McDaniels", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 20.0, + "17": 1.0, + "1": 8.0, + "2": 4.0, + "3": 14.0, + "6": 10.0, + "11": 0.0, + "13": 14.0, + "14": -16.0, + "15": 5.0 + }, + "appliedTotal": 53.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 7.0, + "4": 3.0, + "5": 7.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 16.0, + "15": 5.0, + "16": 7.0, + "17": 1.0, + "18": 6.0, + "19": 0.4375, + "20": 0.71428571, + "21": 0.16666667, + "22": 0.46875, + "23": 9.0, + "24": 2.0, + "25": 5.0, + "26": 3.5, + "27": 1.0, + "28": 35.5, + "29": 10.0, + "30": 5.0, + "31": 0.5, + "32": 0.0, + "33": 0.5, + "34": 0.28169014, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.4375 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4683634, + "playerPoolEntry": { + "appliedStatTotal": 7.0, + "id": 4683634, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Bennedict", + "fullName": "Bennedict Mathurin", + "id": 4683634, + "lastName": "Mathurin", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 5.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "6": 4.0, + "11": -4.0, + "13": 4.0, + "14": -5.0, + "15": 0.0 + }, + "appliedTotal": 7.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 5.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 3.0, + "19": 0.4, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 1.0, + "27": 0.0, + "28": 20.0, + "29": 5.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 1.0, + "34": 0.25, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3917376, + "playerPoolEntry": { + "appliedStatTotal": 36.0, + "id": 3917376, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Jaylen", + "fullName": "Jaylen Brown", + "id": 3917376, + "lastName": "Brown", + "proTeamId": 2, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 26.0, + "17": 7.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "6": 3.0, + "11": -4.0, + "13": 16.0, + "14": -16.0, + "15": 3.0 + }, + "appliedTotal": 36.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 16.0, + "15": 3.0, + "16": 5.0, + "17": 7.0, + "18": 12.0, + "19": 0.5, + "20": 0.6, + "21": 0.58333333, + "22": 0.71875, + "23": 8.0, + "24": 2.0, + "25": 5.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 26.0, + "30": 3.0, + "31": 0.0, + "32": 2.0, + "33": 7.0, + "34": 0.8125, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3125 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064514, + "playerPoolEntry": { + "appliedStatTotal": 72.0, + "id": 3064514, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Julius", + "fullName": "Julius Randle", + "id": 3064514, + "lastName": "Randle", + "proTeamId": 18, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 46.0, + "17": 5.0, + "1": 0.0, + "2": 12.0, + "3": 22.0, + "6": 22.0, + "11": -22.0, + "13": 28.0, + "14": -38.0, + "15": 13.0 + }, + "appliedTotal": 72.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 0.0, + "2": 3.0, + "3": 11.0, + "4": 3.0, + "5": 19.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 38.0, + "15": 13.0, + "16": 16.0, + "17": 5.0, + "18": 18.0, + "19": 0.36842105, + "20": 0.8125, + "21": 0.27777778, + "22": 0.43421053, + "23": 24.0, + "24": 3.0, + "25": 13.0, + "26": 5.5, + "27": 0.0, + "28": 38.5, + "29": 23.0, + "30": 11.0, + "31": 1.5, + "32": 5.5, + "33": 2.5, + "34": 0.5974026, + "35": 1.0, + "36": 0.27272727, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.42105263 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6589, + "playerPoolEntry": { + "appliedStatTotal": 64.0, + "id": 6589, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Draymond", + "fullName": "Draymond Green", + "id": 6589, + "lastName": "Green", + "proTeamId": 9, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 17.0, + "17": 0.0, + "1": 0.0, + "2": 12.0, + "3": 32.0, + "6": 21.0, + "11": -16.0, + "13": 16.0, + "14": -14.0, + "15": 1.0 + }, + "appliedTotal": 64.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 3.0, + "3": 16.0, + "4": 1.0, + "5": 20.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 8.0, + "14": 14.0, + "15": 1.0, + "16": 5.0, + "17": 0.0, + "18": 1.0, + "19": 0.57142857, + "20": 0.2, + "21": 0.0, + "22": 0.57142857, + "23": 6.0, + "24": 4.0, + "25": 1.0, + "26": 8.0, + "27": 0.0, + "28": 35.0, + "29": 8.5, + "30": 10.5, + "31": 1.5, + "32": 4.0, + "33": 0.0, + "34": 0.24285714, + "35": 2.0, + "36": 0.375, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.35714286 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6478, + "playerPoolEntry": { + "appliedStatTotal": 107.0, + "id": 6478, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Vucevic", + "id": 6478, + "lastName": "Vucevic", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 40.0, + "17": 4.0, + "1": 0.0, + "2": 12.0, + "3": 20.0, + "6": 26.0, + "11": 0.0, + "13": 34.0, + "14": -29.0, + "15": 2.0 + }, + "appliedTotal": 107.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 3.0, + "3": 10.0, + "4": 0.0, + "5": 26.0, + "6": 26.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 17.0, + "14": 29.0, + "15": 2.0, + "16": 2.0, + "17": 4.0, + "18": 11.0, + "19": 0.5862069, + "20": 1.0, + "21": 0.36363636, + "22": 0.65517241, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.0, + "27": 0.0, + "28": 36.0, + "29": 20.0, + "30": 13.0, + "31": 1.5, + "32": 0.0, + "33": 2.0, + "34": 0.55555556, + "35": "Infinity", + "36": "Infinity", + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.06896552 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 570.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4277905, + "playerPoolEntry": { + "appliedStatTotal": 43.0, + "id": 4277905, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Trae", + "fullName": "Trae Young", + "id": 4277905, + "lastName": "Young", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -1.0, + "0": 20.0, + "17": 3.0, + "1": 0.0, + "2": 4.0, + "3": 24.0, + "6": 1.0, + "11": -8.0, + "13": 16.0, + "14": -17.0, + "15": 1.0 + }, + "appliedTotal": 43.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 0.0, + "2": 1.0, + "3": 12.0, + "4": 0.0, + "5": 1.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 8.0, + "14": 17.0, + "15": 1.0, + "16": 1.0, + "17": 3.0, + "18": 3.0, + "19": 0.47058824, + "20": 1.0, + "21": 1.0, + "22": 0.55882353, + "23": 9.0, + "24": 0.0, + "25": 0.0, + "26": 12.0, + "27": 0.0, + "28": 27.0, + "29": 20.0, + "30": 1.0, + "31": 1.0, + "32": 4.0, + "33": 3.0, + "34": 0.74074074, + "35": 3.0, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 27.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.05882353 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4017837, + "playerPoolEntry": { + "appliedStatTotal": 71.0, + "id": 4017837, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Ivica", + "fullName": "Ivica Zubac", + "id": 4017837, + "lastName": "Zubac", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 26.0, + "17": 0.0, + "1": 16.0, + "2": 0.0, + "3": 4.0, + "6": 25.0, + "11": -2.0, + "13": 20.0, + "14": -14.0, + "15": 6.0 + }, + "appliedTotal": 71.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 4.0, + "2": 0.0, + "3": 2.0, + "4": 9.0, + "5": 16.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 1.0, + "12": 1.0, + "13": 10.0, + "14": 14.0, + "15": 6.0, + "16": 10.0, + "17": 0.0, + "18": 0.0, + "19": 0.71428571, + "20": 0.6, + "21": 0.0, + "22": 0.71428571, + "23": 4.0, + "24": 4.0, + "25": 0.0, + "26": 1.0, + "27": 2.0, + "28": 28.5, + "29": 13.0, + "30": 12.5, + "31": 0.0, + "32": 0.5, + "33": 0.0, + "34": 0.45614035, + "35": 2.0, + "36": 0.0, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 57.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.71428571 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3133628, + "playerPoolEntry": { + "appliedStatTotal": 56.0, + "id": 3133628, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Myles", + "fullName": "Myles Turner", + "id": 3133628, + "lastName": "Turner", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 20.0, + "17": 2.0, + "1": 8.0, + "2": 4.0, + "3": 6.0, + "6": 13.0, + "11": -2.0, + "13": 16.0, + "14": -11.0, + "15": 2.0 + }, + "appliedTotal": 56.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 3.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 11.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.72727273, + "20": 1.0, + "21": 0.5, + "22": 0.81818182, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 3.0, + "27": 2.0, + "28": 31.0, + "29": 20.0, + "30": 13.0, + "31": 1.0, + "32": 1.0, + "33": 2.0, + "34": 0.64516129, + "35": 3.0, + "36": 1.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.18181818 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991070, + "playerPoolEntry": { + "appliedStatTotal": 61.0, + "id": 2991070, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jerami", + "fullName": "Jerami Grant", + "id": 2991070, + "lastName": "Grant", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 40.0, + "17": 5.0, + "1": 12.0, + "2": 0.0, + "3": 4.0, + "6": 5.0, + "11": -4.0, + "13": 28.0, + "14": -29.0, + "15": 7.0 + }, + "appliedTotal": 61.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 3.0, + "2": 0.0, + "3": 2.0, + "4": 0.0, + "5": 5.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 14.0, + "14": 29.0, + "15": 7.0, + "16": 7.0, + "17": 5.0, + "18": 12.0, + "19": 0.48275862, + "20": 1.0, + "21": 0.41666667, + "22": 0.56896552, + "23": 15.0, + "24": 0.0, + "25": 7.0, + "26": 1.0, + "27": 1.5, + "28": 27.5, + "29": 20.0, + "30": 2.5, + "31": 0.0, + "32": 1.0, + "33": 2.5, + "34": 0.72727273, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 55.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.24137931 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4431671, + "playerPoolEntry": { + "appliedStatTotal": 53.0, + "id": 4431671, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Jaden", + "fullName": "Jaden McDaniels", + "id": 4431671, + "lastName": "McDaniels", + "proTeamId": 16, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 20.0, + "17": 1.0, + "1": 8.0, + "2": 4.0, + "3": 14.0, + "6": 10.0, + "11": 0.0, + "13": 14.0, + "14": -16.0, + "15": 5.0 + }, + "appliedTotal": 53.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 20.0, + "1": 2.0, + "2": 1.0, + "3": 7.0, + "4": 3.0, + "5": 7.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 7.0, + "14": 16.0, + "15": 5.0, + "16": 7.0, + "17": 1.0, + "18": 6.0, + "19": 0.4375, + "20": 0.71428571, + "21": 0.16666667, + "22": 0.46875, + "23": 9.0, + "24": 2.0, + "25": 5.0, + "26": 3.5, + "27": 1.0, + "28": 35.5, + "29": 10.0, + "30": 5.0, + "31": 0.5, + "32": 0.0, + "33": 0.5, + "34": 0.28169014, + "35": "Infinity", + "36": "Infinity", + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.4375 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4683634, + "playerPoolEntry": { + "appliedStatTotal": 7.0, + "id": 4683634, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Bennedict", + "fullName": "Bennedict Mathurin", + "id": 4683634, + "lastName": "Mathurin", + "proTeamId": 11, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 5.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "6": 4.0, + "11": -4.0, + "13": 4.0, + "14": -5.0, + "15": 0.0 + }, + "appliedTotal": 7.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 5.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 3.0, + "19": 0.4, + "20": 0.0, + "21": 0.33333333, + "22": 0.5, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 1.0, + "27": 0.0, + "28": 20.0, + "29": 5.0, + "30": 4.0, + "31": 0.0, + "32": 2.0, + "33": 1.0, + "34": 0.25, + "35": 0.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3917376, + "playerPoolEntry": { + "appliedStatTotal": 36.0, + "id": 3917376, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Jaylen", + "fullName": "Jaylen Brown", + "id": 3917376, + "lastName": "Brown", + "proTeamId": 2, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 26.0, + "17": 7.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "6": 3.0, + "11": -4.0, + "13": 16.0, + "14": -16.0, + "15": 3.0 + }, + "appliedTotal": 36.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 26.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 16.0, + "15": 3.0, + "16": 5.0, + "17": 7.0, + "18": 12.0, + "19": 0.5, + "20": 0.6, + "21": 0.58333333, + "22": 0.71875, + "23": 8.0, + "24": 2.0, + "25": 5.0, + "26": 3.0, + "27": 0.0, + "28": 32.0, + "29": 26.0, + "30": 3.0, + "31": 0.0, + "32": 2.0, + "33": 7.0, + "34": 0.8125, + "35": 1.5, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 32.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.3125 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064514, + "playerPoolEntry": { + "appliedStatTotal": 72.0, + "id": 3064514, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Julius", + "fullName": "Julius Randle", + "id": 3064514, + "lastName": "Randle", + "proTeamId": 18, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 46.0, + "17": 5.0, + "1": 0.0, + "2": 12.0, + "3": 22.0, + "6": 22.0, + "11": -22.0, + "13": 28.0, + "14": -38.0, + "15": 13.0 + }, + "appliedTotal": 72.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 0.0, + "2": 3.0, + "3": 11.0, + "4": 3.0, + "5": 19.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 0.0, + "11": 11.0, + "12": 0.0, + "13": 14.0, + "14": 38.0, + "15": 13.0, + "16": 16.0, + "17": 5.0, + "18": 18.0, + "19": 0.36842105, + "20": 0.8125, + "21": 0.27777778, + "22": 0.43421053, + "23": 24.0, + "24": 3.0, + "25": 13.0, + "26": 5.5, + "27": 0.0, + "28": 38.5, + "29": 23.0, + "30": 11.0, + "31": 1.5, + "32": 5.5, + "33": 2.5, + "34": 0.5974026, + "35": 1.0, + "36": 0.27272727, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.42105263 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6589, + "playerPoolEntry": { + "appliedStatTotal": 64.0, + "id": 6589, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Draymond", + "fullName": "Draymond Green", + "id": 6589, + "lastName": "Green", + "proTeamId": 9, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 17.0, + "17": 0.0, + "1": 0.0, + "2": 12.0, + "3": 32.0, + "6": 21.0, + "11": -16.0, + "13": 16.0, + "14": -14.0, + "15": 1.0 + }, + "appliedTotal": 64.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 0.0, + "2": 3.0, + "3": 16.0, + "4": 1.0, + "5": 20.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 8.0, + "14": 14.0, + "15": 1.0, + "16": 5.0, + "17": 0.0, + "18": 1.0, + "19": 0.57142857, + "20": 0.2, + "21": 0.0, + "22": 0.57142857, + "23": 6.0, + "24": 4.0, + "25": 1.0, + "26": 8.0, + "27": 0.0, + "28": 35.0, + "29": 8.5, + "30": 10.5, + "31": 1.5, + "32": 4.0, + "33": 0.0, + "34": 0.24285714, + "35": 2.0, + "36": 0.375, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.35714286 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6478, + "playerPoolEntry": { + "appliedStatTotal": 107.0, + "id": 6478, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Vucevic", + "id": 6478, + "lastName": "Vucevic", + "proTeamId": 4, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 40.0, + "17": 4.0, + "1": 0.0, + "2": 12.0, + "3": 20.0, + "6": 26.0, + "11": 0.0, + "13": 34.0, + "14": -29.0, + "15": 2.0 + }, + "appliedTotal": 107.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 3.0, + "3": 10.0, + "4": 0.0, + "5": 26.0, + "6": 26.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 17.0, + "14": 29.0, + "15": 2.0, + "16": 2.0, + "17": 4.0, + "18": 11.0, + "19": 0.5862069, + "20": 1.0, + "21": 0.36363636, + "22": 0.65517241, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.0, + "27": 0.0, + "28": 36.0, + "29": 20.0, + "30": 13.0, + "31": 1.5, + "32": 0.0, + "33": 2.0, + "34": 0.55555556, + "35": "Infinity", + "36": "Infinity", + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.06896552 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 7, + "tiebreak": 0.0, + "totalPoints": 570.0, + "totalPointsLive": 570.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 373.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 82.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 11.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 20.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 24.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 102.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 172.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 44.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 146.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 301.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 61.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 169.0, + "107": 197.0, + "108": 188.0, + "109": 237.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 237.0, + "entries": [ + { + "lineupSlotId": 4, + "playerId": 3112335, + "playerPoolEntry": { + "appliedStatTotal": 74.0, + "id": 3112335, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Jokic", + "id": 3112335, + "lastName": "Jokic", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 22.0, + "17": 0.0, + "1": 4.0, + "2": 4.0, + "3": 32.0, + "6": 14.0, + "11": -6.0, + "13": 18.0, + "14": -13.0, + "15": 4.0 + }, + "appliedTotal": 74.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 1.0, + "2": 1.0, + "3": 16.0, + "4": 2.0, + "5": 12.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 13.0, + "15": 4.0, + "16": 5.0, + "17": 0.0, + "18": 0.0, + "19": 0.6923100280761719, + "20": 0.8, + "21": 0.0, + "22": 0.6923076923076923, + "23": 4.0, + "24": 1.0, + "25": 0.0, + "26": 16.0, + "27": 1.0, + "28": 33.0, + "29": 22.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.6666666666666666, + "35": 5.3333335, + "36": 0.33333334, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.38461538461538464 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 4251, + "playerPoolEntry": { + "appliedStatTotal": 26.0, + "id": 4251, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 1, + 5 + ], + "firstName": "Paul", + "fullName": "Paul George", + "id": 4251, + "lastName": "George", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 16.0, + "17": 2.0, + "1": 0.0, + "2": 12.0, + "3": 4.0, + "6": 6.0, + "11": -6.0, + "13": 12.0, + "14": -16.0, + "15": 2.0 + }, + "appliedTotal": 26.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 12, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 16.0, + "1": 0.0, + "2": 3.0, + "3": 2.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 6.0, + "14": 16.0, + "15": 2.0, + "16": 6.0, + "17": 2.0, + "18": 5.0, + "19": 0.375, + "20": 0.3333300018310547, + "21": 0.4, + "22": 0.4375, + "23": 10.0, + "24": 4.0, + "25": 3.0, + "26": 2.0, + "27": 0.0, + "28": 36.0, + "29": 16.0, + "30": 6.0, + "31": 3.0, + "32": 3.0, + "33": 2.0, + "34": 0.4444444444444444, + "35": 0.6666667, + "36": 1.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.375 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 6583, + "playerPoolEntry": { + "appliedStatTotal": 56.0, + "id": 6583, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Anthony", + "fullName": "Anthony Davis", + "id": 6583, + "lastName": "Davis", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 31.0, + "17": 0.0, + "1": 8.0, + "2": 4.0, + "3": 4.0, + "6": 14.0, + "11": -4.0, + "13": 26.0, + "14": -27.0, + "15": 5.0 + }, + "appliedTotal": 56.0, + "externalId": "401468933", + "id": "05401468933", + "proTeamId": 13, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 2.0, + "2": 1.0, + "3": 2.0, + "4": 5.0, + "5": 9.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 0.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 13.0, + "14": 27.0, + "15": 5.0, + "16": 5.0, + "17": 0.0, + "18": 3.0, + "19": 0.4814799880981445, + "20": 1.0, + "21": 0.0, + "22": 0.48148148148148145, + "23": 14.0, + "24": 0.0, + "25": 3.0, + "26": 2.0, + "27": 2.0, + "28": 35.0, + "29": 31.0, + "30": 14.0, + "31": 1.0, + "32": 2.0, + "33": 0.0, + "34": 0.8857142857142857, + "35": 1.0, + "36": 0.5, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 35.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.18518518518518517 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4432158, + "playerPoolEntry": { + "appliedStatTotal": 42.0, + "id": 4432158, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Evan", + "fullName": "Evan Mobley", + "id": 4432158, + "lastName": "Mobley", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 17.0, + "17": 0.0, + "1": 8.0, + "2": 4.0, + "3": 10.0, + "6": 14.0, + "11": -6.0, + "13": 14.0, + "14": -17.0, + "15": 3.0 + }, + "appliedTotal": 42.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 5, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 2.0, + "2": 1.0, + "3": 5.0, + "4": 4.0, + "5": 10.0, + "6": 14.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 7.0, + "14": 17.0, + "15": 3.0, + "16": 5.0, + "17": 0.0, + "18": 2.0, + "19": 0.4117599868774414, + "20": 0.6, + "21": 0.0, + "22": 0.4117647058823529, + "23": 10.0, + "24": 2.0, + "25": 2.0, + "26": 5.0, + "27": 2.0, + "28": 33.0, + "29": 17.0, + "30": 14.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.5151515151515151, + "35": 1.6666666, + "36": 0.33333334, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 33.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.29411764705882354 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066259, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4066259, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "De'Aaron", + "fullName": "De'Aaron Fox", + "id": 4066259, + "lastName": "Fox", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 4397140, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4397140, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Kevin", + "fullName": "Kevin Porter Jr.", + "id": 4397140, + "lastName": "Porter Jr.", + "proTeamId": 10, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 4871145, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4871145, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Josh", + "fullName": "Josh Giddey", + "id": 4871145, + "lastName": "Giddey", + "proTeamId": 25, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4277956, + "playerPoolEntry": { + "appliedStatTotal": 39.0, + "id": 4277956, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Jordan", + "fullName": "Jordan Poole", + "id": 4277956, + "lastName": "Poole", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 22.0, + "17": 4.0, + "1": 0.0, + "2": 4.0, + "3": 10.0, + "6": 3.0, + "11": -4.0, + "13": 16.0, + "14": -15.0, + "15": 2.0 + }, + "appliedTotal": 39.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 22.0, + "1": 0.0, + "2": 1.0, + "3": 5.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 8.0, + "14": 15.0, + "15": 2.0, + "16": 3.0, + "17": 4.0, + "18": 8.0, + "19": 0.5333300018310547, + "20": 0.6666699981689453, + "21": 0.5, + "22": 0.6666666666666666, + "23": 7.0, + "24": 1.0, + "25": 4.0, + "26": 5.0, + "27": 0.0, + "28": 26.0, + "29": 22.0, + "30": 3.0, + "31": 1.0, + "32": 2.0, + "33": 4.0, + "34": 0.8461538461538461, + "35": 2.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 26.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3102529, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3102529, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Clint", + "fullName": "Clint Capela", + "id": 3102529, + "lastName": "Capela", + "proTeamId": 1, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4395625, + "playerPoolEntry": { + "appliedStatTotal": 37.0, + "id": 4395625, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "RJ", + "fullName": "RJ Barrett", + "id": 4395625, + "lastName": "Barrett", + "proTeamId": 18, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 30.0, + "17": 0.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "6": 8.0, + "11": -10.0, + "13": 26.0, + "14": -23.0, + "15": 4.0 + }, + "appliedTotal": 37.0, + "externalId": "401468935", + "id": "05401468935", + "proTeamId": 18, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 30.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 4.0, + "5": 4.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 13.0, + "14": 23.0, + "15": 4.0, + "16": 6.0, + "17": 0.0, + "18": 5.0, + "19": 0.5652199935913086, + "20": 0.6666699981689453, + "21": 0.0, + "22": 0.5652173913043478, + "23": 10.0, + "24": 2.0, + "25": 5.0, + "26": 4.0, + "27": 0.0, + "28": 41.0, + "29": 30.0, + "30": 8.0, + "31": 0.0, + "32": 5.0, + "33": 0.0, + "34": 0.7317073170731707, + "35": 0.8, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 41.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.2608695652173913 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4432809, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4432809, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Cole", + "fullName": "Cole Anthony", + "id": 4432809, + "lastName": "Anthony", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4277847, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4277847, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Wendell", + "fullName": "Wendell Carter Jr.", + "id": 4277847, + "lastName": "Carter Jr.", + "proTeamId": 19, + "stats": [], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 791.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3112335, + "playerPoolEntry": { + "appliedStatTotal": 153.0, + "id": 3112335, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Jokic", + "id": 3112335, + "lastName": "Jokic", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 48.0, + "17": 1.0, + "1": 8.0, + "2": 8.0, + "3": 62.0, + "6": 32.0, + "11": -16.0, + "13": 38.0, + "14": -27.0, + "15": 9.0 + }, + "appliedTotal": 153.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 48.0, + "1": 2.0, + "2": 2.0, + "3": 31.0, + "4": 3.0, + "5": 29.0, + "6": 32.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 19.0, + "14": 27.0, + "15": 9.0, + "16": 10.0, + "17": 1.0, + "18": 3.0, + "19": 0.7037037, + "20": 0.9, + "21": 0.33333333, + "22": 0.72222222, + "23": 8.0, + "24": 1.0, + "25": 2.0, + "26": 15.5, + "27": 1.0, + "28": 35.5, + "29": 24.0, + "30": 16.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.67605634, + "35": 3.875, + "36": 0.25, + "37": 2.0, + "38": 2.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37037037 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871145, + "playerPoolEntry": { + "appliedStatTotal": 90.0, + "id": 4871145, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Josh", + "fullName": "Josh Giddey", + "id": 4871145, + "lastName": "Giddey", + "proTeamId": 25, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 41.0, + "17": 3.0, + "1": 4.0, + "2": 16.0, + "3": 28.0, + "6": 16.0, + "11": -16.0, + "13": 36.0, + "14": -36.0, + "15": 2.0 + }, + "appliedTotal": 90.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 1.0, + "2": 4.0, + "3": 14.0, + "4": 6.0, + "5": 10.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 36.0, + "15": 2.0, + "16": 4.0, + "17": 3.0, + "18": 9.0, + "19": 0.5, + "20": 0.5, + "21": 0.33333333, + "22": 0.54166667, + "23": 18.0, + "24": 2.0, + "25": 6.0, + "26": 7.0, + "27": 0.5, + "28": 33.5, + "29": 20.5, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 1.5, + "34": 0.6119403, + "35": 1.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277956, + "playerPoolEntry": { + "appliedStatTotal": 87.0, + "id": 4277956, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Jordan", + "fullName": "Jordan Poole", + "id": 4277956, + "lastName": "Poole", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -21.0, + "0": 55.0, + "17": 7.0, + "1": 0.0, + "2": 12.0, + "3": 28.0, + "6": 10.0, + "11": -12.0, + "13": 32.0, + "14": -40.0, + "15": 16.0 + }, + "appliedTotal": 87.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 0.0, + "2": 3.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 16.0, + "16": 21.0, + "17": 7.0, + "18": 19.0, + "19": 0.4, + "20": 0.76190476, + "21": 0.36842105, + "22": 0.4875, + "23": 24.0, + "24": 5.0, + "25": 12.0, + "26": 4.66666667, + "27": 0.0, + "28": 29.66666667, + "29": 18.33333333, + "30": 3.33333333, + "31": 1.0, + "32": 2.0, + "33": 2.33333333, + "34": 0.61797753, + "35": 2.33333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 89.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.525 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277847, + "playerPoolEntry": { + "appliedStatTotal": 42.0, + "id": 4277847, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Wendell", + "fullName": "Wendell Carter Jr.", + "id": 4277847, + "lastName": "Carter Jr.", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 21.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "6": 22.0, + "11": -2.0, + "13": 16.0, + "14": -21.0, + "15": 4.0 + }, + "appliedTotal": 42.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 8.0, + "5": 14.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 21.0, + "15": 4.0, + "16": 7.0, + "17": 1.0, + "18": 9.0, + "19": 0.38095238, + "20": 0.57142857, + "21": 0.11111111, + "22": 0.4047619, + "23": 13.0, + "24": 3.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 27.0, + "29": 10.5, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.38888889, + "35": 4.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 54.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6583, + "playerPoolEntry": { + "appliedStatTotal": 92.0, + "id": 6583, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Anthony", + "fullName": "Anthony Davis", + "id": 6583, + "lastName": "Davis", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 58.0, + "17": 0.0, + "1": 8.0, + "2": 12.0, + "3": 6.0, + "6": 23.0, + "11": -14.0, + "13": 44.0, + "14": -43.0, + "15": 14.0 + }, + "appliedTotal": 92.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 3.0, + "3": 3.0, + "4": 7.0, + "5": 16.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 1.0, + "11": 7.0, + "12": 0.0, + "13": 22.0, + "14": 43.0, + "15": 14.0, + "16": 16.0, + "17": 0.0, + "18": 4.0, + "19": 0.51162791, + "20": 0.875, + "21": 0.0, + "22": 0.51162791, + "23": 21.0, + "24": 2.0, + "25": 4.0, + "26": 1.5, + "27": 1.0, + "28": 36.0, + "29": 29.0, + "30": 11.5, + "31": 1.5, + "32": 3.5, + "33": 0.0, + "34": 0.80555556, + "35": 0.42857143, + "36": 0.42857143, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37209302 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4251, + "playerPoolEntry": { + "appliedStatTotal": 64.0, + "id": 4251, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 1, + 5 + ], + "firstName": "Paul", + "fullName": "Paul George", + "id": 4251, + "lastName": "George", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 32.0, + "17": 4.0, + "1": 0.0, + "2": 20.0, + "3": 18.0, + "6": 16.0, + "11": -16.0, + "13": 26.0, + "14": -32.0, + "15": 2.0 + }, + "appliedTotal": 64.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 5.0, + "3": 9.0, + "4": 3.0, + "5": 13.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 13.0, + "14": 32.0, + "15": 2.0, + "16": 6.0, + "17": 4.0, + "18": 13.0, + "19": 0.40625, + "20": 0.33333333, + "21": 0.30769231, + "22": 0.46875, + "23": 19.0, + "24": 4.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 38.0, + "29": 16.0, + "30": 8.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.42105263, + "35": 1.125, + "36": 0.625, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.1875 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432158, + "playerPoolEntry": { + "appliedStatTotal": 86.0, + "id": 4432158, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Evan", + "fullName": "Evan Mobley", + "id": 4432158, + "lastName": "Mobley", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 36.0, + "17": 0.0, + "1": 16.0, + "2": 4.0, + "3": 18.0, + "6": 21.0, + "11": -6.0, + "13": 32.0, + "14": -32.0, + "15": 4.0 + }, + "appliedTotal": 86.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 36.0, + "1": 4.0, + "2": 1.0, + "3": 9.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 32.0, + "15": 4.0, + "16": 7.0, + "17": 0.0, + "18": 4.0, + "19": 0.5, + "20": 0.57142857, + "21": 0.0, + "22": 0.5, + "23": 16.0, + "24": 3.0, + "25": 4.0, + "26": 4.5, + "27": 2.0, + "28": 35.5, + "29": 18.0, + "30": 10.5, + "31": 0.5, + "32": 1.5, + "33": 0.0, + "34": 0.50704225, + "35": 3.0, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.21875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066259, + "playerPoolEntry": { + "appliedStatTotal": 125.0, + "id": 4066259, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "De'Aaron", + "fullName": "De'Aaron Fox", + "id": 4066259, + "lastName": "Fox", + "proTeamId": 23, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 63.0, + "17": 4.0, + "1": 8.0, + "2": 20.0, + "3": 28.0, + "6": 7.0, + "11": -6.0, + "13": 52.0, + "14": -50.0, + "15": 7.0 + }, + "appliedTotal": 125.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 63.0, + "1": 2.0, + "2": 5.0, + "3": 14.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 26.0, + "14": 50.0, + "15": 7.0, + "16": 8.0, + "17": 4.0, + "18": 8.0, + "19": 0.52, + "20": 0.875, + "21": 0.5, + "22": 0.56, + "23": 24.0, + "24": 1.0, + "25": 4.0, + "26": 7.0, + "27": 1.0, + "28": 39.5, + "29": 31.5, + "30": 3.5, + "31": 2.5, + "32": 1.5, + "33": 2.0, + "34": 0.79746835, + "35": 4.66666667, + "36": 1.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 79.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.16 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102529, + "playerPoolEntry": { + "appliedStatTotal": 52.0, + "id": 3102529, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Clint", + "fullName": "Clint Capela", + "id": 3102529, + "lastName": "Capela", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 19.0, + "17": 0.0, + "1": 0.0, + "2": 4.0, + "3": 8.0, + "6": 25.0, + "11": 0.0, + "13": 16.0, + "14": -20.0, + "15": 3.0 + }, + "appliedTotal": 52.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 13.0, + "5": 12.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 8.0, + "14": 20.0, + "15": 3.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 1.0, + "21": 0.0, + "22": 0.4, + "23": 12.0, + "24": 0.0, + "25": 0.0, + "26": 2.0, + "27": 0.0, + "28": 25.5, + "29": 9.5, + "30": 12.5, + "31": 0.5, + "32": 0.0, + "33": 0.0, + "34": 0.37254902, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 791.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 3112335, + "playerPoolEntry": { + "appliedStatTotal": 153.0, + "id": 3112335, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Nikola", + "fullName": "Nikola Jokic", + "id": 3112335, + "lastName": "Jokic", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 48.0, + "17": 1.0, + "1": 8.0, + "2": 8.0, + "3": 62.0, + "6": 32.0, + "11": -16.0, + "13": 38.0, + "14": -27.0, + "15": 9.0 + }, + "appliedTotal": 153.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 48.0, + "1": 2.0, + "2": 2.0, + "3": 31.0, + "4": 3.0, + "5": 29.0, + "6": 32.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 19.0, + "14": 27.0, + "15": 9.0, + "16": 10.0, + "17": 1.0, + "18": 3.0, + "19": 0.7037037, + "20": 0.9, + "21": 0.33333333, + "22": 0.72222222, + "23": 8.0, + "24": 1.0, + "25": 2.0, + "26": 15.5, + "27": 1.0, + "28": 35.5, + "29": 24.0, + "30": 16.0, + "31": 1.0, + "32": 4.0, + "33": 0.5, + "34": 0.67605634, + "35": 3.875, + "36": 0.25, + "37": 2.0, + "38": 2.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37037037 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4871145, + "playerPoolEntry": { + "appliedStatTotal": 90.0, + "id": 4871145, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Josh", + "fullName": "Josh Giddey", + "id": 4871145, + "lastName": "Giddey", + "proTeamId": 25, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 41.0, + "17": 3.0, + "1": 4.0, + "2": 16.0, + "3": 28.0, + "6": 16.0, + "11": -16.0, + "13": 36.0, + "14": -36.0, + "15": 2.0 + }, + "appliedTotal": 90.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 41.0, + "1": 1.0, + "2": 4.0, + "3": 14.0, + "4": 6.0, + "5": 10.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 18.0, + "14": 36.0, + "15": 2.0, + "16": 4.0, + "17": 3.0, + "18": 9.0, + "19": 0.5, + "20": 0.5, + "21": 0.33333333, + "22": 0.54166667, + "23": 18.0, + "24": 2.0, + "25": 6.0, + "26": 7.0, + "27": 0.5, + "28": 33.5, + "29": 20.5, + "30": 8.0, + "31": 2.0, + "32": 4.0, + "33": 1.5, + "34": 0.6119403, + "35": 1.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 67.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.11111111 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277956, + "playerPoolEntry": { + "appliedStatTotal": 87.0, + "id": 4277956, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Jordan", + "fullName": "Jordan Poole", + "id": 4277956, + "lastName": "Poole", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -21.0, + "0": 55.0, + "17": 7.0, + "1": 0.0, + "2": 12.0, + "3": 28.0, + "6": 10.0, + "11": -12.0, + "13": 32.0, + "14": -40.0, + "15": 16.0 + }, + "appliedTotal": 87.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 55.0, + "1": 0.0, + "2": 3.0, + "3": 14.0, + "4": 1.0, + "5": 9.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 8.0, + "10": 1.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 40.0, + "15": 16.0, + "16": 21.0, + "17": 7.0, + "18": 19.0, + "19": 0.4, + "20": 0.76190476, + "21": 0.36842105, + "22": 0.4875, + "23": 24.0, + "24": 5.0, + "25": 12.0, + "26": 4.66666667, + "27": 0.0, + "28": 29.66666667, + "29": 18.33333333, + "30": 3.33333333, + "31": 1.0, + "32": 2.0, + "33": 2.33333333, + "34": 0.61797753, + "35": 2.33333333, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 89.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.525 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277847, + "playerPoolEntry": { + "appliedStatTotal": 42.0, + "id": 4277847, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Wendell", + "fullName": "Wendell Carter Jr.", + "id": 4277847, + "lastName": "Carter Jr.", + "proTeamId": 19, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 21.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "6": 22.0, + "11": -2.0, + "13": 16.0, + "14": -21.0, + "15": 4.0 + }, + "appliedTotal": 42.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 21.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 8.0, + "5": 14.0, + "6": 22.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 8.0, + "14": 21.0, + "15": 4.0, + "16": 7.0, + "17": 1.0, + "18": 9.0, + "19": 0.38095238, + "20": 0.57142857, + "21": 0.11111111, + "22": 0.4047619, + "23": 13.0, + "24": 3.0, + "25": 8.0, + "26": 2.0, + "27": 0.0, + "28": 27.0, + "29": 10.5, + "30": 11.0, + "31": 0.0, + "32": 0.5, + "33": 0.5, + "34": 0.38888889, + "35": 4.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 54.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.33333333 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6583, + "playerPoolEntry": { + "appliedStatTotal": 92.0, + "id": 6583, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Anthony", + "fullName": "Anthony Davis", + "id": 6583, + "lastName": "Davis", + "proTeamId": 13, + "stats": [ + { + "appliedStats": { + "16": -16.0, + "0": 58.0, + "17": 0.0, + "1": 8.0, + "2": 12.0, + "3": 6.0, + "6": 23.0, + "11": -14.0, + "13": 44.0, + "14": -43.0, + "15": 14.0 + }, + "appliedTotal": 92.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 3.0, + "3": 3.0, + "4": 7.0, + "5": 16.0, + "6": 23.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 1.0, + "11": 7.0, + "12": 0.0, + "13": 22.0, + "14": 43.0, + "15": 14.0, + "16": 16.0, + "17": 0.0, + "18": 4.0, + "19": 0.51162791, + "20": 0.875, + "21": 0.0, + "22": 0.51162791, + "23": 21.0, + "24": 2.0, + "25": 4.0, + "26": 1.5, + "27": 1.0, + "28": 36.0, + "29": 29.0, + "30": 11.5, + "31": 1.5, + "32": 3.5, + "33": 0.0, + "34": 0.80555556, + "35": 0.42857143, + "36": 0.42857143, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 72.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.37209302 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4251, + "playerPoolEntry": { + "appliedStatTotal": 64.0, + "id": 4251, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 1, + 5 + ], + "firstName": "Paul", + "fullName": "Paul George", + "id": 4251, + "lastName": "George", + "proTeamId": 12, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 32.0, + "17": 4.0, + "1": 0.0, + "2": 20.0, + "3": 18.0, + "6": 16.0, + "11": -16.0, + "13": 26.0, + "14": -32.0, + "15": 2.0 + }, + "appliedTotal": 64.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 32.0, + "1": 0.0, + "2": 5.0, + "3": 9.0, + "4": 3.0, + "5": 13.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 13.0, + "14": 32.0, + "15": 2.0, + "16": 6.0, + "17": 4.0, + "18": 13.0, + "19": 0.40625, + "20": 0.33333333, + "21": 0.30769231, + "22": 0.46875, + "23": 19.0, + "24": 4.0, + "25": 9.0, + "26": 4.5, + "27": 0.0, + "28": 38.0, + "29": 16.0, + "30": 8.0, + "31": 2.5, + "32": 4.0, + "33": 2.0, + "34": 0.42105263, + "35": 1.125, + "36": 0.625, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.1875 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432158, + "playerPoolEntry": { + "appliedStatTotal": 86.0, + "id": 4432158, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Evan", + "fullName": "Evan Mobley", + "id": 4432158, + "lastName": "Mobley", + "proTeamId": 5, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -7.0, + "0": 36.0, + "17": 0.0, + "1": 16.0, + "2": 4.0, + "3": 18.0, + "6": 21.0, + "11": -6.0, + "13": 32.0, + "14": -32.0, + "15": 4.0 + }, + "appliedTotal": 86.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 36.0, + "1": 4.0, + "2": 1.0, + "3": 9.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 16.0, + "14": 32.0, + "15": 4.0, + "16": 7.0, + "17": 0.0, + "18": 4.0, + "19": 0.5, + "20": 0.57142857, + "21": 0.0, + "22": 0.5, + "23": 16.0, + "24": 3.0, + "25": 4.0, + "26": 4.5, + "27": 2.0, + "28": 35.5, + "29": 18.0, + "30": 10.5, + "31": 0.5, + "32": 1.5, + "33": 0.0, + "34": 0.50704225, + "35": 3.0, + "36": 0.33333333, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 71.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.21875 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066259, + "playerPoolEntry": { + "appliedStatTotal": 125.0, + "id": 4066259, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "De'Aaron", + "fullName": "De'Aaron Fox", + "id": 4066259, + "lastName": "Fox", + "proTeamId": 23, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 63.0, + "17": 4.0, + "1": 8.0, + "2": 20.0, + "3": 28.0, + "6": 7.0, + "11": -6.0, + "13": 52.0, + "14": -50.0, + "15": 7.0 + }, + "appliedTotal": 125.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 63.0, + "1": 2.0, + "2": 5.0, + "3": 14.0, + "4": 1.0, + "5": 6.0, + "6": 7.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 26.0, + "14": 50.0, + "15": 7.0, + "16": 8.0, + "17": 4.0, + "18": 8.0, + "19": 0.52, + "20": 0.875, + "21": 0.5, + "22": 0.56, + "23": 24.0, + "24": 1.0, + "25": 4.0, + "26": 7.0, + "27": 1.0, + "28": 39.5, + "29": 31.5, + "30": 3.5, + "31": 2.5, + "32": 1.5, + "33": 2.0, + "34": 0.79746835, + "35": 4.66666667, + "36": 1.66666667, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 79.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.16 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102529, + "playerPoolEntry": { + "appliedStatTotal": 52.0, + "id": 3102529, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Clint", + "fullName": "Clint Capela", + "id": 3102529, + "lastName": "Capela", + "proTeamId": 1, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 19.0, + "17": 0.0, + "1": 0.0, + "2": 4.0, + "3": 8.0, + "6": 25.0, + "11": 0.0, + "13": 16.0, + "14": -20.0, + "15": 3.0 + }, + "appliedTotal": 52.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 0.0, + "2": 1.0, + "3": 4.0, + "4": 13.0, + "5": 12.0, + "6": 25.0, + "7": 0.0, + "8": 0.0, + "9": 2.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 8.0, + "14": 20.0, + "15": 3.0, + "16": 3.0, + "17": 0.0, + "18": 0.0, + "19": 0.4, + "20": 1.0, + "21": 0.0, + "22": 0.4, + "23": 12.0, + "24": 0.0, + "25": 0.0, + "26": 2.0, + "27": 0.0, + "28": 25.5, + "29": 9.5, + "30": 12.5, + "31": 0.5, + "32": 0.0, + "33": 0.0, + "34": 0.37254902, + "35": "Infinity", + "36": "Infinity", + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 51.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.15 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 2, + "tiebreak": 0.0, + "totalPoints": 791.0, + "totalPointsLive": 791.0 + }, + "id": 79, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + }, + { + "away": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 287.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 73.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 10.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 28.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 11.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 54.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 110.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 32.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 101.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 205.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 57.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 172.0, + "107": 31.0, + "108": 272.0, + "109": 59.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 59.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4279888, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 4279888, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Ja", + "fullName": "Ja Morant", + "id": 4279888, + "lastName": "Morant", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 24.0, + "17": 0.0, + "1": 4.0, + "2": 4.0, + "3": 16.0, + "6": 8.0, + "11": -6.0, + "13": 18.0, + "14": -20.0, + "15": 6.0 + }, + "appliedTotal": 48.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 24.0, + "1": 1.0, + "2": 1.0, + "3": 8.0, + "4": 3.0, + "5": 5.0, + "6": 8.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 20.0, + "15": 6.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.45, + "20": 1.0, + "21": 0.0, + "22": 0.45, + "23": 11.0, + "24": 0.0, + "25": 1.0, + "26": 8.0, + "27": 1.0, + "28": 30.0, + "29": 24.0, + "30": 8.0, + "31": 1.0, + "32": 3.0, + "33": 0.0, + "34": 0.8, + "35": 2.6666667, + "36": 0.33333334, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3136193, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3136193, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Devin", + "fullName": "Devin Booker", + "id": 3136193, + "lastName": "Booker", + "proTeamId": 21, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3155942, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3155942, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Domantas", + "fullName": "Domantas Sabonis", + "id": 3155942, + "lastName": "Sabonis", + "proTeamId": 23, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 6442, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6442, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Kyrie", + "fullName": "Kyrie Irving", + "id": 6442, + "lastName": "Irving", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 3059319, + "playerPoolEntry": { + "appliedStatTotal": 11.0, + "id": 3059319, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Andrew", + "fullName": "Andrew Wiggins", + "id": 3059319, + "lastName": "Wiggins", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 9.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "6": 10.0, + "11": -4.0, + "13": 6.0, + "14": -14.0, + "15": 1.0 + }, + "appliedTotal": 11.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "4": 3.0, + "5": 7.0, + "6": 10.0, + "7": 0.0, + "8": 0.0, + "9": 4.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 3.0, + "14": 14.0, + "15": 1.0, + "16": 3.0, + "17": 2.0, + "18": 3.0, + "19": 0.21429000854492186, + "20": 0.3333300018310547, + "21": 0.6666699981689453, + "22": 0.2857142857142857, + "23": 11.0, + "24": 2.0, + "25": 1.0, + "26": 2.0, + "27": 0.0, + "28": 31.0, + "29": 9.0, + "30": 10.0, + "31": 0.0, + "32": 2.0, + "33": 2.0, + "34": 0.2903225806451613, + "35": 1.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 31.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.21428571428571427 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 6475, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 6475, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Klay", + "fullName": "Klay Thompson", + "id": 6475, + "lastName": "Thompson", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 9, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 2, + "playerId": 4066336, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4066336, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Lauri", + "fullName": "Lauri Markkanen", + "id": 4066336, + "lastName": "Markkanen", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2990992, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2990992, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Marcus", + "fullName": "Marcus Smart", + "id": 2990992, + "lastName": "Smart", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3064290, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3064290, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Aaron", + "fullName": "Aaron Gordon", + "id": 3064290, + "lastName": "Gordon", + "proTeamId": 7, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468938", + "id": "05401468938", + "proTeamId": 7, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 2528426, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2528426, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "Jordan", + "fullName": "Jordan Clarkson", + "id": 2528426, + "lastName": "Clarkson", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3907387, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3907387, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 3, + 4, + 5, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Ben", + "fullName": "Ben Simmons", + "id": 3907387, + "lastName": "Simmons", + "proTeamId": 17, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3213, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3213, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Al", + "fullName": "Al Horford", + "id": 3213, + "lastName": "Horford", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3058254, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3058254, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Christian", + "fullName": "Christian Wood", + "id": 3058254, + "lastName": "Wood", + "proTeamId": 6, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 6, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 534.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4279888, + "playerPoolEntry": { + "appliedStatTotal": 105.0, + "id": 4279888, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Ja", + "fullName": "Ja Morant", + "id": 4279888, + "lastName": "Morant", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -24.0, + "0": 56.0, + "17": 3.0, + "1": 4.0, + "2": 8.0, + "3": 40.0, + "6": 17.0, + "11": -16.0, + "13": 34.0, + "14": -36.0, + "15": 19.0 + }, + "appliedTotal": 105.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 56.0, + "1": 1.0, + "2": 2.0, + "3": 20.0, + "4": 5.0, + "5": 12.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 17.0, + "14": 36.0, + "15": 19.0, + "16": 24.0, + "17": 3.0, + "18": 8.0, + "19": 0.47222222, + "20": 0.79166667, + "21": 0.375, + "22": 0.51388889, + "23": 19.0, + "24": 5.0, + "25": 5.0, + "26": 10.0, + "27": 0.5, + "28": 32.0, + "29": 28.0, + "30": 8.5, + "31": 1.0, + "32": 4.0, + "33": 1.5, + "34": 0.875, + "35": 2.5, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.66666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3155942, + "playerPoolEntry": { + "appliedStatTotal": 113.0, + "id": 3155942, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Domantas", + "fullName": "Domantas Sabonis", + "id": 3155942, + "lastName": "Sabonis", + "proTeamId": 23, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 51.0, + "17": 1.0, + "1": 16.0, + "2": 12.0, + "3": 10.0, + "6": 24.0, + "11": -12.0, + "13": 44.0, + "14": -30.0, + "15": 6.0 + }, + "appliedTotal": 113.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 51.0, + "1": 4.0, + "2": 3.0, + "3": 5.0, + "4": 4.0, + "5": 20.0, + "6": 24.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 1.0, + "11": 6.0, + "12": 1.0, + "13": 22.0, + "14": 30.0, + "15": 6.0, + "16": 9.0, + "17": 1.0, + "18": 2.0, + "19": 0.73333333, + "20": 0.66666667, + "21": 0.5, + "22": 0.75, + "23": 8.0, + "24": 3.0, + "25": 1.0, + "26": 2.5, + "27": 2.0, + "28": 36.5, + "29": 25.5, + "30": 12.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.69863014, + "35": 0.83333333, + "36": 0.5, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059319, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 3059319, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Andrew", + "fullName": "Andrew Wiggins", + "id": 3059319, + "lastName": "Wiggins", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 40.0, + "17": 4.0, + "1": 8.0, + "2": 4.0, + "3": 12.0, + "6": 21.0, + "11": -10.0, + "13": 34.0, + "14": -40.0, + "15": 2.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 17.0, + "14": 40.0, + "15": 2.0, + "16": 5.0, + "17": 4.0, + "18": 11.0, + "19": 0.425, + "20": 0.4, + "21": 0.36363636, + "22": 0.475, + "23": 23.0, + "24": 3.0, + "25": 7.0, + "26": 2.0, + "27": 0.66666667, + "28": 32.66666667, + "29": 13.33333333, + "30": 7.0, + "31": 0.33333333, + "32": 1.66666667, + "33": 1.33333333, + "34": 0.40816327, + "35": 1.2, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6442, + "playerPoolEntry": { + "appliedStatTotal": 83.0, + "id": 6442, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Kyrie", + "fullName": "Kyrie Irving", + "id": 6442, + "lastName": "Irving", + "proTeamId": 17, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 46.0, + "17": 4.0, + "1": 8.0, + "2": 8.0, + "3": 20.0, + "6": 11.0, + "11": -10.0, + "13": 32.0, + "14": -34.0, + "15": 10.0 + }, + "appliedTotal": 83.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 2.0, + "2": 2.0, + "3": 10.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 16.0, + "14": 34.0, + "15": 10.0, + "16": 12.0, + "17": 4.0, + "18": 14.0, + "19": 0.47058824, + "20": 0.83333333, + "21": 0.28571429, + "22": 0.52941176, + "23": 18.0, + "24": 2.0, + "25": 10.0, + "26": 5.0, + "27": 1.0, + "28": 35.0, + "29": 23.0, + "30": 5.5, + "31": 1.0, + "32": 2.5, + "33": 2.0, + "34": 0.65714286, + "35": 2.0, + "36": 0.4, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.35294118 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6475, + "playerPoolEntry": { + "appliedStatTotal": 61.0, + "id": 6475, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Klay", + "fullName": "Klay Thompson", + "id": 6475, + "lastName": "Thompson", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 42.0, + "17": 8.0, + "1": 0.0, + "2": 8.0, + "3": 6.0, + "6": 13.0, + "11": -8.0, + "13": 26.0, + "14": -34.0, + "15": 8.0 + }, + "appliedTotal": 61.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 2.0, + "3": 3.0, + "4": 1.0, + "5": 12.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 13.0, + "14": 34.0, + "15": 8.0, + "16": 8.0, + "17": 8.0, + "18": 21.0, + "19": 0.38235294, + "20": 1.0, + "21": 0.38095238, + "22": 0.5, + "23": 21.0, + "24": 0.0, + "25": 13.0, + "26": 1.5, + "27": 0.0, + "28": 38.5, + "29": 21.0, + "30": 6.5, + "31": 1.0, + "32": 2.0, + "33": 4.0, + "34": 0.54545455, + "35": 0.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.23529412 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064290, + "playerPoolEntry": { + "appliedStatTotal": 31.0, + "id": 3064290, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Aaron", + "fullName": "Aaron Gordon", + "id": 3064290, + "lastName": "Gordon", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 15.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 12.0, + "6": 6.0, + "11": 0.0, + "13": 12.0, + "14": -12.0, + "15": 2.0 + }, + "appliedTotal": 31.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 2.0, + "16": 5.0, + "17": 1.0, + "18": 3.0, + "19": 0.5, + "20": 0.4, + "21": 0.33333333, + "22": 0.54166667, + "23": 6.0, + "24": 3.0, + "25": 2.0, + "26": 6.0, + "27": 0.0, + "28": 36.0, + "29": 15.0, + "30": 6.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.41666667, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.41666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3213, + "playerPoolEntry": { + "appliedStatTotal": 23.0, + "id": 3213, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Al", + "fullName": "Al Horford", + "id": 3213, + "lastName": "Horford", + "proTeamId": 2, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 9.0, + "17": 3.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "6": 5.0, + "11": 0.0, + "13": 6.0, + "14": -6.0, + "15": 0.0 + }, + "appliedTotal": 23.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 3.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 3.0, + "18": 4.0, + "19": 0.5, + "20": 0.0, + "21": 0.75, + "22": 0.75, + "23": 3.0, + "24": 0.0, + "25": 1.0, + "26": 3.0, + "27": 0.0, + "28": 25.0, + "29": 9.0, + "30": 5.0, + "31": 0.0, + "32": 0.0, + "33": 3.0, + "34": 0.36, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066336, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 4066336, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Lauri", + "fullName": "Lauri Markkanen", + "id": 4066336, + "lastName": "Markkanen", + "proTeamId": 26, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 28.0, + "17": 4.0, + "1": 4.0, + "2": 4.0, + "3": 2.0, + "6": 13.0, + "11": -8.0, + "13": 14.0, + "14": -13.0, + "15": 10.0 + }, + "appliedTotal": 48.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 1.0, + "2": 1.0, + "3": 1.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 10.0, + "16": 10.0, + "17": 4.0, + "18": 9.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.44444444, + "22": 0.69230769, + "23": 6.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 1.0, + "28": 36.0, + "29": 28.0, + "30": 13.0, + "31": 1.0, + "32": 4.0, + "33": 4.0, + "34": 0.77777778, + "35": 0.25, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.76923077 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 534.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 4279888, + "playerPoolEntry": { + "appliedStatTotal": 105.0, + "id": 4279888, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Ja", + "fullName": "Ja Morant", + "id": 4279888, + "lastName": "Morant", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -24.0, + "0": 56.0, + "17": 3.0, + "1": 4.0, + "2": 8.0, + "3": 40.0, + "6": 17.0, + "11": -16.0, + "13": 34.0, + "14": -36.0, + "15": 19.0 + }, + "appliedTotal": 105.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 56.0, + "1": 1.0, + "2": 2.0, + "3": 20.0, + "4": 5.0, + "5": 12.0, + "6": 17.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 8.0, + "12": 0.0, + "13": 17.0, + "14": 36.0, + "15": 19.0, + "16": 24.0, + "17": 3.0, + "18": 8.0, + "19": 0.47222222, + "20": 0.79166667, + "21": 0.375, + "22": 0.51388889, + "23": 19.0, + "24": 5.0, + "25": 5.0, + "26": 10.0, + "27": 0.5, + "28": 32.0, + "29": 28.0, + "30": 8.5, + "31": 1.0, + "32": 4.0, + "33": 1.5, + "34": 0.875, + "35": 2.5, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 64.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.66666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3155942, + "playerPoolEntry": { + "appliedStatTotal": 113.0, + "id": 3155942, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Domantas", + "fullName": "Domantas Sabonis", + "id": 3155942, + "lastName": "Sabonis", + "proTeamId": 23, + "stats": [ + { + "appliedStats": { + "16": -9.0, + "0": 51.0, + "17": 1.0, + "1": 16.0, + "2": 12.0, + "3": 10.0, + "6": 24.0, + "11": -12.0, + "13": 44.0, + "14": -30.0, + "15": 6.0 + }, + "appliedTotal": 113.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 51.0, + "1": 4.0, + "2": 3.0, + "3": 5.0, + "4": 4.0, + "5": 20.0, + "6": 24.0, + "7": 0.0, + "8": 0.0, + "9": 9.0, + "10": 1.0, + "11": 6.0, + "12": 1.0, + "13": 22.0, + "14": 30.0, + "15": 6.0, + "16": 9.0, + "17": 1.0, + "18": 2.0, + "19": 0.73333333, + "20": 0.66666667, + "21": 0.5, + "22": 0.75, + "23": 8.0, + "24": 3.0, + "25": 1.0, + "26": 2.5, + "27": 2.0, + "28": 36.5, + "29": 25.5, + "30": 12.0, + "31": 1.5, + "32": 3.0, + "33": 0.5, + "34": 0.69863014, + "35": 0.83333333, + "36": 0.5, + "37": 2.0, + "38": 0.0, + "39": 0.0, + "40": 73.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.3 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3059319, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 3059319, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Andrew", + "fullName": "Andrew Wiggins", + "id": 3059319, + "lastName": "Wiggins", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 40.0, + "17": 4.0, + "1": 8.0, + "2": 4.0, + "3": 12.0, + "6": 21.0, + "11": -10.0, + "13": 34.0, + "14": -40.0, + "15": 2.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 2.0, + "2": 1.0, + "3": 6.0, + "4": 5.0, + "5": 16.0, + "6": 21.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 17.0, + "14": 40.0, + "15": 2.0, + "16": 5.0, + "17": 4.0, + "18": 11.0, + "19": 0.425, + "20": 0.4, + "21": 0.36363636, + "22": 0.475, + "23": 23.0, + "24": 3.0, + "25": 7.0, + "26": 2.0, + "27": 0.66666667, + "28": 32.66666667, + "29": 13.33333333, + "30": 7.0, + "31": 0.33333333, + "32": 1.66666667, + "33": 1.33333333, + "34": 0.40816327, + "35": 1.2, + "36": 0.2, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 98.0, + "41": 3.0, + "42": 3.0, + "43": 1.0, + "44": 0.125 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6442, + "playerPoolEntry": { + "appliedStatTotal": 83.0, + "id": 6442, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Kyrie", + "fullName": "Kyrie Irving", + "id": 6442, + "lastName": "Irving", + "proTeamId": 17, + "stats": [ + { + "appliedStats": { + "16": -12.0, + "0": 46.0, + "17": 4.0, + "1": 8.0, + "2": 8.0, + "3": 20.0, + "6": 11.0, + "11": -10.0, + "13": 32.0, + "14": -34.0, + "15": 10.0 + }, + "appliedTotal": 83.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 46.0, + "1": 2.0, + "2": 2.0, + "3": 10.0, + "4": 1.0, + "5": 10.0, + "6": 11.0, + "7": 0.0, + "8": 0.0, + "9": 6.0, + "10": 0.0, + "11": 5.0, + "12": 0.0, + "13": 16.0, + "14": 34.0, + "15": 10.0, + "16": 12.0, + "17": 4.0, + "18": 14.0, + "19": 0.47058824, + "20": 0.83333333, + "21": 0.28571429, + "22": 0.52941176, + "23": 18.0, + "24": 2.0, + "25": 10.0, + "26": 5.0, + "27": 1.0, + "28": 35.0, + "29": 23.0, + "30": 5.5, + "31": 1.0, + "32": 2.5, + "33": 2.0, + "34": 0.65714286, + "35": 2.0, + "36": 0.4, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 70.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.35294118 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 6475, + "playerPoolEntry": { + "appliedStatTotal": 61.0, + "id": 6475, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 2, + 5, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Klay", + "fullName": "Klay Thompson", + "id": 6475, + "lastName": "Thompson", + "proTeamId": 9, + "starterStatusByProGame": { + "401468570": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -8.0, + "0": 42.0, + "17": 8.0, + "1": 0.0, + "2": 8.0, + "3": 6.0, + "6": 13.0, + "11": -8.0, + "13": 26.0, + "14": -34.0, + "15": 8.0 + }, + "appliedTotal": 61.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 42.0, + "1": 0.0, + "2": 2.0, + "3": 3.0, + "4": 1.0, + "5": 12.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 13.0, + "14": 34.0, + "15": 8.0, + "16": 8.0, + "17": 8.0, + "18": 21.0, + "19": 0.38235294, + "20": 1.0, + "21": 0.38095238, + "22": 0.5, + "23": 21.0, + "24": 0.0, + "25": 13.0, + "26": 1.5, + "27": 0.0, + "28": 38.5, + "29": 21.0, + "30": 6.5, + "31": 1.0, + "32": 2.0, + "33": 4.0, + "34": 0.54545455, + "35": 0.75, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 1.0, + "44": 0.23529412 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3064290, + "playerPoolEntry": { + "appliedStatTotal": 31.0, + "id": 3064290, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13 + ], + "firstName": "Aaron", + "fullName": "Aaron Gordon", + "id": 3064290, + "lastName": "Gordon", + "proTeamId": 7, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 15.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 12.0, + "6": 6.0, + "11": 0.0, + "13": 12.0, + "14": -12.0, + "15": 2.0 + }, + "appliedTotal": 31.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 15.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 2.0, + "5": 4.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 6.0, + "14": 12.0, + "15": 2.0, + "16": 5.0, + "17": 1.0, + "18": 3.0, + "19": 0.5, + "20": 0.4, + "21": 0.33333333, + "22": 0.54166667, + "23": 6.0, + "24": 3.0, + "25": 2.0, + "26": 6.0, + "27": 0.0, + "28": 36.0, + "29": 15.0, + "30": 6.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.41666667, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.41666667 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3213, + "playerPoolEntry": { + "appliedStatTotal": 23.0, + "id": 3213, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Al", + "fullName": "Al Horford", + "id": 3213, + "lastName": "Horford", + "proTeamId": 2, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 9.0, + "17": 3.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "6": 5.0, + "11": 0.0, + "13": 6.0, + "14": -6.0, + "15": 0.0 + }, + "appliedTotal": 23.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 3.0, + "4": 1.0, + "5": 4.0, + "6": 5.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 3.0, + "14": 6.0, + "15": 0.0, + "16": 0.0, + "17": 3.0, + "18": 4.0, + "19": 0.5, + "20": 0.0, + "21": 0.75, + "22": 0.75, + "23": 3.0, + "24": 0.0, + "25": 1.0, + "26": 3.0, + "27": 0.0, + "28": 25.0, + "29": 9.0, + "30": 5.0, + "31": 0.0, + "32": 0.0, + "33": 3.0, + "34": 0.36, + "35": "Infinity", + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4066336, + "playerPoolEntry": { + "appliedStatTotal": 48.0, + "id": 4066336, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 2, + 7 + ], + "firstName": "Lauri", + "fullName": "Lauri Markkanen", + "id": 4066336, + "lastName": "Markkanen", + "proTeamId": 26, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 28.0, + "17": 4.0, + "1": 4.0, + "2": 4.0, + "3": 2.0, + "6": 13.0, + "11": -8.0, + "13": 14.0, + "14": -13.0, + "15": 10.0 + }, + "appliedTotal": 48.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 28.0, + "1": 1.0, + "2": 1.0, + "3": 1.0, + "4": 2.0, + "5": 11.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 10.0, + "16": 10.0, + "17": 4.0, + "18": 9.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.44444444, + "22": 0.69230769, + "23": 6.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 1.0, + "28": 36.0, + "29": 28.0, + "30": 13.0, + "31": 1.0, + "32": 4.0, + "33": 4.0, + "34": 0.77777778, + "35": 0.25, + "36": 0.25, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 36.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.76923077 + } + } + ], + "universeId": 2 + } + } + } + ] + }, + "teamId": 5, + "tiebreak": 0.0, + "totalPoints": 534.0, + "totalPointsLive": 534.0 + }, + "home": { + "adjustment": 0.0, + "cumulativeScore": { + "losses": 0, + "scoreByStat": { + "0": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 245.0 + }, + "16": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 33.0 + }, + "1": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 10.0 + }, + "17": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 28.0 + }, + "2": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 8.0 + }, + "3": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 66.0 + }, + "6": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 59.0 + }, + "11": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 28.0 + }, + "13": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 94.0 + }, + "14": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 185.0 + }, + "15": { + "ineligible": false, + "rank": 0.0, + "result": null, + "score": 29.0 + } + }, + "statBySlot": null, + "ties": 0, + "wins": 0 + }, + "pointsByScoringPeriod": { + "106": 181.0, + "107": 32.0, + "108": 224.0, + "109": 42.0, + "110": 0.0 + }, + "rosterForCurrentScoringPeriod": { + "appliedStatTotal": 42.0, + "entries": [ + { + "lineupSlotId": 2, + "playerId": 4065648, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4065648, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jayson", + "fullName": "Jayson Tatum", + "id": 4065648, + "lastName": "Tatum", + "proTeamId": 2, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 3, + "playerId": 3149673, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3149673, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Pascal", + "fullName": "Pascal Siakam", + "id": 3149673, + "lastName": "Siakam", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4432166, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4432166, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13, + 1, + 7 + ], + "firstName": "Cade", + "fullName": "Cade Cunningham", + "id": 4432166, + "lastName": "Cunningham", + "proTeamId": 8, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 1, + "playerId": 2991230, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 2991230, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Fred", + "fullName": "Fred VanVleet", + "id": 2991230, + "lastName": "VanVleet", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 5, + "playerId": 2490149, + "playerPoolEntry": { + "appliedStatTotal": 42.0, + "id": 2490149, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "CJ", + "fullName": "CJ McCollum", + "id": 2490149, + "lastName": "McCollum", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 19.0, + "17": 1.0, + "1": 4.0, + "2": 0.0, + "3": 16.0, + "6": 4.0, + "11": -6.0, + "13": 18.0, + "14": -14.0, + "15": 0.0 + }, + "appliedTotal": 42.0, + "externalId": "401468937", + "id": "05401468937", + "proTeamId": 3, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 19.0, + "1": 1.0, + "2": 0.0, + "3": 8.0, + "4": 0.0, + "5": 4.0, + "6": 4.0, + "7": 0.0, + "8": 0.0, + "9": 3.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 9.0, + "14": 14.0, + "15": 0.0, + "16": 0.0, + "17": 1.0, + "18": 2.0, + "19": 0.6428600311279297, + "20": 0.0, + "21": 0.5, + "22": 0.6785714285714286, + "23": 5.0, + "24": 0.0, + "25": 1.0, + "26": 8.0, + "27": 1.0, + "28": 37.0, + "29": 19.0, + "30": 4.0, + "31": 0.0, + "32": 3.0, + "33": 1.0, + "34": 0.5135135135135135, + "35": 2.6666667, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 37.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.0 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 4, + "playerId": 3102531, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3102531, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kristaps", + "fullName": "Kristaps Porzingis", + "id": 3102531, + "lastName": "Porzingis", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4277811, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4277811, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Collin", + "fullName": "Collin Sexton", + "id": 4277811, + "lastName": "Sexton", + "proTeamId": 26, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 6, + "playerId": 4395630, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4395630, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Devin", + "fullName": "Devin Vassell", + "id": 4395630, + "lastName": "Vassell", + "proTeamId": 24, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 3064482, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3064482, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Bobby", + "fullName": "Bobby Portis", + "id": 3064482, + "lastName": "Portis", + "proTeamId": 15, + "starterStatusByProGame": { + "401468556": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": {}, + "appliedTotal": 0.0, + "externalId": "401468939", + "id": "05401468939", + "proTeamId": 15, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": {} + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 11, + "playerId": 4351851, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 4351851, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Anfernee", + "fullName": "Anfernee Simons", + "id": 4351851, + "lastName": "Simons", + "proTeamId": 22, + "stats": [], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3059310, + "playerPoolEntry": { + "appliedStatTotal": 0.0, + "id": 3059310, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 0, + 5, + 8, + 11, + 12, + 13 + ], + "firstName": "Monte", + "fullName": "Monte Morris", + "id": 3059310, + "lastName": "Morris", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 3155526, + "playerPoolEntry": { + "appliedStatTotal": 11.0, + "id": 3155526, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 2, + 6, + 10 + ], + "firstName": "Dillon", + "fullName": "Dillon Brooks", + "id": 3155526, + "lastName": "Brooks", + "proTeamId": 29, + "starterStatusByProGame": { + "401468763": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -6.0, + "0": 9.0, + "17": 0.0, + "1": 0.0, + "2": 4.0, + "3": 2.0, + "6": 2.0, + "11": -4.0, + "13": 4.0, + "14": -5.0, + "15": 5.0 + }, + "appliedTotal": 11.0, + "externalId": "401468934", + "id": "05401468934", + "proTeamId": 29, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 1.0, + "3": 1.0, + "4": 0.0, + "5": 2.0, + "6": 2.0, + "7": 1.0, + "8": 1.0, + "9": 2.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 2.0, + "14": 5.0, + "15": 5.0, + "16": 6.0, + "17": 0.0, + "18": 1.0, + "19": 0.4, + "20": 0.8333300018310547, + "21": 0.0, + "22": 0.4, + "23": 3.0, + "24": 1.0, + "25": 1.0, + "26": 1.0, + "27": 0.0, + "28": 22.0, + "29": 9.0, + "30": 2.0, + "31": 1.0, + "32": 2.0, + "33": 0.0, + "34": 0.4090909090909091, + "35": 0.5, + "36": 0.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 22.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 1.2 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 12, + "playerId": 4249, + "playerPoolEntry": { + "appliedStatTotal": 7.0, + "id": 4249, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13 + ], + "firstName": "Gordon", + "fullName": "Gordon Hayward", + "id": 4249, + "lastName": "Hayward", + "proTeamId": 30, + "stats": [ + { + "appliedStats": { + "16": -4.0, + "0": 9.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 2.0, + "6": 1.0, + "11": 0.0, + "13": 4.0, + "14": -10.0, + "15": 4.0 + }, + "appliedTotal": 7.0, + "externalId": "401468936", + "id": "05401468936", + "proTeamId": 30, + "scoringPeriodId": 109, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 9.0, + "1": 0.0, + "2": 0.0, + "3": 1.0, + "4": 1.0, + "5": 0.0, + "6": 1.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 0.0, + "12": 0.0, + "13": 2.0, + "14": 10.0, + "15": 4.0, + "16": 4.0, + "17": 1.0, + "18": 6.0, + "19": 0.2, + "20": 1.0, + "21": 0.16666999816894532, + "22": 0.25, + "23": 8.0, + "24": 0.0, + "25": 5.0, + "26": 1.0, + "27": 0.0, + "28": 25.0, + "29": 9.0, + "30": 1.0, + "31": 0.0, + "32": 0.0, + "33": 1.0, + "34": 0.36, + "35": 0.0, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 25.0, + "41": 1.0, + "42": 1.0, + "43": 0.0, + "44": 0.4 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriod": { + "appliedStatTotal": 479.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 2490149, + "playerPoolEntry": { + "appliedStatTotal": 74.0, + "id": 2490149, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "CJ", + "fullName": "CJ McCollum", + "id": 2490149, + "lastName": "McCollum", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 40.0, + "17": 3.0, + "1": 4.0, + "2": 4.0, + "3": 30.0, + "6": 6.0, + "11": -12.0, + "13": 32.0, + "14": -33.0, + "15": 5.0 + }, + "appliedTotal": 74.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 1.0, + "2": 1.0, + "3": 15.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 33.0, + "15": 5.0, + "16": 5.0, + "17": 3.0, + "18": 8.0, + "19": 0.48484848, + "20": 1.0, + "21": 0.375, + "22": 0.53030303, + "23": 17.0, + "24": 0.0, + "25": 5.0, + "26": 7.5, + "27": 0.5, + "28": 38.0, + "29": 20.0, + "30": 3.0, + "31": 0.5, + "32": 3.0, + "33": 1.5, + "34": 0.52631579, + "35": 2.5, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.15151515 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277811, + "playerPoolEntry": { + "appliedStatTotal": 20.0, + "id": 4277811, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Collin", + "fullName": "Collin Sexton", + "id": 4277811, + "lastName": "Sexton", + "proTeamId": 26, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 12.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "6": 3.0, + "11": -6.0, + "13": 8.0, + "14": -7.0, + "15": 2.0 + }, + "appliedTotal": 20.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 2.0, + "5": 1.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 7.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.57142857, + "20": 1.0, + "21": 0.5, + "22": 0.71428571, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 4.0, + "27": 0.0, + "28": 20.0, + "29": 12.0, + "30": 3.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 0.6, + "35": 1.33333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.28571429 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991230, + "playerPoolEntry": { + "appliedStatTotal": 119.0, + "id": 2991230, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Fred", + "fullName": "Fred VanVleet", + "id": 2991230, + "lastName": "VanVleet", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 58.0, + "17": 6.0, + "1": 8.0, + "2": 8.0, + "3": 38.0, + "6": 16.0, + "11": -12.0, + "13": 42.0, + "14": -44.0, + "15": 10.0 + }, + "appliedTotal": 119.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 2.0, + "3": 19.0, + "4": 2.0, + "5": 14.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 21.0, + "14": 44.0, + "15": 10.0, + "16": 11.0, + "17": 6.0, + "18": 17.0, + "19": 0.47727273, + "20": 0.90909091, + "21": 0.35294118, + "22": 0.54545455, + "23": 23.0, + "24": 1.0, + "25": 11.0, + "26": 9.5, + "27": 1.0, + "28": 38.5, + "29": 29.0, + "30": 8.0, + "31": 1.0, + "32": 3.0, + "33": 3.0, + "34": 0.75324675, + "35": 3.16666667, + "36": 0.33333333, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4351851, + "playerPoolEntry": { + "appliedStatTotal": 82.0, + "id": 4351851, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Anfernee", + "fullName": "Anfernee Simons", + "id": 4351851, + "lastName": "Simons", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 47.0, + "17": 8.0, + "1": 4.0, + "2": 0.0, + "3": 22.0, + "6": 3.0, + "11": -8.0, + "13": 36.0, + "14": -30.0, + "15": 3.0 + }, + "appliedTotal": 82.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 47.0, + "1": 1.0, + "2": 0.0, + "3": 11.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 30.0, + "15": 3.0, + "16": 3.0, + "17": 8.0, + "18": 15.0, + "19": 0.6, + "20": 1.0, + "21": 0.53333333, + "22": 0.73333333, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.5, + "27": 0.5, + "28": 33.0, + "29": 23.5, + "30": 1.5, + "31": 0.0, + "32": 2.0, + "33": 4.0, + "34": 0.71212121, + "35": 2.75, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.1 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3149673, + "playerPoolEntry": { + "appliedStatTotal": 44.0, + "id": 3149673, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Pascal", + "fullName": "Pascal Siakam", + "id": 3149673, + "lastName": "Siakam", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 40.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 12.0, + "6": 13.0, + "11": -12.0, + "13": 32.0, + "14": -39.0, + "15": 7.0 + }, + "appliedTotal": 44.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 6.0, + "5": 7.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 16.0, + "14": 39.0, + "15": 7.0, + "16": 10.0, + "17": 1.0, + "18": 4.0, + "19": 0.41025641, + "20": 0.7, + "21": 0.25, + "22": 0.42307692, + "23": 23.0, + "24": 3.0, + "25": 3.0, + "26": 3.0, + "27": 0.0, + "28": 38.5, + "29": 20.0, + "30": 6.5, + "31": 0.0, + "32": 3.0, + "33": 0.5, + "34": 0.51948052, + "35": 1.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25641026 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102531, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 3102531, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kristaps", + "fullName": "Kristaps Porzingis", + "id": 3102531, + "lastName": "Porzingis", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 17.0, + "17": 1.0, + "1": 20.0, + "2": 12.0, + "3": 14.0, + "6": 9.0, + "11": -4.0, + "13": 14.0, + "14": -13.0, + "15": 2.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 5.0, + "2": 3.0, + "3": 7.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 3.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.33333333, + "22": 0.57692308, + "23": 6.0, + "24": 0.0, + "25": 2.0, + "26": 7.0, + "27": 5.0, + "28": 30.0, + "29": 17.0, + "30": 9.0, + "31": 3.0, + "32": 2.0, + "33": 1.0, + "34": 0.56666667, + "35": 3.5, + "36": 1.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.15384615 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4065648, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 4065648, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jayson", + "fullName": "Jayson Tatum", + "id": 4065648, + "lastName": "Tatum", + "proTeamId": 2, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 31.0, + "17": 7.0, + "1": 4.0, + "2": 8.0, + "3": 8.0, + "6": 9.0, + "11": -2.0, + "13": 24.0, + "14": -19.0, + "15": 0.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 12.0, + "14": 19.0, + "15": 0.0, + "16": 0.0, + "17": 7.0, + "18": 12.0, + "19": 0.63157895, + "20": 0.0, + "21": 0.58333333, + "22": 0.81578947, + "23": 7.0, + "24": 0.0, + "25": 5.0, + "26": 4.0, + "27": 1.0, + "28": 29.0, + "29": 31.0, + "30": 9.0, + "31": 2.0, + "32": 1.0, + "33": 7.0, + "34": 1.06896552, + "35": 4.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "rosterForMatchupPeriodDelayed": { + "appliedStatTotal": 479.0, + "entries": [ + { + "lineupSlotId": 0, + "playerId": 2490149, + "playerPoolEntry": { + "appliedStatTotal": 74.0, + "id": 2490149, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 0, + 1, + 5, + 7, + 8, + 11, + 12, + 13 + ], + "firstName": "CJ", + "fullName": "CJ McCollum", + "id": 2490149, + "lastName": "McCollum", + "proTeamId": 3, + "starterStatusByProGame": { + "401468234": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -5.0, + "0": 40.0, + "17": 3.0, + "1": 4.0, + "2": 4.0, + "3": 30.0, + "6": 6.0, + "11": -12.0, + "13": 32.0, + "14": -33.0, + "15": 5.0 + }, + "appliedTotal": 74.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 1.0, + "2": 1.0, + "3": 15.0, + "4": 0.0, + "5": 6.0, + "6": 6.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 6.0, + "12": 0.0, + "13": 16.0, + "14": 33.0, + "15": 5.0, + "16": 5.0, + "17": 3.0, + "18": 8.0, + "19": 0.48484848, + "20": 1.0, + "21": 0.375, + "22": 0.53030303, + "23": 17.0, + "24": 0.0, + "25": 5.0, + "26": 7.5, + "27": 0.5, + "28": 38.0, + "29": 20.0, + "30": 3.0, + "31": 0.5, + "32": 3.0, + "33": 1.5, + "34": 0.52631579, + "35": 2.5, + "36": 0.16666667, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 76.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.15151515 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4277811, + "playerPoolEntry": { + "appliedStatTotal": 20.0, + "id": 4277811, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Collin", + "fullName": "Collin Sexton", + "id": 4277811, + "lastName": "Sexton", + "proTeamId": 26, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 12.0, + "17": 2.0, + "1": 0.0, + "2": 0.0, + "3": 8.0, + "6": 3.0, + "11": -6.0, + "13": 8.0, + "14": -7.0, + "15": 2.0 + }, + "appliedTotal": 20.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 12.0, + "1": 0.0, + "2": 0.0, + "3": 4.0, + "4": 2.0, + "5": 1.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 3.0, + "12": 0.0, + "13": 4.0, + "14": 7.0, + "15": 2.0, + "16": 2.0, + "17": 2.0, + "18": 4.0, + "19": 0.57142857, + "20": 1.0, + "21": 0.5, + "22": 0.71428571, + "23": 3.0, + "24": 0.0, + "25": 2.0, + "26": 4.0, + "27": 0.0, + "28": 20.0, + "29": 12.0, + "30": 3.0, + "31": 0.0, + "32": 3.0, + "33": 2.0, + "34": 0.6, + "35": 1.33333333, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 20.0, + "41": 0.0, + "42": 1.0, + "43": 1.0, + "44": 0.28571429 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 2991230, + "playerPoolEntry": { + "appliedStatTotal": 119.0, + "id": 2991230, + "player": { + "defaultPositionId": 1, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Fred", + "fullName": "Fred VanVleet", + "id": 2991230, + "lastName": "VanVleet", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -11.0, + "0": 58.0, + "17": 6.0, + "1": 8.0, + "2": 8.0, + "3": 38.0, + "6": 16.0, + "11": -12.0, + "13": 42.0, + "14": -44.0, + "15": 10.0 + }, + "appliedTotal": 119.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 58.0, + "1": 2.0, + "2": 2.0, + "3": 19.0, + "4": 2.0, + "5": 14.0, + "6": 16.0, + "7": 0.0, + "8": 0.0, + "9": 7.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 21.0, + "14": 44.0, + "15": 10.0, + "16": 11.0, + "17": 6.0, + "18": 17.0, + "19": 0.47727273, + "20": 0.90909091, + "21": 0.35294118, + "22": 0.54545455, + "23": 23.0, + "24": 1.0, + "25": 11.0, + "26": 9.5, + "27": 1.0, + "28": 38.5, + "29": 29.0, + "30": 8.0, + "31": 1.0, + "32": 3.0, + "33": 3.0, + "34": 0.75324675, + "35": 3.16666667, + "36": 0.33333333, + "37": 1.0, + "38": 1.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4351851, + "playerPoolEntry": { + "appliedStatTotal": 82.0, + "id": 4351851, + "player": { + "defaultPositionId": 2, + "eligibleSlots": [ + 1, + 5, + 7, + 8, + 11, + 12, + 13, + 0 + ], + "firstName": "Anfernee", + "fullName": "Anfernee Simons", + "id": 4351851, + "lastName": "Simons", + "proTeamId": 22, + "stats": [ + { + "appliedStats": { + "16": -3.0, + "0": 47.0, + "17": 8.0, + "1": 4.0, + "2": 0.0, + "3": 22.0, + "6": 3.0, + "11": -8.0, + "13": 36.0, + "14": -30.0, + "15": 3.0 + }, + "appliedTotal": 82.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 47.0, + "1": 1.0, + "2": 0.0, + "3": 11.0, + "4": 0.0, + "5": 3.0, + "6": 3.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 4.0, + "12": 0.0, + "13": 18.0, + "14": 30.0, + "15": 3.0, + "16": 3.0, + "17": 8.0, + "18": 15.0, + "19": 0.6, + "20": 1.0, + "21": 0.53333333, + "22": 0.73333333, + "23": 12.0, + "24": 0.0, + "25": 7.0, + "26": 5.5, + "27": 0.5, + "28": 33.0, + "29": 23.5, + "30": 1.5, + "31": 0.0, + "32": 2.0, + "33": 4.0, + "34": 0.71212121, + "35": 2.75, + "36": 0.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 66.0, + "41": 2.0, + "42": 2.0, + "43": 2.0, + "44": 0.1 + } + } + ], + "universeId": 2 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3149673, + "playerPoolEntry": { + "appliedStatTotal": 44.0, + "id": 3149673, + "player": { + "defaultPositionId": 4, + "eligibleSlots": [ + 3, + 6, + 8, + 9, + 10, + 11, + 12, + 13, + 4 + ], + "firstName": "Pascal", + "fullName": "Pascal Siakam", + "id": 3149673, + "lastName": "Siakam", + "proTeamId": 28, + "starterStatusByProGame": { + "401468639": "NOTSTARTING" + }, + "stats": [ + { + "appliedStats": { + "16": -10.0, + "0": 40.0, + "17": 1.0, + "1": 0.0, + "2": 0.0, + "3": 12.0, + "6": 13.0, + "11": -12.0, + "13": 32.0, + "14": -39.0, + "15": 7.0 + }, + "appliedTotal": 44.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 40.0, + "1": 0.0, + "2": 0.0, + "3": 6.0, + "4": 6.0, + "5": 7.0, + "6": 13.0, + "7": 0.0, + "8": 0.0, + "9": 10.0, + "10": 0.0, + "11": 6.0, + "12": 1.0, + "13": 16.0, + "14": 39.0, + "15": 7.0, + "16": 10.0, + "17": 1.0, + "18": 4.0, + "19": 0.41025641, + "20": 0.7, + "21": 0.25, + "22": 0.42307692, + "23": 23.0, + "24": 3.0, + "25": 3.0, + "26": 3.0, + "27": 0.0, + "28": 38.5, + "29": 20.0, + "30": 6.5, + "31": 0.0, + "32": 3.0, + "33": 0.5, + "34": 0.51948052, + "35": 1.0, + "36": 0.0, + "37": 1.0, + "38": 0.0, + "39": 0.0, + "40": 77.0, + "41": 2.0, + "42": 2.0, + "43": 0.0, + "44": 0.25641026 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 3102531, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 3102531, + "player": { + "defaultPositionId": 5, + "eligibleSlots": [ + 4, + 9, + 10, + 11, + 12, + 13, + 3, + 6, + 8 + ], + "firstName": "Kristaps", + "fullName": "Kristaps Porzingis", + "id": 3102531, + "lastName": "Porzingis", + "proTeamId": 27, + "starterStatusByProGame": {}, + "stats": [ + { + "appliedStats": { + "16": -2.0, + "0": 17.0, + "17": 1.0, + "1": 20.0, + "2": 12.0, + "3": 14.0, + "6": 9.0, + "11": -4.0, + "13": 14.0, + "14": -13.0, + "15": 2.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 17.0, + "1": 5.0, + "2": 3.0, + "3": 7.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 5.0, + "10": 0.0, + "11": 2.0, + "12": 0.0, + "13": 7.0, + "14": 13.0, + "15": 2.0, + "16": 2.0, + "17": 1.0, + "18": 3.0, + "19": 0.53846154, + "20": 1.0, + "21": 0.33333333, + "22": 0.57692308, + "23": 6.0, + "24": 0.0, + "25": 2.0, + "26": 7.0, + "27": 5.0, + "28": 30.0, + "29": 17.0, + "30": 9.0, + "31": 3.0, + "32": 2.0, + "33": 1.0, + "34": 0.56666667, + "35": 3.5, + "36": 1.5, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 30.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.15384615 + } + } + ], + "universeId": 1 + } + } + }, + { + "lineupSlotId": 0, + "playerId": 4065648, + "playerPoolEntry": { + "appliedStatTotal": 70.0, + "id": 4065648, + "player": { + "defaultPositionId": 3, + "eligibleSlots": [ + 2, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 3, + 9 + ], + "firstName": "Jayson", + "fullName": "Jayson Tatum", + "id": 4065648, + "lastName": "Tatum", + "proTeamId": 2, + "stats": [ + { + "appliedStats": { + "16": 0.0, + "0": 31.0, + "17": 7.0, + "1": 4.0, + "2": 8.0, + "3": 8.0, + "6": 9.0, + "11": -2.0, + "13": 24.0, + "14": -19.0, + "15": 0.0 + }, + "appliedTotal": 70.0, + "id": "05null", + "proTeamId": 0, + "scoringPeriodId": 0, + "seasonId": 2023, + "statSourceId": 0, + "statSplitTypeId": 5, + "stats": { + "0": 31.0, + "1": 1.0, + "2": 2.0, + "3": 4.0, + "4": 1.0, + "5": 8.0, + "6": 9.0, + "7": 0.0, + "8": 0.0, + "9": 1.0, + "10": 0.0, + "11": 1.0, + "12": 0.0, + "13": 12.0, + "14": 19.0, + "15": 0.0, + "16": 0.0, + "17": 7.0, + "18": 12.0, + "19": 0.63157895, + "20": 0.0, + "21": 0.58333333, + "22": 0.81578947, + "23": 7.0, + "24": 0.0, + "25": 5.0, + "26": 4.0, + "27": 1.0, + "28": 29.0, + "29": 31.0, + "30": 9.0, + "31": 2.0, + "32": 1.0, + "33": 7.0, + "34": 1.06896552, + "35": 4.0, + "36": 2.0, + "37": 0.0, + "38": 0.0, + "39": 0.0, + "40": 29.0, + "41": 1.0, + "42": 1.0, + "43": 1.0, + "44": 0.0 + } + } + ], + "universeId": 1 + } + } + } + ] + }, + "teamId": 10, + "tiebreak": 0.0, + "totalPoints": 479.0, + "totalPointsLive": 479.0 + }, + "id": 80, + "matchupPeriodId": 16, + "playoffTierType": "NONE", + "winner": "UNDECIDED" + } + ], + "scoringPeriodId": 109, + "seasonId": 2023, + "segmentId": 0 +} \ No newline at end of file diff --git a/test.json b/tests/basketball/unit/data/league_2023_box_score_roto.json similarity index 98% rename from test.json rename to tests/basketball/unit/data/league_2023_box_score_roto.json index 5020cda2..bfa77d90 100644 --- a/test.json +++ b/tests/basketball/unit/data/league_2023_box_score_roto.json @@ -1,8 +1,4 @@ { - "draftDetail": { - "drafted": true, - "inProgress": false - }, "gameId": 3, "id":"LEAGUE_ID", "schedule": [ @@ -6104,207 +6100,5 @@ ], "scoringPeriodId": 20, "seasonId": 2023, - "segmentId": 0, - "settings": { - "isCustomizable": true, - "isPublic": false, - "scheduleSettings": { - "divisions": [ - { - "id": 0, - "name": "East" - } - ], - "matchupPeriods": { - "1": [ - 1 - ] - }, - "periodTypeId": 0 - }, - "scoringSettings": { - "scoringItems": [ - { - "isReverseItem": false, - "points": 1.0, - "statId": 0 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 1 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 2 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 3 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 6 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 17 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 19 - }, - { - "isReverseItem": false, - "points": 1.0, - "statId": 20 - } - ] - } - }, - "status": { - "activatedDate": 1664738278875, - "createdAsLeagueType": 2, - "currentLeagueType": 0, - "currentMatchupPeriod": 1, - "finalScoringPeriod": 175, - "firstScoringPeriod": 1, - "isActive": true, - "isExpired": false, - "isFull": true, - "isPlayoffMatchupEdited": false, - "isToBeDeleted": false, - "isViewable": false, - "isWaiverOrderEdited": false, - "latestScoringPeriod": 100, - "previousSeasons": [], - "standingsUpdateDate": 1674549569177, - "teamsJoined": 6, - "transactionScoringPeriod": 100, - "waiverLastExecutionDate": 1674549569100, - "waiverProcessStatus": { - "2022-10-18T09:03:13.240+0000": 1, - "2022-11-02T07:13:03.658+0000": 1, - "2022-11-17T09:26:51.451+0000": 1, - "2022-12-11T08:56:57.683+0000": 1, - "2022-12-15T08:48:23.723+0000": 1, - "2022-12-16T08:48:16.597+0000": 1, - "2022-12-17T09:21:36.592+0000": 2, - "2022-12-18T08:58:23.475+0000": 1, - "2022-12-19T09:11:21.863+0000": 1, - "2022-12-20T09:37:23.097+0000": 1, - "2022-12-25T11:53:54.821+0000": 1, - "2022-12-28T08:53:19.129+0000": 1, - "2022-12-29T08:24:31.374+0000": 1, - "2023-01-04T08:50:20.143+0000": 1, - "2023-01-10T09:29:48.556+0000": 1, - "2023-01-11T08:45:48.147+0000": 3, - "2023-01-12T08:48:07.866+0000": 1, - "2023-01-21T08:34:05.031+0000": 1, - "2023-01-22T08:03:16.389+0000": 1 - } - }, - "teams": [ - { - "abbrev": "TEAM1", - "divisionId": 0, - "id": 1, - "location": "LOC1", - "logo": "https://g.espncdn.com/lm-static/logo-packs/fba/8-bitHeros-JoeyEllis/8bit_basketball-03.svg", - "nickname": "Nick1", - "rankCalculatedFinal": 2, - "record": { - "overall": { - "losses": 0, - "ties": 0, - "wins": 0 - } - } - }, - { - "abbrev": "TEAM2", - "divisionId": 0, - "id": 6, - "location": "Loc2 ", - "logo": "https://g.espncdn.com/lm-static/logo-packs/core/Mascots/mascots-8.svg", - "nickname": "Nick2", - "rankCalculatedFinal": 4, - "record": { - "overall": { - "losses": 0, - "ties": 0, - "wins": 0 - } - } - }, - { - "abbrev": "TEAM3", - "divisionId": 0, - "id": 7, - "location": "Loc3", - "logo": "https://g.espncdn.com/lm-static/logo-packs/core/Sneakerhead-ESPN/sneakerhead-01.svg", - "nickname": "Nick3", - "rankCalculatedFinal": 5, - "record": { - "overall": { - "losses": 0, - "ties": 0, - "wins": 0 - } - } - }, - { - "abbrev": "TEAM4", - "divisionId": 0, - "id": 9, - "location": "Loc4", - "logo": "https://g.espncdn.com/lm-static/logo-packs/core/Mascots/mascots-6.svg", - "nickname": "Nick4", - "rankCalculatedFinal": 6, - "record": { - "overall": { - "losses": 0, - "ties": 0, - "wins": 0 - } - } - }, - { - "abbrev": "TEAM5", - "divisionId": 0, - "id": 11, - "location": "Loc5", - "logo": "https://g.espncdn.com/lm-static/logo-packs/core/StadiumFoods-ESPN/stadium-foods_corn-dog.svg", - "nickname": "Nick5", - "rankCalculatedFinal": 1, - "record": { - "overall": { - "losses": 0, - "ties": 0, - "wins": 0 - } - } - }, - { - "abbrev": "TEAM6", - "divisionId": 0, - "id": 12, - "location": "Loc6", - "logo": "https://g.espncdn.com/lm-static/logo-packs/core/BobsBurgers/Louise.svg", - "nickname": "Nick6", - "rankCalculatedFinal": 3, - "record": { - "overall": { - "losses": 0, - "ties": 0, - "wins": 0 - } - } - } - ] + "segmentId": 0 } \ No newline at end of file diff --git a/tests/basketball/unit/test_league.py b/tests/basketball/unit/test_league.py index 4dfebb4c..c3e262ac 100644 --- a/tests/basketball/unit/test_league.py +++ b/tests/basketball/unit/test_league.py @@ -1,5 +1,6 @@ from unittest import mock, TestCase from espn_api.basketball import League +from espn_api.basketball.box_score import H2HCategoryBoxScore, RotoBoxScore import requests_mock import json import io @@ -52,20 +53,54 @@ def test_draft(self, m): self.assertEqual(third_pick.round_pick, 3) self.assertEqual(third_pick.auction_repr(), 'J G, 4065648, Jayson Tatum, 0, False') - # TODO need to get data for most recent season - # @requests_mock.Mocker() - # def test_box_score(self, m): - # self.mock_setUp(m) + @requests_mock.Mocker() + def test_box_score_h2h_points(self, m): + self.mock_setUp(m) + + league = League(self.league_id, self.season) + + with open('tests/basketball/unit/data/league_2023_box_score_h2h_points.json') as f: + data = json.loads(f.read()) + m.get(self.espn_endpoint + '?view=mMatchupScore&view=mScoreboard&scoringPeriodId=109', status_code=200, json=data) + box_scores = league.box_scores(matchup_period=16, scoring_period=109) + + self.assertEqual(repr(box_scores[0].home_team), 'Team(Uptown\'s F)') + self.assertEqual(repr(box_scores[0].home_lineup[1]), 'Player(Alperen Sengun, points:32.0)') + self.assertEqual(box_scores[0].away_score, 901.0) + + @requests_mock.Mocker() + def test_box_score_h2h_cat(self, m): + self.mock_setUp(m) - # league = League(self.league_id, self.season) + league = League(self.league_id, self.season) + league.BoxScoreClass = H2HCategoryBoxScore + + with open('tests/basketball/unit/data/league_2023_box_score_h2h_cat.json') as f: + data = json.loads(f.read()) + m.get(self.espn_endpoint + '?view=mMatchupScore&view=mScoreboard&scoringPeriodId=109', status_code=200, json=data) + box_scores = league.box_scores(matchup_period=16, scoring_period=109) + + self.assertEqual(repr(box_scores[0].home_team), 'Team(Team P)') + self.assertEqual(repr(box_scores[0].home_lineup[1]), 'Player(Tyrese Haliburton, points:0)') + self.assertEqual(box_scores[0].home_wins, 6) + self.assertEqual(box_scores[0].away_stats['PTS']['value'], 263.0) + + @requests_mock.Mocker() + def test_box_score_roto(self, m): + self.mock_setUp(m) + + league = League(self.league_id, self.season) + league.BoxScoreClass = RotoBoxScore - # with open('tests/unit/data/league_boxscore_2018.json') as f: - # data = json.loads(f.read()) - # m.get(self.espn_endpoint + '?view=mMatchup&view=mMatchupScore&scoringPeriodId=13', status_code=200, json=data) - # box_scores = league.box_scores(13) + with open('tests/basketball/unit/data/league_2023_box_score_roto.json') as f: + data = json.loads(f.read()) + m.get(self.espn_endpoint + '?view=mMatchupScore&view=mScoreboard&scoringPeriodId=108', status_code=200, json=data) + box_scores = league.box_scores(scoring_period=109, matchup_total=False) - # self.assertEqual(repr(box_scores[0].home_team), 'Team(Rollin\' With Mahomies)') - # self.assertEqual(repr(box_scores[0].home_lineup[1]), 'Player(Christian McCaffrey, points:31, projected:23)') + self.assertEqual(len(box_scores[0].teams), 6) + self.assertEqual(box_scores[0].teams[0]['points'], 26.0) + self.assertEqual(box_scores[0].teams[0]['stats']['BLK']['rank'], 2) + self.assertEqual(repr(box_scores[0].teams[0]['lineup'][0]), 'Player(Joel Embiid, points:0)') @requests_mock.Mocker() @@ -80,7 +115,6 @@ def test_player_info(self, m): player = league.player_info('Jalen Brunson') self.assertEqual(player.name, 'Jalen Brunson') - print(player.stats) self.assertEqual(player.stats['107']['total']['PTS'], 37.0) self.assertEqual(player.total_points, 1929.0) self.assertEqual(player.avg_points, 39.37)