Devils captain Nico Hischier out vs. Flyers following cross-check injury

Nico Hischier won’t suit up against the Philadelphia Flyers on Monday, the Devils confirmed, as he recovers from a recent injury.

Jan 27, 2025 - 19:22
 0
Devils captain Nico Hischier out vs. Flyers following cross-check injury

For the first time all season, the New Jersey Devils will hit the ice without their captain.

Nico Hischier won’t suit up against the Philadelphia Flyers on Monday, the team confirmed, as he recovers from a recent injury.

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_196c9823d4961ea4eb4d54878687272e', 'NHL', '9c388ee4-6df8-4714-ba19-117c96bba966');

The 26-year-old forward suffered the setback Saturday in a 4-3 overtime win over the Montreal Canadiens. Hischier left the game in the third period after taking a cross-check from Nick Suzuki.

After the game, Devils head coach Sheldon Keefe described the captain’s status as “day-to-day.”

Hischier has been productive for New Jersey all season, tallying 24 goals and 19 assists for 43 points in 51 games. He’s currently on pace for a career-high 39 goals this season, even netting one before leaving Saturday’s win early.

Hischier will be a noticeable absence, considering he leads the team in scoring, both even strength (15) and power-play goals (nine) while ranking third in points and total time on ice.

A prolonged absence for its captain would be less than ideal for a New Jersey team that’s third in the Metropolitan Division at 28-17-6, trailing the Carolina Hurricanes by only two points.

Meanwhile, the good news is that Jack Hughes will suit up despite missing morning skate. The 23-year-old has been battling a nagging finger injury suffered against the Boston Bruins last Wednesday. Despite requiring stitches, he did play 20 minutes in Saturday’s OT win. Hughes leads the Devils in points with 57 (19 goals, 38 assists) so far this season through his 51 appearances.

New Jersey is set to take on Philadelphia at 7 p.m. ET / 4 p.m. PT.