Oilers star Leon Draisaitl expected back early in Round 1 of playoffs

1 month ago 8

Rommie Analytics

Edmonton Oilers forward Leon Draisaitl is trending towards being back in the lineup right as the team will need him most.

Oilers head coach Kris Knoblauch said he expects the star centre to return early in the first round at some time while speaking to reporters Monday.

This timeline lines up with an update Knoblauch gave last week regarding Draisaitl.

“And then playoffs, sometime in that first round if things go well,” the Oilers coach said.

The 30-year-old Draisaitl has been out since he was forced to leave a March 15 game with a lower-body injury.

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_a3069ab102541990fffb3d2a8943bd35', 'NHL', '66a45031-6439-4ed8-a0d6-1e0717a0645e');

He had put up 35 goals and 97 points in 65 games played before being forced out of the lineup.

Knoblauch also mentioned on Monday that Zach Hyman, who left an April 4 game with an injury, could play during Edmonton’s regular-season finale on Thursday against the Vancouver Canucks.

Jason Dickinson, who was injured against the San Jose Sharks on April 8, would be doubtful for Game 1 of the playoffs for Edmonton as well.

The Oilers play the Colorado Avalanche in the penultimate game of their regular season Monday.

Edmonton has already clinched a playoff berth, but is still jockeying for final playoff seeding.

The 2026 Stanley Cup Playoffs begin on Saturday.

Read Entire Article