Senators’ Jensen sidelined with undisclosed injury, Ullmark close to return
Head coach Travis Green says that Jensen won’t play because of an undisclosed injury, while Travis Hamonic will make his return.
The Ottawa Senators won’t have one of their top defencemen in the lineup against the Toronto Maple Leafs.
Head coach Travis Green says that Nick Jensen won’t play because of an undisclosed injury, while Travis Hamonic will make his return. Thomas Chabot will be paired with Hamonic with Jensen sidelined.
While Anton Forsberg will start in goal for the Senators, a familiar face was on the ice as Linus Ullmark took part in the morning skate.
Green said that Ullmark won’t be in the lineup this weekend but he is close to returning. Ullmark has been on the shelf with a back injury he suffered on Dec. 22 against the Edmonton Oilers.
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_1e7e2015fcadba13e14816c62245c448', 'NHL', '3df38cc9-ab31-49eb-9497-98207b67f74b');
Acquired by the Senators in a trade with the Boston Bruins in June, Ullmark has a 12-7-2 record with a .915 save percentage and a 2.38 goals-against average this season.
Watch the Senators go head-to-head with the Leafs on Hockey Night in Canada. You can watch the game on Sportsnet starting at 7 p.m. ET.