Maple Leafs’ Anthony Stolarz misses practice for rest
Maybe Anthony Stolarz just needed a nap. The Toronto Maple Leafs starting goalie missed practice Monday for a rest day, head coach Craig Berube told reporters.

Maybe Anthony Stolarz just needed a nap.
The Toronto Maple Leafs starting goalie missed practice Monday for a rest day, head coach Craig Berube told reporters.
Stolarz’s absence initially set off alarm bells after an injury scare during Toronto’s 6-2 Game 1 win over the Ottawa Senators one night earlier.
In the third period, Senators forward Ridly Greig dashed short-handed into the offensive zone on a one-on-one against Mitch Marner and crashed into Stolarz’s lower body.
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_9f1f20196032451d87fd7b21903c6ecd', 'NHL', 'f2da72ee-e71e-4401-ab6c-45e3f60408ae');
The goalie was down for a few seconds but remained in the game, and said afterward he was OK.
Stolarz will likely be back in the crease for Game 2 on Tuesday, with puck drop at 7:30 p.m. ET / 4:30 p.m. PT. Live coverage is available on Sportsnet and Sportsnet+.