Canucks’ Conor Garland out vs. Jets with injury

The Vancouver Canucks will be without an offensive sparkplug against one of the most dangerous teams in the Western Conference.

Canucks’ Conor Garland out vs. Jets with injury

The Vancouver Canucks will be without an offensive sparkplug against one of the most dangerous teams in the Western Conference.

Winger Conor Garland has been ruled out on Tuesday night against the Winnipeg Jets with an undisclosed injury. After missing morning skate, head coach Rick Tocchet told reporters that Garland has been playing through various ailments.

“Gars is banged up. He’ll be a game-timer. He’s been playing with a lot of stuff,” said Tocchet, before adding, “Bunch of stuff he’s been dealing with. He just wants to play all the time. We’ll see what happens after the six hours, but we’ve gotta make a good decision with him.”

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 = `

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_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.

“He felt a little bit better yesterday, but I haven’t talked to him today. … He’s had (concussions) before so we’ve gotta make sure we treat this properly,” said Tocchet.

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.