Oiler Hockey
Oilers’ Hyman dislocated and tore ligaments in wrist, hopes to be ready for camp

Originally posted on SportsNet

Oilers’ Hyman dislocated and tore ligaments in wrist, hopes to be ready for camp

Edmonton Oilers forward Zach Hyman suffered a dislocated wrist and tore some ligaments during the Western Conference final against the Dallas Stars.

The Oilers forward spoke to reporters on Wednesday sporting a cast on his right wrist and says that he hopes to be ready for training camp but couldn’t say for certain.

Hyman was hurt midway through Game 4 when he took a hit from Stars forward Mason Marchment in the neutral zone. Hyman dropped his stick and made a beeline for the locker room favouring his right arm.

Hyman leads the playoffs with 111 hits and ranked fifth on the Oilers with 11 points (five goals, six assists) in 15 games. He scored 54 goals last season and 16 during Edmonton’s run to Game 7 of the Stanley Cup Final.

  • Watch the Stanley Cup Final on Sportsnet

    With the Stanley Cup within reach, the Edmonton Oilers and Florida Panthers are set to battle once again for hockey’s ultimate prize. Watch every game of the Final on Sportsnet and Sportsnet+.

    Broadcast schedule

The Oilers forward said that it was tough to know that his season was over and credits Connor McDavid for checing up on him after the injury happened.

“Honestly that’s when I broke down. It meant a lot,” Hyman said.

The Oilers and Florida Panthers play Game 1 of the Stanley Cup Final at 8 p.m. ET / 6 p.m. MT on Sportsnet.

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_833406a7ec9acbbc415dcc0867266e9f', 'NHL', 'ca1fadb5-22cb-4a8d-b5e5-3154740b8c9e');

Originally posted on SportsNet

Published: 1 month 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