Oiler Hockey
Oilers could make lineup change for Game 4, coach says

Originally posted on SportsNet

Oilers could make lineup change for Game 4, coach says

As the Edmonton Oilers prepare for a pivotal Game 4 of the Stanley Cup Final on Thursday, much is yet to be determined in terms of their lineup.

Head coach Kris Knoblauch hinted there could be changes coming but was not forthcoming with details when he spoke to reporters on Wednesday.

The Oilers are looking to avoid a 3-1 series deficit.

There are questions about who will start in net for Edmonton in Game 4 — Stuart Skinner was pulled from the Oilers’ 6-1 Game 3 loss after giving up five goals on 23 shots — but Knoblauch did not confirm if he’d swap in Calvin Pickard to start.

Meanwhile, Ryan Nugent-Hopkins has been listed as a game-time decision ahead of Game 4 due to an undisclosed injury. The Oilers forward was also listed as a game-time decision ahead of Game 3, but ultimately suited up and logged 15:34 of ice time.

Nugent-Hopkins missed Tuesday’s practice for what the team called a maintenance day.

The 32-year-old continues to bring valuable production for the Oilers in the playoffs, scoring five goals and 18 points in 19 games. Last season, he posted seven goals and 22 points during the Oilers’ run to the Cup Final.

The Panthers hold a 2-1 series lead after their convincing victory in Game 3. You can catch Game 4 on Thursday on Sportsnet and Sportsnet+ at 8 p.m. ET / 5 p.m. PT.

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_8ef267f09a74fccc6f42c9769e92791e', 'NHL', '53ae3fc3-dd3c-4749-8b28-dedc363e8b5a');

More from Sportsnet Dig-in time arrives with Oilers chasing their best in pivotal Game 4


‘It’s a UFC fight’: Oilers must dial up discipline in Game 4

Originally posted on SportsNet

Published: 1 month ago

OilerHockey.com

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