Oilers’ Stuart Skinner to start vs. Kraken, Ryan returns to lineup
The Edmonton Oilers will be without Connor McDavid and Leon Draisaitl on Saturday, but at least they’ll have their starting goaltender.

The Edmonton Oilers will be without Connor McDavid and Leon Draisaitl on Saturday, but at least they’ll have their starting goaltender.
After being pulled in Thursday’s overtime loss against the Seattle Kraken by the concussion spotter, Oilers netminder Stuart Skinner will be back between the pipes against the Kraken on Saturday.
Oilers head coach Kris Knoblauch confirmed on Friday that Skinner had been cleared to return to the lineup.
Skinner has appeared in 47 games for the Oilers this season, posting a .896 save percentage with 23 wins and two 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_cbb50c6b72ecf7f2f2749005e6a42ebe', 'NHL', 'd95c8cb2-cbf9-4aa7-a747-497c35211fef');
McDavid and Draisaitl didn’t get the same good news, as both have been ruled out for at least a week.
With the Oilers’ two superstars out, forward Derek Ryan will return to the lineup against the Kraken. Ryan, 38, has appeared in 33 games for the Oilers this season and has one goal and four assists.
You can watch the Oilers take on the Kraken live on Sportsnet and Sportsnet+ starting at 10 p.m. ET / 8 p.m. PT.