Canucks’ Garland a game-time decision vs. Jets
After the winger missed the team’s morning skate, head coach Rick Tocchet told reporters Garland is a game-time decision for the Vancouver Canucks’ matchup with the Winnipeg Jets.

Connor Garland’s status for Tuesday night is up in the air.
After the winger missed the team’s morning skate, head coach Rick Tocchet told reporters Garland is a game-time decision for the Vancouver Canucks‘ matchup with the Winnipeg Jets.
Garland, 29, played in Sunday’s game against the Utah Hockey Club, the second half of a back-to-back for Vancouver. He recorded two shots and was a minus-1 over 19:46 of ice time.
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_2b8d7ae9da114c7e623d2c027d98f46d', 'NHL', '6fbfbfd1-7b3a-4e03-ada8-3a57f797a0ad');
Filip Chytil, in concussion protocol after taking a hit from behind Saturday against the Chicago Blackhawks, also missed morning skate.
In other lineup news, Tocchet confirmed defenceman Elias Pettersson will return against the Jets after sitting out Sunday. Victor Mancini will draw out as a result, and Kevin Lankinen will start in goal for the Canucks.
Catch the game on Sportsnet Pacific and Sportsnet+ starting at 7 p.m. PT / 10 p.m. ET.