Canucks recall Mark Friedman, Max Sasson, Aatu Raty and Arturs Silovs from AHL
Vancouver recalled defenceman Mark Friedman, forwards Max Sasson and Aatu Raty and goaltender Arturs Silovs from AHL Abbotsford, the team announced Saturday.
The Canucks made some sweeping changes to their roster ahead of their outing against the Bruins.
Vancouver recalled defenceman Mark Friedman, forwards Max Sasson and Aatu Raty and goaltender Arturs Silovs from AHL Abbotsford, the team announced Saturday.
Silovs was recalled the Abbotsford on an emergency basis using the goaltender exemption.
Thatcher Demko and Silovs were the team’s two goaltenders on the ice for practice on Saturday, with Kevin Lankinen absent at the morning skate. The team did not provide additional information on Lankinen’s status.
Silovs, after making his mark in the post-season last year, struggled in his time with the Canucks this season, logging a 1-4-1 record with a 4.11 goals against average and 0.847 save percentage in seven games played.
Since returning to the AHL, the Latvian netminder has put up a 2-0-0 record with a 1.51 GAA and 0.929 save percentage.
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_43987997bf0246e959258fb5a35c493b', 'NHL', 'ded50e36-2c43-4779-9ef6-ad6730539c74');
Raty, meanwhile, has made 20 appearances for the Canucks this season, tallying two goals and two assists. While with Abbotsford, he has three goals and four assists in eight games.
Friedman, 28, has made two starts with Vancouver this season but has yet to log a point. He has a goal and three assists in eight games with Abbotsford.
Lastly, Sasson has four assists in nine games in the NHL this season, while tallying four goals and five assists in 16 games at the lower level.
The Canucks are set to take on Bruins at 10 p.m. ET / 7 p.m. PT on Sportsnet.