Jets’ Nikolaj Ehlers set to return for Game 6 against Blues
As the Winnipeg Jets aim to punch their ticket to Round 2, another key player appears set for his return.

As the Winnipeg Jets aim to punch their ticket to Round 2, another key player appears set for his return.
Forward Nikolaj Ehlers wore a regular sweater and skated on a second line with Cole Perfetti and Adam Lowry on Friday ahead of Game 6 against the St. Louis Blues.
Winnipeg also included Ehlers in its projected lineup.
The Jets lead the first-round series 3-2, but Ehlers has not played after suffering a lower-body injury on April 12.
Ehlers, 29, recorded 24 goals and 39 assists in 69 games for the Jets on the season.
Winnipeg also received a reinforcement in Game 5 when Gabriel Vilardi returned to action after his own 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 = `
`; 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_921c0ec65354188b1c55e8c85ba9c501', 'NHL', '4835673d-e6e9-4b7a-af8e-ddd6b657760e');
However, the Presidents’ Trophy-winning Jets will be without leading scorer Mark Scheifele, who was knocked out of Game 5 with an injury and did not travel with the team to St. Louis.
The Jets are looking to advance in the playoffs for the first time since 2021.
Live coverage of Friday’s Game 6 will be available on Sportsnet and Sportsnet+ beginning at 8 p.m. ET / 7 p.m. CT.