Status of Panthers captain Barkov in doubt ahead of Game 3 vs. Lightning
The Florida Panthers may be without Aleksander Barkov when they return home for Game 3.

FORT LAUDERDALE, Fla. — The Florida Panthers are waiting to see if captain Aleksander Barkov will be able to play Saturday when their playoff series resumes against the Tampa Bay Lightning.
Barkov missed the final 10:09 of the Panthers’ win in Game 2 of their Eastern Conference first-round series at Tampa Bay on Thursday night after taking a hit from the Lightning’s Brandon Hagel.
Panthers coach Paul Maurice said he has “two or three” different lineups in mind for Game 3, which is on the Panthers’ ice in Sunrise, Fla. Florida leads the series 2-0.
“He hasn’t been ruled out yet and he hasn’t been cleared,” Maurice said when asked if he had an update on Barkov’s status.
Barkov remained down on one knee briefly after the hit, then skated off and went to the Panthers’ locker room. He did not return. Hagel drew a five-minute major for interference on the play and was scheduled for a call Friday afternoon with the NHL’s department of player safety, which could impose further sanctions.
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_8af494f8dacd350dd1a068569443fb3b', 'NHL', '3b470882-a372-4fa6-97fd-94df0a3dd825');
Barkov has played in all 73 of Florida’s playoff games since he joined the club. He is Florida’s all-time leader in playoff appearances, assists (43), points (62) and is tied for third in goals (19).
“He’s a strong guy,” Florida forward Evan Rodrigues said. “It’s the playoffs. Those things are going to happen. He’ll bounce back and we’ll bounce back as a team.”
Puck drop for Game 3 on Saturday is at 1 p.m. ET / 10 a.m. PT on Sportsnet and Sportsnet+.
–with files from Sportsnet