Jets’ Scheifele, Morrissey, Stanley game-time decisions vs. Stars
The Winnipeg Jets’ Game 1 lineup will remain a mystery until close to puck drop.

The Winnipeg Jets‘ Game 1 lineup will remain a mystery until close to puck drop.
Forward Mark Scheifele and defencemen Josh Morrissey and Logan Stanley are all considered day-to-day and will be game-time decisions for Wednesday’s opening contest against the Dallas Stars, head coach Scott Arniel told reporters on Tuesday.
Scheifele has not appeared since suffering an injury in Game 5 against the St. Louis Blues, but skated both Monday and Tuesday, per team reporter Mitchell Clinton.
Morrissey, who was knocked out of Game 7 in the first period, and Stanley, who missed the game with an undisclosed injury, were both back on the ice for the first time on Tuesday.
Scheifele has six points (two goals and four assists) through five playoff games and finished second in team scoring during the regular season with a career-high 87 points, helping lead Winnipeg to the Presidents’ Trophy.
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_894a27258e1961957e6dd31310013356', 'NHL', '33f5ebbe-b6be-4c36-a589-0de2068db979');
Morrissey had three assists in the first six games of the Jets’ first-round series against the Blues while averaging 23:30 of ice time.
Stanley has played in five games this post-season, recording no points, a minus-2 rating and 42 penalty minutes. He was replaced by Haydn Fleury, who played 33:02 in the double-OT Game 7 victory.
Live coverage of Wednesday’s Jets-Stars Game 1 will be available on Sportsnet and Sportsnet+ beginning at 9:30 p.m. ET / 8:30 p.m. CT.