Panthers’ Barkov will be game-time decision against Oilers
Florida Panthers captain Aleksander Barkov will be a game-time decision as the defending champions take on the Edmonton Oilers in a Stanley Cup Final rematch Monday night.
Florida Panthers coach Paul Maurice told reporters that captain Aleksander Barkov will be a game-time decision as the defending champions take on the Edmonton Oilers in a Stanley Cup Final rematch Monday night.
Barkov missed Saturday’s 3-0 loss to the Calgary Flames due to an illness and was also absent for Monday’s morning skate.
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_3ad35f335dd0091b3588d389045ab765', 'NHL', '9cd2bb52-70e0-4f2d-9314-0ce0f5227ae2');
“I’m hopeful, but I can’t guarantee it,” Maurice said, according to NHL.com. “I think we left Anton Lundell in a hotel in Seattle for a week last year, I think (Barkov) had pneumonia for a month. So, we’re going to be careful with these.
“Guys will play through anything, but sometimes it’s just not the smartest thing to do. So, we’ll get a good feel for him. If he says he can play, then I’m not going to monitor his minutes. We’ll get him out on the ice against one of their two big centremen as much as I possibly can.”
Barkov is third on the team in scoring with 29 points (nine goals and 20 assists) in 22 games.
It’s the first meeting between the two teams since Game 7 of the Stanley Cup Final. Barkov had two goals and three assists during the series.