Senators’ Brady Tkachuk to return from injury vs. Hurricanes
Brady Tkachuk is going to get one game under his belt before the Battle of Ontario begins. The Ottawa Senators captain confirmed to reporters that he will be back in the lineup for Thursday’s regular-season finale against the Carolina Hurricanes.

Brady Tkachuk is going to get one game under his belt before the Battle of Ontario begins.
The Ottawa Senators captain confirmed to reporters that he will be back in the lineup for Thursday’s regular-season finale against the Carolina Hurricanes.
Tkachuk has been out since March 30 due to an upper-body injury and has missed the team’s past 10 games.
The 25-year-old forward posted 55 points (29 goals, 26 assists) in 71 games this season.
Despite missing the last two weeks, Tkachuk still ranks first on the team in goals is tied for third in total points. He also leads Ottawa in power-play goals (14), penalty minutes (123) and hits (227).
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_310a620e1e0513bb6fe86cf73f0f5987', 'NHL', '0b0b663f-8077-485d-a870-528a854408f9');
The Senators are back in the playoffs for the first time since 2017 and start with a Round 1 matchup with the Toronto Maple Leafs.
You can watch every game of the Battle of Ontario live on Sportsnet and Sportsnet+.