Oilers’ Skinner to start in net as Walman returns to lineup for Game 1 vs. Kings
The Edmonton Oilers’ lineup for Game 1 is beginning to come into focus.

The Edmonton Oilers‘ lineup for Game 1 is beginning to come into focus.
Stuart Skinner will start in net, while defenceman Jake Walman is ready to play after missing the final five games of the season with an undisclosed injury, head coach Kris Knoblauch told reporters on Monday.
Skinner was the Oilers starter through much of the regular season, but missed eight games late in the campaign after taking a knee to the head in Edmonton’s 4-3 loss to the Dallas Stars on March 26.
He returned to play against the Winnipeg Jets and San Jose Sharks, backstopping his team to wins in both appearances.
The 26-year-old goalie posted a 26-18-4 record during the regular season with a 2.81 goals-against average, .896 save percentage and three shutouts.
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_414134a0207d375090c0e554444f3bae', 'NHL', 'a37ae3d7-b2f6-4a31-8115-06366847737c');
Skinner went 14-9-0 with a 2.45 goals-against average, .901 save percentage and one shutout during the Oilers run to the Stanley Cup final last year, where Edmonton lost to the Florida Panthers in seven games.
Walman was picked up from the San Jose Sharks in a trade ahead of the deadline. In 15 games with the Oilers, he logged one goal and seven assists.
Meanwhile, defenceman John Klingberg was ruled out, leaving the decision for the sixth blue liner between Josh Brown and Cam Dineen.
Fellow defenceman Brett Kulak is en route to Los Angeles after staying home for the birth of his second daughter, Skyler.
Forward Trent Frederic, who was acquired from the Boston Bruins ahead of the trade deadline, is a game-time decision after re-aggravating an ankle injury on April 5.
The Oilers visit the Los Angeles Kings to begin the playoffs for the fourth straight season on Monday at 10 p.m. ET / 8 p.m. MT Live coverage is available on Sportsnet and Sportsnet+.
–with files from The Canadian Press