Maple Leafs place forward Max Pacioretty on injured reserve
The Toronto Maple Leafs could have to go a bit longer without one of their forwards as Max Pacioretty was placed on injured reserve.

The Toronto Maple Leafs could have to go a bit longer without one of their forwards.
Forward Max Pacioretty has been placed on the injured reserve with an undisclosed injury, the team announced Friday.
Defenceman Marshall Rifai has been recalled from the American Hockey League in a corresponding move.
Pacioretty hasn’t suited up for a game since Feb. 8, the team’s final game before the 4 Nations Face-Off break. According to head coach Craig Berube, Pacioretty tweaked something during a practice last week Wednesday.
He rejoined the team’s practice this week Wednesday, but will instead head to the IR instead of returning for Friday’s game against the New York Rangers.
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_8cca813942cd9ec84e0fa911ab84f452', 'nhl', '2e032eb0-49ba-4ac5-9dc8-b75e775aaa35');
The 36-year-old has been limited to 37 games this season due to injuries and has five goals and eight assists.
Rifai, meanwhile, has yet to suit up for the Maple Leafs this season. In 44 games with the Marlies, the 26-year-old has three goals, six assists and is a plus-7 on the year.
The Maple Leafs return to action on Friday as they visit Madison Square Garden to face the Rangers at 7 p.m. ET / 4 p.m. PT on Sportsnet Ontario and Sportsnet+.