Originally posted on SportsNet
Mattias Ekholm appears to be creeping closer to his return.
The Edmonton Oilers defenceman participated in his first full team practice on Monday since leaving the lineup with an undisclosed injury on April 11.
Ekholm has already been ruled out for the first two games of the Oilers’ Western Conference Final against the Dallas Stars, but head coach Kris Knoblauch said he was “optimistic” the Swede could return at some point during the series.
If Ekholm does come back, it would mark a stunning return after his initial injury timeline was set at 15 weeks, per Sportsnet’s Elliotte Friedman on Monday’s 32 Thoughts Podcast.
Game 1 of the Oilers-Stars series is set for Wednesday at 8 p.m. ET / 6 p.m. MT with live coverage available on Sportsnet and Sportsnet+.
Without Ekholm on the ice, Edmonton has relied on blue-liners Ty Emberson and Troy Stecher. Emberson played the first nine games of the post-season, while Stecher, who last played in the playoffs in 2022, entered the lineup for Game 4.
While Ekholm is a big loss on the back end, the Oilers have reeled off eight wins in their last nine contests after losing Games 1 and 2 in the first round to Los Angeles.
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 ${gameDateFormatted}VS
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} Powered by
${gameDateFormatted} VS
Powered by
`; }
// Example usage renderBetMGM('block_46e49feb7c5f7d75f16387428da24930', 'NHL', '59e10dee-0b82-48a5-bfe1-29dcacf0141c');
But the duo of Emberson and Stecher hasn’t produced in the way the big lefty can. The two righties have zero points, and while Stecher played 16:46 in Game 4, Emberson hasn’t logged double-digit minutes since Game 2 against the Kings.
Eklhom recorded nine goals and 33 points this season while logging over 22 minutes of ice time a night. He has 12 goals and 52 points in 112 playoff games.
During Edmonton’s run to the Stanley Cup Final last year, the six-foot-five, 225-pound defenceman potted five goals and played nearly 22 minutes a night.
More from Sportsnet Oilers’ Mattias Ekholm day-to-day, out for first two games of West finalOriginally posted on SportsNet
Published: 3 weeks ago
Oilerhockey is in no way affiliated with the NHL or the Edmonton Oilers hockey club.
Copyright © 2009 - 2025 oilerhockey.com | Contact us at admin@oilerhockey.com | View our Privacy Policy or DMCA Policy