Maple Leafs’ Matthews misses practice for rest, no changes to lineup

The Toronto Maple Leafs were back on the ice in preparation for Game 5, but there was one notable absence.

Apr 28, 2025 - 17:30
 0
Maple Leafs’ Matthews misses practice for rest, no changes to lineup

The Toronto Maple Leafs were back on the ice Monday in preparation for Game 5, but there was one notable absence.

Auston Matthews was not skating with the team at practice with the Leafs, saying that it was a rest day for the captain.

The 27-year-old played 26:23 in the Leafs’ Game 4 loss in overtime to the Ottawa Senators, second among all Leafs forwards with Mitch Marner leading the way with 28:26 of ice time.

Matthews registered four shots on goal and two blocks while winning 50 per cent of the faceoffs in the game. In four games during the Stanley Cup Playoffs, Matthews has a goal and five points.

With Matthews not on the ice at practice, David Kampf took his spot on the top line as a placeholder while Nick Robertson skated as the extra forward, which suggests no changes are expected from the Leafs heading into Game 5.

One player who was on the ice at practice was John Tavares, who missed part of overtime in Game 4 after getting hit by Senators defenceman Artem Zub. He did return and finished the game, and Craig Berube was not worried about Tavares’ status going forward.

“I don’t think there is any concern. He had to go off,” Berube said after the game. “At the time, we had a power play, and he was not out there. But it is what it is.”

Tavares told reporters that he was forced to leave the game by a concussion spotter and cleared the tests to return.

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_879ca97bd30b0c56e5f179256782261f', 'NHL', 'db38f591-d7e8-4f69-b8de-11099d0f1c94');

Goaltender Joseph Woll was also absent from practice.

The Leafs will host the Senators in Game 5 on Tuesday. Watch the game at 7 p.m. ET on Sportsnet and Sportsnet+.