Tyson Gross set to make Flames debut vs. Lightning with Connor Zary day-to-day

1 week ago 7

Rommie Analytics

The Calgary Flames are set to get their first look at recent college free-agent signing Tyson Gross.

After morning skate, head coach Ryan Huska confirmed Gross would suit up on Sunday against the Tampa Bay Lightning (6 p.m. MT / 8 p.m. ET on Sportsnet West).

Gross centred a fourth-line unit with Martin Pospisil and Adam Klapka on his wings.

He is primed to slide into the lineup in place of Connor Zary, who left the team’s win over the Florida Panthers on Friday following a controversial hit from A.J. Greer.

Zary remains out with an upper-body injury and is day-to-day, Huska told reporters.

Zary went into the boards headfirst on the play and stayed down on the ice while being attended to by Calgary’s trainers. He was able to get up and skate off under his own power, but immediately headed to the locker room.

Greer is scheduled for a hearing with the NHL Department of Player Safety on Sunday.

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_a50654117d7920cd9b5af9ac5c0bc29f', 'NHL', 'd2dd3f60-9c7c-4dc8-9704-77a88a808a4e');

As for Gross, Calgary inked the 23-year-old forward to a two-year entry-level contract out of St. Cloud State University earlier in March.

Gross recorded a team-leading 41 points (18 goals and 23 assists) in 36 games as a junior at St. Cloud State during the 2025-26 season.

Serving as captain in his third season, Gross was named a finalist for NCHC Player of the Year, Forward of the Year and Defensive Forward of the Year.

A native of Calgary, Gross played his final collegiate game on March 7 when his Huskies lost in the first round of the NCHC playoffs.

Read Entire Article