Oilers’ Evander Kane to make season debut in Game 2 vs. Kings

Evander Kane will make his season debut Wednesday night in Game 2 against the Los Angeles Kings after missing the entire season while recovering from knee surgery, Oilers coach Kris Knoblauch told reporters after the morning skate.

Oilers’ Evander Kane to make season debut in Game 2 vs. Kings

The Edmonton Oilers are set to add a key piece at an important time.

Evander Kane will make his season debut Wednesday night in Game 2 against the Los Angeles Kings after missing the entire season while recovering from knee surgery, Oilers coach Kris Knoblauch told reporters after the morning skate.

Kane, 33, posted 24 goals and 20 assists through 77 games for the Oilers last season. He also made 20 playoff appearances.

Defenceman John Klingberg, who has not played since March 27 because of a lower-body injury, will also return to the lineup for Game 2. Klingberg will replace Josh Brown.

The 32-year-old Klingberg has played just 11 games for the Oilers this year after he signed with Edmonton in January, registering one goal and 11 points. He also has dealt with hip issues in the past, for which he underwent surgery in 2023.

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
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}

`; }

// Example usage renderBetMGM('block_ea8462c7d2550709f9016c10a9297039', 'NHL', 'be3baf29-422f-439d-80e8-6ac5fdd8daa1');

Stuart Skinner will start again in net after Oilers coach Kris Knoblauch did not name a starter on the off-day following the team’s 6-5 loss in Game 1.

Watch the Oilers-Kings game at 10 p.m. ET / 8 p.m. MT on Sportsnet or Sportsnet+.