Lightning’s Hagel to have hearing for hit injuring Panthers’ Barkov

2 weeks ago 3

Rommie Analytics

Tampa Bay Lightning forward Brandon Hagel could be facing discipline from the league.

The NHL’s Department of Player Safety said it will have a hearing with Hagel on Friday over his hit that injured Florida Panthers captain Aleksander Barkov in Thursday’s Game 3.

The third-period play resulted in a five-minute interference major. Barkov did not return to action following the collision.

Panthers coach Paul Maurice did not offer a post-game update.

Florida led 1-0 at the time, and an empty-netter by Sam Bennett with about three seconds remaining gave the Panthers a 2-0 win in the game and 2-0 lead in the series.

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_8af494f8dacd350dd1a068569443fb3b', 'NHL', '3b470882-a372-4fa6-97fd-94df0a3dd825');

“Refs made the call,” said Lightning coach Jon Cooper, who pleaded his case unsuccessfully after the penalty on Hagel was called. “I was a little surprised it was a (major) … five minutes in a 1-0 game with eight minutes to play, nine minutes to play, that’s a tough situation to be in.”

Barkov has three assists so far in the series, including one on Florida’s opening goal Thursday by defenceman Nate Schmidt — who got the winning goals in both games at Tampa. Schmidt scored twice in Florida’s 6-2 win in the series opener on Tuesday.

The question for Florida now becomes if Barkov will miss time going forward. Game 3 of the series is Saturday afternoon on the Panthers’ ice in Sunrise, where they’ll play a home playoff game for the first time since June 24, 2024 — when they beat Edmonton in Game 7 of the Stanley Cup Final.

“He’s irreplaceable,” Panthers defenceman Seth Jones said. “He’s an irreplaceable player. Face-offs, power play, penalty kill, 5-on-5, playing against their top lines, one of the best centremen in the league. He’s obviously super-important to our team.”

–with files from The Associated Press

Read Entire Article