|
|
@@ -191,7 +191,7 @@ const getStraightOdds = async () => {
|
|
|
if (since == 0) {
|
|
|
Logs.outDev('full update straight odds');
|
|
|
}
|
|
|
- return pinnacleGet('/v3/odds', { sportId: 29, oddsFormat: 'Decimal', leagueIds, since })
|
|
|
+ return pinnacleGet('/v4/odds', { sportId: 29, oddsFormat: 'Decimal', leagueIds, since })
|
|
|
.then(data => {
|
|
|
const { leagues, last } = data;
|
|
|
if (!last) {
|