Panthers’ Barkov, Reinhart, Forsling set to return vs. Maple Leafs
Captain Aleksander Barkov, scoring leader Sam Reinhart and defenceman Gustav Forsling will re-enter the Panthers lineup for Tuesday’s game against the Toronto Maple Leafs, head coach Paul Maurice told reporters after morning skate.

The Florida Panthers are nearing a return to full strength.
Captain Aleksander Barkov, scoring leader Sam Reinhart and defenceman Gustav Forsling will re-enter the Panthers lineup for Tuesday’s game against the Toronto Maple Leafs, head coach Paul Maurice told reporters after morning skate.
Maurice also announced that forward Sam Bennett remains out with an upper-body injury but is on track to play Game 1 of the playoffs.
Florida suddenly finds itself fighting for third place in the Atlantic Division. A three-game losing streak has left the reigning Stanley Cup champion just two points ahead of the Ottawa Senators with five games to play.
But Tuesday’s returns should provide a boost.
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_07315960b0efa09d469042f99084f96a', 'NHL', 'a1c53f64-f2ad-4714-bd33-eaa62eb31e26');
Barkov, 29, will likely reclaim his spot as first-line centre. The two-time Selke Trophy winner as the game’s top defensive forward also has 19 goals and 48 assists in 64 appearances this season.
Reinhart, also 29, sits at 37 goals and is set to resume his quest for consecutive 40-goal campaigns after potting 57 last season.
Forsling, 28, returns with a team-high plus-31 mark to go with 10 goals and 17 assists in 76 games.
Sergei Bobrovsky will get the nod in net.
For Toronto, defenceman Jake McCabe and centre David Kampf were already ruled out with injuries.