Maple Leafs make lineup changes vs. Sabres, place Anthony Stolarz on injured reserve
The Toronto Maple Leafs have placed goaltender Anthony Stolarz on injured reserve.
The Toronto Maple Leafs are making some changes to the lineup ahead of their game against the Buffalo Sabres.
With the team playing on the second half of a back-to-back, head coach Craig Berube said that forwards Ryan Reaves and Nick Robertson will draw in along with defenceman Phillippe Myers. Coming out are forwards Pontus Holmberg, Fraser Minten and defenceman Conor Timmins.
Dennis Hildeby will get the start in goal against Buffalo. This will be the third career start for the 23-year-old who is 1-1 with a 4.03 goals-against average and a .869 save percentage.
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_111faec0d96e61eb041a1b0f6d7a9384', 'NHL', '793da3ce-b260-4c1b-8d00-adcca9fbc492');
Toronto recalled Hiledeby from the AHL’s Toronto Marlies on an emergency basis after an injury to Anthony Stolarz, who is now expected to miss at least the next two games.
Toronto placed Stolarz on injured reserve Sunday, retroactive to Dec. 12.
Stolarz has been day-to-day with a lower-body injury he suffered against the Anaheim Ducks on Thursday. The Leafs already ruled out the goaltender for the team’s game against the Buffalo Sabres on Sunday.
By placing Stolarz on injured reserve, he won’t be eligible to return until Friday in Buffalo.
Stolarz is 9-5-2 with a 2.15 goals-against average and .927 save percentage this season.