Blue Jays appoint OF Jonatan Clase as 27th man for doubleheader vs. Yankees
Outfielder Jonatan Clase has rejoined the Toronto Blue Jays for their doubleheader against the New York Yankees.

Outfielder Jonatan Clase has rejoined the Toronto Blue Jays for their doubleheader against the New York Yankees.
The Blue Jays appointed Clase from triple-A Buffalo as their 27th man Sunday.
Toronto also transferred right-handed pitcher Ryan Burr (right shoulder inflammation) to the 60-day injured list. Burr was scheduled to throw off a mound on Saturday according to Sportsnet’s Shi Davidi.
Saturday’s game was rescheduled due to inclement weather in the Bronx.
Clase batted .350 with two RBIs and one home run in seven games with the Blue Jays last season. He was acquired in July from the Seattle Mariners along with Jacob Sharp in exchange for Yimi Garcia.
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_384690de3769a951b7a5e7d96a4022da', 'MLB', 'c5f9ba71-bd3c-4498-ac46-7f17ed8f5cbb');
Kevin Gausman, who was set to take the mound Saturday before the postponement, will start Game 1 and Chris Bassitt will start Game 2.
The Blue Jays opened the three-game series with a 4-2 win on Friday, a victory that snapped a five-game losing streak. Vladimir Guerrero Jr., who’s enjoyed playing at Yankee Stadium throughout his career, hit his second home run of the season as the Jays improved to 13-13.
Toronto sits two games back of division-leader New York in the American League East.
Watch the Blue Jays take on the Yankees for Game 1 live on Sportsnet starting at 1:30 p.m. ET / 10:30 a.m. PT.