Blue Jays reinstate Varsho from injured list, option Wagner to triple-A Buffalo
Outfielder Daulton Varsho is set to make his season debut with the Toronto Blue Jays.

Outfielder Daulton Varsho is set to make his season debut with the Toronto Blue Jays.
The team activated Varsho from the 10-day injured list ahead of Tuesday’s game against the Boston Red Sox.
Varsho batted .214 with 18 home runs and 58 RBIs in 136 games last season before undergoing season-ending surgery on his right shoulder. He also earned his first Gold Glove Award.
The 28-year-old served as DH during spring training but did not play in the field and opened the regular season on the IL.
Right-handed pitcher Casey Lawrence, who was claimed off waivers from the Seattle Mariners on Monday, will also be active for the game.
The Blue Jays optioned right-handed pitcher Paxton Schultz and infielder William Wagner to triple-A Buffalo.
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_feda8f1cdf689b8a3ca5dd3c1ab9e95a', 'MLB', 'c6d26d4e-5c35-4479-9b9a-c6152e6a8af2');
Toronto (13-15) will look to bounce back after losing both games of a doubleheader Sunday against the New York Yankees.
Watch the Blue Jays host the Red Sox live on Sportsnet and Sportsnet+ starting at 7 p.m. ET / 4 p.m. PT.