Panthers’ Reinhart, Mikkola, Greer out for Game 4 against Hurricanes
The Florida Panthers will look to sweep the Carolina Hurricanes without some key contributors in the lineup.

The Florida Panthers will look to complete a sweep of the Carolina Hurricanes in the Eastern Conference Final without some key contributors.
Forwards Sam Reinhart and A.J. Greer and defenceman Niko Mikkola will not play in Game 4 Monday night, head coach Paul Maurice told reporters.
All three players are considered day-to-day.
Reinhart will miss his second straight game due to a lower-body injury.
The 29-year-old was injured Thursday during Game 2 when Hurricanes forward Sebastian Aho skated into his left leg.
-
-
Watch the Stanley Cup Playoffs on Sportsnet
The NHL’s best are battling for the right to hoist the Stanley Cup. Watch every game of the Stanley Cup Playoffs on Sportsnet and Sportsnet+.
Reinhart led the team in scoring during the regular season with 81 points (39 goals and 42 assists) in 79 games.
He has 11 points (four goals and seven assists) in 14 games during the playoffs.
Greer (undisclosed) left late in the third period of the Panthers’ 6-2 win in Game 3 Saturday. He has two goals and one assist in the 11 games through the post-season.
Mikkola also exited during Game 3 due to an upper-body injury. He has three goals and two assists along with 40 hits in 15 games in the playoffs.
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 = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_f9cdf54e5c3da8ea3e801e6c2712b65b', 'NHL', 'b56e6ebd-2c8b-45a3-92f8-089a30d82280');
Nico Sturm and Uvis Balinskis will replace Greer and Mikkola, respectively, while Jesper Boqvist fills in for Reinhart once more.
Boqvist broke a 1-1 tie that kicked off a five-goal, third-period burst from the Panthers in Game 3. He ended the game with a goal, two assists and was a plus-four.
Watch the Panthers host the Hurricanes in Game 4 of the Eastern Conference Final live on Sportsnet and Sportsnet+ starting at 8 p.m. ET / 5 p.m. PT.