Originally posted on SportsNet
The Vegas Golden Knights will open their second-round series against the Edmonton Oilers without one of their best goal scorers.
Pavel Dorofeyev will not play in Game 1 on Tuesday, Golden Knights coach Bruce Cassidy told reporters.
The 24-year-old sustained an undisclosed injured late in Vegas’s 3-2 overtime victory over the Minnesota Wild in Game 5 of their first-round series.
Dorofeyev had a breakout season, leading the Golden Knights with 35 goals and adding 17 assists for 52 points.
The left-shot winger was replaced in the lineup by Victor Olofsson, who scored 15 goals this season. Olofsson also will take Dorofeyev’s spot on the power play.
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 = `
Error: ${error}`; return; }
if (!oddsData) { container.innerHTML = `
Odds data not available`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
BetMGM Odds ${gameDateFormatted}VS
Moneyline ${visitingTeam.short_name} ${oddsData.away_money > 0 ? `+${oddsData.away_money}` : oddsData.away_money} ${homeTeam.short_name} ${oddsData.home_money > 0 ? `+${oddsData.home_money}` : oddsData.home_money} Spread ${oddsData.fav_id === visitingTeam.id ? oddsData.fav_points : oddsData.fav_points > 0 ? `-${oddsData.fav_points}` : `+${Math.abs(oddsData.fav_points)}`} ${oddsData.fav_id === visitingTeam.id ? oddsData.fav_money > 0 ? `+${oddsData.fav_money}` : oddsData.fav_money : oddsData.underdog_money > 0 ? `+${oddsData.underdog_money}` : oddsData.underdog_money} ${oddsData.fav_id === homeTeam.id ? oddsData.fav_points : oddsData.fav_points > 0 ? `-${oddsData.fav_points}` : `+${Math.abs(oddsData.fav_points)}`} ${oddsData.fav_id === homeTeam.id ? oddsData.fav_money > 0 ? `+${oddsData.fav_money}` : oddsData.fav_money : oddsData.underdog_money > 0 ? `+${oddsData.underdog_money}` : oddsData.underdog_money} Over/Under O ${oddsData.total} ${oddsData.over_money > 0 ? `+${oddsData.over_money}` : oddsData.over_money} U ${oddsData.total} ${oddsData.under_money > 0 ? `+${oddsData.under_money}` : oddsData.under_money} Powered by
${gameDateFormatted} VS
Powered by
`; }
// Example usage renderBetMGM('block_89053a84cac796cecf71a1bfaa9ee182', 'NHL', 'bee51ba8-d7ee-4166-b5ea-a794b565bfb5');
“It’s not like we’re plugging in a guy that’s never scored, so hopefully he picks up some of what Pav did in terms of the play,” Cassidy said after the team’s morning skate in St. Paul following the injury. “We’ve got lots of guys in the lineup that can do it. We’ll miss him, obviously, but we weren’t overly reliant on one player anyway.”
Dorofeyev started that game on the top line with Jack Eichel and William Karlsson. Mark Stone took Dorofeyev’s place on the line. The combined lines outshot the Wild 8-3 at 5-on-5, according to Natural Stat Trick.
“(Stone has) played with Jack a lot,” Cassidy said. “We wanted to see Stoney with Karly, so there you go. It took us a while. It’s just the way things worked out a little bit. … I think it was our intention Stoney and Jack would be back together at some point.”
Watch Game 1 of the Golden Knights-Oilers series on Sportsnet and Sportsnet+ at 9:30 p.m. ET / 6:30 p.m. PT.
-With files from The Associated Press
More from Sportsnet Oilers to ride with Pickard as Game 1 starter vs. Golden KnightsOriginally posted on SportsNet
Published: 2 weeks ago
Oilerhockey is in no way affiliated with the NHL or the Edmonton Oilers hockey club.
Copyright © 2009 - 2025 oilerhockey.com | Contact us at admin@oilerhockey.com | View our Privacy Policy or DMCA Policy