Maple Leafs’ Stolarz doubtful to travel for Game 6 vs. Panthers, says coach

The Toronto Maple Leafs appear unlikely to have their starting goalie when they face elimination for this first time this season.

May 15, 2025 - 18:12
 0
Maple Leafs’ Stolarz doubtful to travel for Game 6 vs. Panthers, says coach

The Toronto Maple Leafs appear unlikely to have their starting goalie when they face elimination for this first time this season.

Anthony Stolarz is doubtful to travel with the team to Florida for Game 6, head coach Craig Berube told reporters.

Stolarz, who was knocked out of Game 1, skated for the second time since sustaining the injury on Thursday.

The 31-year-old left the series opener after taking an elbow to the head from Panthers forward Sam Bennett.

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 = `

Error: ${error}

`; return; }

if (!oddsData) { container.innerHTML = `

Odds data not available

`; return; }

let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });

container.innerHTML = `

BetMGM Odds
Moneyline
${visitingTeam.short_name}
${oddsData.away_money > 0 ? `+${oddsData.away_money}` : oddsData.away_money}
${homeTeam.short_name}
${oddsData.home_money > 0 ? `+${oddsData.home_money}` : oddsData.home_money}
Spread
${oddsData.fav_id === visitingTeam.id ? oddsData.fav_points : oddsData.fav_points > 0 ? `-${oddsData.fav_points}` : `+${Math.abs(oddsData.fav_points)}`}
${oddsData.fav_id === visitingTeam.id ? oddsData.fav_money > 0 ? `+${oddsData.fav_money}` : oddsData.fav_money : oddsData.underdog_money > 0 ? `+${oddsData.underdog_money}` : oddsData.underdog_money}
${oddsData.fav_id === homeTeam.id ? oddsData.fav_points : oddsData.fav_points > 0 ? `-${oddsData.fav_points}` : `+${Math.abs(oddsData.fav_points)}`}
${oddsData.fav_id === homeTeam.id ? oddsData.fav_money > 0 ? `+${oddsData.fav_money}` : oddsData.fav_money : oddsData.underdog_money > 0 ? `+${oddsData.underdog_money}` : oddsData.underdog_money}
Over/Under
O ${oddsData.total}
${oddsData.over_money > 0 ? `+${oddsData.over_money}` : oddsData.over_money}
U ${oddsData.total}
${oddsData.under_money > 0 ? `+${oddsData.under_money}` : oddsData.under_money}

`; }

// Example usage renderBetMGM('block_b396e86e08d07f77a2b792f3c551d6e5', 'NHL', '073432e1-f3af-4b8b-8567-3681c2364512');

The hit from his former Florida teammate came after the netminder had taken a shot off his mask earlier in the game.

The 31-year-old went to the locker room shortly after the hit by Bennett — not before vomiting into Toronto’s bench — and was eventually transported to a local hospital for evaluation.

Joseph Woll has stepped into Stolarz’s starting role, posting an .877 save percentage and 4.02 goals-against average in five appearances.

The Maple Leafs trail the Panthers 3-2 in the second-round series. Game 6 is scheduled for Friday at 8 p.m. ET / 5 p.m. PT, with live coverage available on Sportsnet and Sportsnet+.