SELECT G.GameID, GameDate, GameTime , G.HomeTeamID, G.AwayTeamID,
Home.TeamName as Home, Away.TeamName as Away, Complete, G.HomeTeamResult,
G.AwayTeamResult, G.HomeTeamScore, G.AwayTeamScore, Description, G.AMorPM,
SH.school_name as HomeSchool , SA.school_name as AwaySchool, gym_text,
Home.short_name as HShort, Away.short_name as AShort, L.short_name, Gyms.gym_name, text_score,
CASE
WHEN AMorPM = 'PM' and GameTime < 12000 and GameTime not in ('0','1','2','3','4','5')
THEN GameTime +120005
WHEN GameTime in ('0','1','2','3','4','5') THEN 235555
ELSE GameTime +5
END as 'NEWTIME', Gyms.add_1, Gyms.cross_st, Gyms.city, Gyms.state, Gyms.zip, G.gym_number,
Home.icon as Hicon, Away.icon as Aicon, SH.icon as SHicon, SA.icon as SAicon,
CASE
WHEN GameDate = 0
THEN '2099-12-29'
ELSE GameDate END as NewDate,
L.uses_matchups, L.matchup_rules_id, G.watch_link_url, Home.team_video_url
, GT.GameType, G.GameTypeID
From Games G
Left Join Teams Home on Home.TeamID = HomeTeamID
Left Join Teams Away on Away.TeamID = AwayTeamID
Left Join Schools SH on SH.school_id = Home.school_id_fk
Left Join Schools SA on SA.school_id = Away.school_id_fk
LEFT JOIN Leagues L on L.LeagueID = G.LeagueID
LEFT JOIN GameTypes GT on G.GameTypeID = GT.GameTypeID
LEFT JOIN Gyms on Gyms.gym_id = G.gym_id_fk
Where G.LeagueID = 251
and G.is_deleted = 0
and G.GameTypeID in (2,4,5,6,7,8)
AND nullif(HomeTeamID,0) is not null AND nullif(AwayTeamID,0) is not null
ORDER BY GameTypeSort Desc, NewDate, HomeSchool ASC, NEWTIME ASC, GameTime ASC
Championship
MAAYANOT (41) - FRISCH (45)
Semis
MAAYANOT (51) - HAFTR (39)
FRISCH (36) - HILLEL (24)
Playoff Setup
(Tiebreaking rules below)
PLAYOFFS
TOP 4 TEAMS QUALIFY
SEMIS
#4 AT #1
#3 AT #2
CHAMPIONSHIP GAME SUNDAY 3/2/25
Tiebreaker Rules
(2 TEAMS TIED)
1. HEAD TO HEAD
(If head to head record is tied, then best margin of victory in head to head games to a maximum margin of 10 points per game wins this tiebreaker.)
2. STRENGTH OF SCHEDULE
(the team that achieved their win/loss record against the schedule with the highest combined winning pct of all of their opponents, meaning the team that played the hardest schedule, wins this tie-breaker.)
3. STRENGTH OF VICTORY
(the team that achieved their win total against opponents with the highest combined winning pct.)
4. RECORD VS PLAYOFF TEAMS BY PCT (unless both undefeated, then most wins vs playoff teams)
5. CONFERENCE RECORD
6. PLAY-IN GAME FOR LAST PLAYOFF SPOT, COIN TOSS FOR SEEDING
(3 OR MORE TEAMS TIED)
1. HEAD TO HEAD (RECORD OF ALL TIED TEAMS IN HEAD TO HEAD EVEN IF # OF GMS PLAYED IS NOT EQUAL)
(If head to head record is tied, then the best margin of victory in all head to head games between all of the teams involved in the tie is calculated to a maximum margin of 10 points per game. For this points tiebreaker, total combined number of games played vs the other teams involved in the tie by each team in the tie must be the same. Not the # of games against any individual team in the tie but the combined number of games against all of the teams in the tie)
STEPS 2-6 EXACTLY AS ABOVE.
EACH TIE-BREAKING STEP SERVES TO SEPARATE AS MANY TEAMS AS POSSIBLE, WHO WILL THEN BE PLACED IN THE STANDINGS IN THE ORDER IN WHICH THEY FINISH IN THAT TIEBREAKER.
IF SOME TEAMS ARE SEPARATED BY A TIE-BREAKING STEP, BUT OTHERS INVOLVED IN A MULTI-TEAM TIEBREAKER ARE STILL TIED, WE REVERT BACK TO TIE-BREAKER #1 AND REDO ALL TIE BREAKERS IN THE SAME ORDER WITH ONLY THE STATS PERTAINING TO THE TEAMS STILL TIED REMAINING AS PART OF THE EQUATION. (FOR EXAMPLE THE HEAD TO HEAD RECORD IS NOW CALCULATED AMONG ONLY THE TEAMS REMAINING IN A TIE AND NOT AMONG ALL THE TEAMS THAT WERE ORIGINALLY TIED.)