Hurricanes’ Frederik Andersen set to return for Game 1 vs. Capitals, says coach

The Carolina Hurricanes are back at full strength between the pipes.

May 6, 2025 - 19:16
 0
Hurricanes’ Frederik Andersen set to return for Game 1 vs. Capitals, says coach

The Carolina Hurricanes are back at full strength between the pipes.

Goalie Frederik Andersen is available to return for Tuesday’s Game 1 against the Washington Capitals, head coach Rod Brind’Amour told reporters.

Andersen was injured in Game 4 of Carolina’s first-round series against New Jersey and subsequently missed Game 5, with Pyotr Kochetkov filling in for the double-OT series clincher.

It is unclear which netminder will get the start for the opening game of Round 2.

Kochetkov, who replaced Andersen in Game 4 and stopped 14 of 15 shots, started 47 games this season, winning 27 with a 2.60 goals-against average and a .897 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 = `

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_5c046ba169403b5267185e72af9441e2', 'NHL', '375e0e7a-6bc7-49b6-be3f-701d9e1df4e8');

The 35-year-old Andersen missed most of the regular season after undergoing knee surgery in November. He played in just 22 games while sporting a 2.50 goals-against average and a .899 save percentage, but has been stellar this post-season.

Including his shortened Game 4 performance, Andersen owns a playoff-best .936 save percentage and 1.59 GAA en route to helping the Canes to a 3-1 series lead over New Jersey.

Live coverage of Tuesday’s Game 1 between the Hurricanes and Capitals is available on Sportsnet and Sportsnet+ beginning at 7 p.m. ET / 4 p.m. PT.