Golden Knights’ Stone will be game-time decision for Game 4 vs. Oilers
Vegas Golden Knights captain Mark Stone will be a game-time decision for Game 4 Monday against the Edmonton Oilers, head coach Bruce Cassidy told reporters.

Vegas Golden Knights captain Mark Stone is a game-time decision for Game 4 Monday against the Edmonton Oilers, head coach Bruce Cassidy told reporters.
Stone, who left Saturday’s 4-3 win due to an upper-body injury, participated in morning skate on the top line alongside Jack Eichel and Ivan Barbashev.
It’s unclear when he sustained the injury. However, he made incidental head contact with the knee of Oilers forward Corey Perry and appeared to be in discomfort afterwards.
The 32-year-old has eight points (four goals and four assists) in nine playoff games.
He finished second on the team in scoring during the regular season with 67 points (19 goals and 48 assists) in 66 games.
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_e8896042ea56673c5021d5738d0b965c', 'NHL', 'a431e5d3-ac88-4aac-8442-5e274ba167ea');
Edmonton holds a 2-1 lead in the second-round series.
Watch Game 4 live on Sportsnet and Sportsnet+ starting at 9:30 p.m. ET / 7:30 p.m. MT.