Originally posted on SportsNet
Don’t blame Tristan Jarry or Stuart Skinner if they accidentally head down the wrong tunnel on Tuesday night.
The goalies, traded for each other just five days ago, will start against their former teams as the Edmonton Oilers visit the Pittsburgh Penguins on Tuesday (Sportsnet, Sportsnet+, 7:30 p.m. ET / 4:30 p.m. PT).
Both teams’ coaches confirmed their new netminders would get the nod after morning skate.
The Oilers dealt Skinner, defenceman Brett Kulak and a 2029 second-round pick to the Penguins in exchange for Jarry and forward Sam Poulin on Friday, with the hopes of shoring up their crease after goaltending plagued them over the past few seasons.
In his Oilers debut on Saturday, Jarry picked up his first win with his new club as he made 25 saves on 28 shots in a 6-3 victory over the Toronto Maple Leafs.
$el.after( unescape("%3Cscript src=\"" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js\" %3E%3C/script%3E") );
$( document ).one( 'ready', function() { $( "#video_container-338468" ).SNPlayer( { bc_account_id: "1704050871", bc_player_id: "JCdte3tMv", //autoplay: true, //is_has_autoplay_switch: false, bc_videos: 6386454355112, is_has_continuous_play: "false", section: "", thumbnail: "https://www.sportsnet.ca/wp-content/uploads/2025/12/6386454355112-1024x576.jpg", direct_url: "https://www.sportsnet.ca/nhl/video/oilers-jarry-makes-clutch-blocker-stop-on-tavares-breakaway-chance/" }); });
For the season, he owns a 10-3-1 record with a 2.69 goals-against average and .908 save percentage.
Skinner, meanwhile, will be making his Penguins debut. He is 11-8-4 with a 2.83 GAA and .891 save percentage.
Kulak, who had two assists in 31 games for the Oilers, also appears set to suit up for his Penguins debut against his former team.
Poulin is playing for the AHL’s Bakersfield Condors, where he had two assists in his first game for the Oilers’ minor-league affiliate.
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_143343d1e122a9dc445aba1d738db691', 'NHL', 'f6aefeec-a1f9-4b9a-8f4d-b6219baaea4a');
Originally posted on SportsNet
Published: 2 days 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