Oiler Hockey
Kings’ Corey Perry set for season debut against Blues

Originally posted on SportsNet

Kings’ Corey Perry set for season debut against Blues

Corey Perry will wear a Los Angeles Kings jersey on Tuesday.

The veteran — and former Kings rival as a longtime Anaheim Duck — will make his season and team debut against the St. Louis Blues, the team announced.

Perry, 40, signed a one-year, $2 million contract with the Kings in the off-season, but was injured during a pre-camp skate, leading to knee surgery.

One of the final active NHLers from the 2003 draft class, Perry spent last season with the Edmonton Oilers, where he recorded his best numbers since 2021-22 with 19 goals and 11 assists for 30 points in 81 games.

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 ${gameDateFormatted}

VS

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} Powered by

${gameDateFormatted} VS

Powered by

`; }

// Example usage renderBetMGM('block_e16e8a1dbd197527f063b144729f1767', 'NHL', '1238854e-5697-4df2-b4b9-78cb41e710a9');

Perry and the Kings don’t play the Oilers until Jan. 10. Los Angeles has dropped four consecutive first-round series against Edmonton.

He captured the Stanley Cup in 2007 with the Ducks but has lost in five Finals appearances since.

Over his 1,392 career games, Perry has registered 935 points (448 goals, 487 assists) and has appeared in 237 playoff contests scoring 64 goals with 77 assists.

Perry has played in the Stanley Cup Final in five of the past six seasons — but his team lost each time, including back-to-back losses with the Oilers to the Florida Panthers. He won a Stanley Cup title with the Ducks back in 2007.

–with files from The Associated Press

More from Sportsnet Kings’ Corey Perry out several weeks after undergoing knee surgery


Veteran forward Corey Perry signs one-year, $2M deal with Kings

Originally posted on SportsNet

Published: 1 month ago

OilerHockey.com

Oilerhockey is in no way affiliated with the NHL or the Edmonton Oilers hockey club.

Copyright © 2009 - 2025 oilerhockey.com | Contact us at admin@oilerhockey.com | View our Privacy Policy or DMCA Policy