Oiler Hockey
Canucks call up Tom Willander for NHL debut against Rangers

Originally posted on SportsNet

Canucks call up Tom Willander for NHL debut against Rangers

The future has arrived in Vancouver.

Top prospect Tom Willander was called up by the Vancouver Canucks and is expected to make his NHL debut against the New York Rangers, the team announced on Tuesday.

Fellow defenceman Victor Mancini (undisclosed) was placed on IR, while Derek Forbort (undisclosed) was transferred to long-term IR.

Willander, the 2023 first-round pick, signed a three-year entry-level contract with the Canucks in May, making the jump to professional hockey.

The Swedish defenceman has spent most of this season in the AHL, playing five games with one goal and one assist.

“He’s a smart player. He’s got good skill, he’s got good feet. Just keep guys in front of you and extend your coverage and make hard plays,” Canucks head coach Adam Foote said.

Willander was briefly called up by the Canucks earlier in October, but did not appear in a game.

He did get his first taste of NHL action in the pre-season, when he averaged 16:33 of ice time and took two shots on goal over three games.

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 ${gameDateFormatted}

VS

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} Powered by

${gameDateFormatted} VS

Powered by

`; }

// Example usage renderBetMGM('block_8a1d6b968b6fc94be903118894d3c709', 'NHL', 'aefe26cb-6304-4ac4-a6a6-dea907955dde');

He’ll be thrown right into the lion’s den for his regular-season debut in front of what is sure to be a charged-up crowd for J.T. Miller’s first game back in Vancouver with the Rangers.

The Canucks (5-5-0, fourth in Pacific Division) are battling a spate of injuries, with Quinn Hughes also day-to-day as he deals with a lower-body injury.

It’s unclear if Hughes or Mancini will suit up against the Rangers.

Puck drop is set for 10 p.m. ET / 7 p.m. PT with live coverage on Sportsnet and Sportsnet+.

More from Sportsnet Scout’s Analysis: What Lukas Reichel brings to the Canucks


‘Trust the process’: Top Canucks elevate in wake of injuries for hard-fought win

Originally posted on SportsNet

Published: 1 month ago

OilerHockey.com

Oilerhockey is in no way affiliated with the NHL or the Edmonton Oilers hockey club.

Copyright © 2009 - 2025 oilerhockey.com | Contact us at admin@oilerhockey.com | View our Privacy Policy or DMCA Policy