The Dallas Stars could have forward Jason Robertson back in the lineup for Game 1 of their second-round series against the Winnipeg Jets.
Robertson sustained a knee injury during the team’s regular-season finale on April 16 and missed the entire opening round against the Colorado Avalanche.
The 25-year-old skated with Wyatt Johnson and Mason Marchment during Tuesday’s practice.
“He’s close,” Stars coach Peter DeBoer told reporters, according to Brien Rea of FanDuel Sports Network Southwest. “We’ll see tomorrow morning.”
Robertson played in all 82 games during the regular season and finished second on the team in scoring with 80 points (35 goals and 45 assists).
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');
For Winnipeg, injured forward Mark Scheifele and defencemen Josh Morrissey and Logan Stanley are all game-time decisions.
The Stars host the Jets for Game 1 of their second-round series Wednesday at 9:30 p.m. ET / 8:30 p.m. CT.
Watch live on Sportsnet and Sportsnet+.