Oiler Hockey
Oilers’ Nurse won’t face discipline for slash on Stars’ Hintz

Originally posted on SportsNet

Oilers’ Nurse won’t face discipline for slash on Stars’ Hintz

Edmonton Oilers defenceman Darnell Nurse won’t be hearing from the NHL’s Department of Player Safety for his slash in Friday’s win over the Dallas Stars.

Despite post-game complaints from the Stars about Nurse’s slash that forced Roope Hintz to leave the game, the blue-liner won’t receive a suspension or any discipline, according to Sportsnet’s Mark Spector.

Hintz exited the game after the slash, which resulted in a two-minute penalty. The officials reviewed it to determine if it could be a major, but opted to keep it as a minor.

An athletic trainer came out to check on Hintz, who stayed down for a couple of minutes before being helped off the ice. He didn’t put his left foot down while teammates Mikael Granlund and Lian Bichsel guided him to the bench. Hintz then went down the tunnel toward the locker room.

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_e83d8e23c4719eb1825dbb034a9f73d5', 'NHL', 'ae71ee39-033c-4c79-bfe4-b9a39de51ad1');

Hintz had parked himself in front of the Oilers’ net and gave Nurse a shove from behind. The Oilers’ blue-liner turned around and retaliated with a slash to Hintz’s left leg.

There was no update on Hintz’s status following the game. He played 12:08 before he was forced to exit. The 28-year-old forward entered Friday’s action with five goals and six assists in 14 playoff games for the Stars.

Edmonton ultimately came away with a dominant 3-0 win in Game 2, evening the best-of-seven at 1-1 as the series shifts to North Alberta for Game 3 on Sunday.

You can watch the pivotal Game 3 Sunday afternoon on Sportsnet or stream on Sportsnet+ at 1 p.m. MT / 3 p.m. ET.

More from Sportsnet Skinner backs defensive masterclass as Oilers earn split


Stars angry about Nurse’s slash on Hintz in Oilers’ Game 2 win

Originally posted on SportsNet

Published: 2 weeks 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