Golden Knights’ Mark Stone not at morning skate, could miss Game 5 vs. Oilers
The Vegas Golden Knights could be without a key forward as they face elimination.

The Vegas Golden Knights could be without a key forward as they face elimination.
Mark Stone was not on the ice for the morning skate and head coach Bruce Cassidy told reporters that he will be a game-time decision ahead of Game 5 against the Edmonton Oilers on Wednesday.
The Golden Knights trail the Oilers 3-1 in the second-round series.
Also missing from the skate were defencemen Alex Pietrangelo and Brayden McNabb along with forward Brandon Saad, who are also going to be game-time decisions.
The team is proceeding forward with the expectation that Stone will not play, reported Sin Bin Vegas. The 33-year-old was forced to leave Game 3 with an undisclosed injury but played 21:42 in Game 4.
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_7c3f0f92886648df12d6f14cd4618c2c', 'NHL', '78b8cdd4-28e3-4b12-a72f-22081cb33291');
However, McNabb and Pietrangelo are expected to be able to play, Sin Bin Vegas added. Fellow blue liners Kaedan Korczak and Ben Hutton stayed on the ice with the scratches during morning skate.
Saad, meanwhile, is also dealing with an undisclosed injury. He played 16:11 in Game 2 of the series, registering one hit and one blocked shot. The 32-year-old has two assists in eight games this post-season.