Devils’ Siegenthaler could return for Game 3 as Hughes, Dillon remain out
The ailing New Jersey Devils hope to get at least one reinforcement for Game 3 on Friday.

The ailing New Jersey Devils hope to get at least one reinforcement for Game 3 on Friday.
Head coach Sheldon Keefe said the team is “optimistic” about the return of defenceman Jonas Siegenthaler, per Peter Baugh of The Athletic.
Siegenthaler has not played since Feb. 4 when he suffered a leg injury against the Pittsburgh Penguins.
While the bone is now healed, the Swiss blue liner may be limited in his return as he works to regain his conditioning, Keefe said.
Siegenthaler, 27, tallied two goals and seven assists in 55 regular-season games while averaging 19:36 of ice time per contest.
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_4332aa18a762bf345c21dce63da753e7', 'NHL', 'c82f14b8-a666-4354-a3ed-13bcabe12433');
Meanwhile, fellow defencemen Luke Hughes and Brenden Dillon will remain out of the lineup after suffering undisclosed injuries in Game 1.
The Devils trail the Hurricanes 2-0 in their first-round series.
Puck drop for Game 3 is Friday at 8 p.m. ET / 5 p.m. PT, with live coverage available on Sportsnet and Sportsnet+.