Stars’ Robertson progressing, now considered day-to-day, says coach
As the Dallas Stars stand one win away from Round 2, more help could be on the way.

As the Dallas Stars stand one win away from Round 2, more help could be on the way.
Injured forward Jason Robertson‘s status is now considered day-to-day, head coach Pete DeBoer told reporters on Thursday.
However, Robertson and defenceman Miro Heiskanen will remain out of the lineup for Game 6 against the Colorado Avalanche.
Robertson, 25, suffered a lower-body injury that was originally classified as week-to-week in Dallas’s regular-season finale.
He had 35 goals and 45 assists for 80 points while playing all 82 games this season.
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_662398fce2d37f14206f064ac13115bc', 'NHL', 'c5e3aa1d-3ef4-4b51-9f86-d59c66d4dfc5');
Heiskanen has been out of the lineup since January after having knee surgery. The Stars defenceman returned to practice before the start of the playoffs but has been considered day-to-day.
In 50 games before the injury, the Finn racked up five goals and 20 assists.
The Stars lead the Avalanche 3-2 in their first-round series. Live coverage of Game 6 is available Thursday on Sportsnet and Sportsnet+ at 9:30 p.m. ET / 6:30 p.m. PT.