Canadiens without Laine, Montembeault for Game 5, Carrier to play
Head coach Martin St. Louis said that goaltender Sam Montembeault and Patrik Laine will not be available in Game 5, while defenceman William Carrier will be a game-time decision.

Alexandre Carrier will play for the Montreal Canadiens on Wednesday after being listed as a game-time decision earlier in the day for Game 5 against the Washington Capitals.
The Canadiens said Tuesday that Carrier was day-to-day after being hit by Capitals forward Tom Wilson in Game 4 on Sunday and exiting the game.
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_d3e2cf8a395fe5bf19ecd4f809714963', 'NHL', '02324694-f538-4a88-babf-c611f30f9fce');
Carrier joined a growing list of injured Canadiens with goaltender Sam Montembeault and winger Patrik Laine also out day-to-day.
St. Louis said Laine was not an option to enter the lineup in Game 5, while Montembeault did not travel with the team to Washington. Forwards Brendan Gallagher and Josh Anderson, and defenceman David Savard did not skate Tuesday for “maintenance.”
Rookie netminder Jakub Dobes will start for a second consecutive game.
Meanwhile, Capitals forward Aliaksei Protas will return to the lineup after being deemed a game-time decision. The six-foot-six, 247-pound forward had 30 goals and 36 assists in 76 games this season, but hasn’t played since April 4 with a foot injury.
The Canadiens trail the Capitals 3-1 in the first-round, best-of-seven series.
Montreal rallied from a 3-1 deficit to beat the Toronto Maple Leafs in the first round of the 2021 playoffs, the last time the Canadiens reached the post-season.
Six players on the current Canadiens roster played in that series, including captain Nick Suzuki.
“Stay relaxed, be excited. It’s not over until it’s over,” he said. “We’re a hungry team. We want to come out and show that we can win this game and go back home.”