Oilers’ Kane not available for Game 1 vs. Kings, Frederic a possibility
Evander Kane’s return to the Edmonton Oilers lineup isn’t going to happen in Game 1.

Evander Kane‘s return to the Edmonton Oilers lineup isn’t going to happen in Game 1.
The Oilers forward is unavailable for the opener of his team’s series against the Los Angeles Kings on Monday, head coach Kris Knoblauch told reporters Sunday.
Kane has been out for the entire season due to multiple surgeries.
The 33-year-old veteran forward posted 24 goals and 20 assists through 77 games for the Oilers last season. He also made 20 playoff appearances.
“Just going off last year … how I felt that year and what I was able to do, that gives me confidence with how I feel now,” Kane said Monday when asked about how ready he feels for a potential return.
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_799daf4afb9c9d34379c1c1e0d8941f0', 'NHL', 'a37ae3d7-b2f6-4a31-8115-06366847737c');
While Kane won’t return on Monday, Knoblauch said that Trent Frederic is day-to-day and a possibility to play.
Frederic was acquired from the Boston Bruins ahead of the trade deadline, but an ankle injury delayed his Oilers debut until April 5, when he re-aggravated the ailment. The grinding forward has not played in a game since.
Meanwhile, Oilers defenceman Brett Kulak wasn’t at practice on Sunday as he was back home in Canmore, Alta., where his wife is expected to give birth to their second child. Knoblauch said Kulak is expected to rejoin the team in L.A. for Game 1.
You can watch Game 1 between the Oilers and Kings on Monday live on Sportsnet and Sportsnet+ starting at 10 p.m. ET / 8 p.m. MT.