Oiler Hockey
Oilers turn back to Stuart Skinner, make other changes for Game 6 vs. Panthers

Originally posted on SportsNet

Oilers turn back to Stuart Skinner, make other changes for Game 6 vs. Panthers

With their season on the line, the Edmonton Oilers are making another goalie switch amid other lineup changes.

Stuart Skinner will return to the starter’s role in net for Game 6 of the Stanley Cup Final against the Florida Panthers on Tuesday.

Trailing 3-2, Edmonton must win to force Game 7 for a second consecutive season.

Backup Calvin Pickard replaced Skinner after the Oilers fell behind 3-0 in the first period of Game 4 and then backstopped Edmonton to a series-tying 5-4 overtime win over the Florida Panthers.

The Oilers then gave Pickard the start for Game 5, but Edmonton lost 5-2 on home ice.

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_8cd2bfdf4cab13ffeb0842b805a7fced', 'NHL', '80459358-e8c6-4cb2-a15c-a3fb62e0b088');

Meanwhile, the Oilers are also shuffling up their forward and defence units.

Winger Kaspari Kapanen and blue liner John Klingberg appear set to re-enter the lineup in favour of Viktor Arvidsson and Troy Stecher, per line rushes at morning skate.

Kapanen played the first four games of the series, recording three assists. He was subbed out for Game 5 in favour of Arvidsson.

Klingberg will see his first action since Game 3, when Stecher entered in his place. Stecher was benched during Game 4, but returned to play over 13 minutes in Game 5.

Key forward Ryan Nugent-Hopkins also missed skate after his absence from practice earlier in the week. Nugent-Hopkins has taken regular maintenance days throughout the series as he deals with an undisclosed injury, but has not missed a game.

Head coach Kris Knoblauch said Monday he believed Nugent-Hopkins would once again be good to go for Game 6.

More from Sportsnet Oilers falling back on experience ahead of do-or-die Game 6


McDavid’s wife as superstitious as Oilers players

Originally posted on SportsNet

Published: 5 months 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