Avalanche activate F Valeri Nichushkin off injured reserve after 21-game absence

The Colorado Avalanche could be getting a big boost to their forward group as they look to snap a skid coming out of the 4 Nations break.

Avalanche activate F Valeri Nichushkin off injured reserve after 21-game absence

The Colorado Avalanche could be getting a big boost to their forward group as they look to snap a skid coming out of the 4 Nations break.

Forward Valeri Nichushkin has been activated off the injured reserve after missing 21 games with a lower-body injury, the team announced Wednesday.

After skating as a full participant in practice Tuesday, on a line alongside Jonathan Drouin and Casey Middlestadt, the right-winger could make his return Wednesday against the New Jersey Devils.

“He is a possibility,” head coach Jared Bednar said. “He’s one of the top players in the league, so getting him back, when we get him back, will be helpful.”

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_8f39555511e5e82cc37f519aa86395fc', 'nhl', '2264e132-78e2-4dde-9e1d-4ccba43b0926');

Nichushkin last suited up for the Avalanche on Dec. 31, when he suffered the injury in a game against the Winnipeg Jets. He was set to return in January but suffered a setback and was listed as week-to-week.

The 29-year-old also missed the first 17 games of the season and made his debut on Nov. 15 against the Washington Capitals.

Over 21 games in his injury-shortened campaign, the Russian has 11 goals and six assists for 17 points.

Colorado is currently 33-24-2 and is in the midst of a two-game skid since coming back from the 4 Nations Face-Off break, with losses to the Nashville Predators and St. Louis Blues.

They’re set to begin a six-game homestand, starting with outings against the powerhouse New Jersey Devils and Minnesota Wild on Wednesday and Friday, respectively.