Maple Leafs activate C David Kampf from long-term injured reserve

Toronto centre David Kampf has been activated from the long-term injured reserve after missing the last 12 games with a lower-body injury, the team announced Wednesday.

Maple Leafs activate C David Kampf from long-term injured reserve

The Maple Leafs are getting a piece back as they look to get ready for a matchup against the Dallas Stars.

Toronto centre David Kampf has been activated from the long-term injured reserve after missing the last 12 games with a lower-body injury, the team announced Wednesday.

Kampf, 29, appeared in the first 18 games of the season for the Leafs, tallying three assists in 12:18 average time on ice.

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_3194fcac745b353d24ad9e61734a68d4', 'nhl', 'f84f4c5c-8908-49a3-9fd4-ae707e0f9f1b');

He last suited up against the Edmonton Oilers on Nov. 16.

One of the more trusted penalty-killers in the lineup, head coach Craig Berube commented on the impact Kampf brings back to the team.

“He’s a big body there. He did a really good job of killing with [Mitch] Marner while [Auston] Matthews was out,” Berube said of Kampf after practice on Tuesday. “It gives us more flexibility for sure. I like his size down the middle.”

The Maple Leafs are set to take on the Stars on Wednesday night. Catch the action on Sportsnet or stream on Sportsnet+ at 7:30 p.m. ET / 4:30 p.m. PT.