Five teams look to clinch playoff berths Tuesday
The Toronto Maple Leafs and Carolina Hurricanes have another opportunity to punch their tickets to the Stanley Cup Playoffs, but need some outside help once again.

Business is about to pick up in the race to the Stanley Cup Playoffs as five teams have the opportunity to punch their tickets on Tuesday.
Although the Toronto Maple Leafs and the Carolina Hurricanes are idle, both can secure spots based on results elsewhere around the league.
Meanwhile, the Florida Panthers and Tampa Bay Lightning are in action but will also need some help. Fate is in the hands of the Vegas Golden Knights, and they have multiple paths in play.
Here are the scenarios for Tuesday:
Maple Leafs
• If the Montreal Canadiens lose to the Florida Panthers in any fashion.
• If the Columbus Blue Jackets lose to the Nashville Predators in any fashion.
Hurricanes
• If the Canadiens lose to the Panthers in any fashion
• If the Blue Jackets lose to the Predators in any fashion.
Panthers
• If they defeat the Canadiens in regulation AND the Blue Jackets lose to the Predators in regulation.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_24144e25b0a1febb6c7ad6b882582ada', 'NHL', '4249074c-7cb9-4962-a31d-8f5ca42e0dbc');
Lightning
• If they defeat the New York Islanders in any fashion, the Canadiens lose to the Panthers in regulation AND the Blue Jackets lose to the Predators in regulation.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_4660140fc84215e90adee045186c81cb', 'NHL', '77623cf3-5dfe-4fb0-9c3d-999ce4423dfb');
Golden Knights
• If they defeat the Edmonton Oilers in any fashion.
• If they get one point vs. the Oilers AND either the Calgary Flames lose to the Utah in any fashion OR the St. Louis Blues lose to the Detroit Red Wings in regulation.
• If they get one point vs. the Oilers AND the Flames lose to Utah in regulation.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_e6988d5b0cc664e39dc0d030db805523', 'NHL', '3f0caab0-6ae4-42b1-ae93-49c9a4479a7a');
The Maple Leafs, Hurricanes, Panthers, Lightning and Golden Knights look to join the Washington Capitals, Winnipeg Jets and Dallas Stars among teams that have locked up playoff spots.