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.

Apr 29, 2025 - 19:57
 0
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.

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 = `

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_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.