Avalanche coach: ‘Good chance’ Landeskog plays Game 3 vs. Stars
Colorado Avalanche captain Gabriel Landeskog could make his highly anticipated return Wednesday night.

Colorado Avalanche captain Gabriel Landeskog could make his highly anticipated return Wednesday night.
Avalanche coach Jared Bednar said on Altitude 92.5 FM there’s a “good chance” Landeskog will play Game 3 against the Dallas Stars.
Landeskog, who was activated from the injured reserve ahead of Game 2 Monday, took to the ice for warmups but was scratched from the lineup. Dallas won 4-3 in overtime to even the series 1-1.
The Swedish star has battled knee injuries for the past three years and has had two surgeries along the way.
He hasn’t played in the NHL since June 26, 2022, when Colorado defeated the Tampa Bay Lightning to capture the Stanley Cup.
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_dbaed924753b4fe4da46093030dd6ef1', 'NHL', '8145fb1f-47c5-41cb-97e3-12b590f1591f');
Landeskog rejoined the Avalanche last week for practice after a two-game rehab stint in the American Hockey League.
The 32-year-old has 571 points (248 goals, 323 assists) in 738 games over 11 seasons with the Avalanche. He also has 67 points (27 goals, 40 assists) in 69 playoff games.
Watch the Avalanche and Stars face off in Game 3 beginning at 9:30 p.m. ET / 6:30 p.m. PT on Sportsnet 360 and Sportsnet+.