DALLAS — Minnesota Timberwolves star guard Anthony Edwards will be available for Monday night’s game against Dallas, coach Chris Finch said before the game.
Edwards, averaging a career-high 29.5 points per game, returns after missing the previous six games with pain in his right knee.
Edwards would need to play in all eight remaining Wolves games to be eligible for All-NBA consideration. He finished seventh in most valuable player voting in each of the last two seasons.
Edwards has played in 58 games, but his 3 minutes, 8 seconds against Indiana on Oct. 26 don’t count toward the NBA’s records for games played.
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_c97fe57667273d20ccad1faff43f92b2', 'NBA', '02aa253c-ae4b-4b7f-bf71-431e4462f652');
The Wolves, fifth in the Western Conference, are 10-6 in games that Edwards has missed.
Minnesota announced earlier Monday that power forward Jaden McDaniels is week-to-week after an MRI revealed left knee patella tendinopathy and a bone bruise. McDaniels, averaging a career-high 14.8 points per game, left Wednesday’s game with the injury and didn’t play Saturday.


Bengali (Bangladesh) ·
English (United States) ·