Oiler Hockey
Maple Leafs’ Ekman-Larsson to play, Nylander and Joshua game-time decisions

Originally posted on SportsNet

Maple Leafs’ Ekman-Larsson to play, Nylander and Joshua game-time decisions

The Toronto Maple Leafs will have a key part of the blue line available against the Edmonton Oilers.

Oliver Ekman-Larsson told reporters Saturday that he feels good enough to play against the Oilers after he participated in morning skate.

There was initial concern after the veteran defenceman left Thursday’s game against the San Jose Sharks with a lower-body injury.

Ekman-Larsson was attempting to corral a loose puck along the board when Sharks centre Adam Gaudette fell on him, causing the blue-liner’s left ankle to bend at an awkward angle.

He was assisted off the ice by teammates after the incident. The 34-year-old had played just under 14 minutes of ice time and registered a single shot on goal before leaving the ice.

While Ekman-Larsson was a full team participant at morning skate, the Leafs were a few bodies short.

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_4a4878bbe5a7abbb993bee01256449e3', 'NHL', 'fc67cc4d-f551-442e-9e43-adc5cce1f3fb');

Forwards William Nylander and Dakota Joshua were absent due to illness. Berube said both will be game-time decisions.

Nylander snapped a four-game pointless drought with two assists against San Jose while skating 21:57 despite being bumped down to the third line with Joshua and Nicolas Roy. He remains the Leafs’ leading scorer with 11 goals and 34 points in 26 games this season.

Joshua has five goals and nine points in 29 games this season.

The Leafs host the Oilers Saturday on Hockey Night in Canada on Sportsnet and Sportsnet+ at 7 p.m. ET.

More from Sportsnet Devils’ Simon Nemec out vs. Ducks with undisclosed injury


Quick Shifts: Why Quinn Hughes blockbuster trade is a win-win

Originally posted on SportsNet

Published: 2 hours ago

OilerHockey.com

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