/api/v1/picks/evaluate
POST
/api/v1/picks/evaluate
const url = 'https://nbaproplab.com/api/v1/picks/evaluate';const options = { method: 'POST', headers: { 'Idempotency-Key': 'score-day-2026-05-27-001', Authorization: 'Bearer <token>', 'X-API-Key': '<X-API-Key>', 'Content-Type': 'application/json' }, body: '{"playerId":1,"stat":"example","line":1,"direction":"example","gameDate":"example","opponentTeamId":1,"league":"example"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://nbaproplab.com/api/v1/picks/evaluate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: score-day-2026-05-27-001' \ --header 'X-API-Key: <X-API-Key>' \ --data '{ "playerId": 1, "stat": "example", "line": 1, "direction": "example", "gameDate": "example", "opponentTeamId": 1, "league": "example" }'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Idempotency-Key
string
Unique key for safe retry. Duplicate requests return the original operation.
Example
score-day-2026-05-27-001Request Body required
Section titled “Request Body required ”object
playerId
required
integer | string format: int32
stat
required
string
line
required
number | string format: double
direction
required
string
gameDate
null | string
opponentTeamId
null | integer | string format: int32
league
null | string
Example generated
{ "playerId": 1, "stat": "example", "line": 1, "direction": "example", "gameDate": "example", "opponentTeamId": 1, "league": "example"}object
playerId
required
integer | string format: int32
stat
required
string
line
required
number | string format: double
direction
required
string
gameDate
null | string
opponentTeamId
null | integer | string format: int32
league
null | string
Example generated
{ "playerId": 1, "stat": "example", "line": 1, "direction": "example", "gameDate": "example", "opponentTeamId": 1, "league": "example"}object
playerId
required
integer | string format: int32
stat
required
string
line
required
number | string format: double
direction
required
string
gameDate
null | string
opponentTeamId
null | integer | string format: int32
league
null | string
Example generated
{ "playerId": 1, "stat": "example", "line": 1, "direction": "example", "gameDate": "example", "opponentTeamId": 1, "league": "example"}Responses
Section titled “ Responses ”OK
object
playerName
string
stat
string
direction
string
line
number | string format: double
finalScore
number | string format: double
finalConfidence
number | string format: double
rating
string
ratingEmoji
string
blocks
Array<object>
object
blockType
string
score
number | string format: double
confidence
number | string format: double
subScores
object
key
additional properties
number | string format: double
explanation
string
spiderChart
object
name
string
axes
Array<object>
object
label
string
value
number | string format: double
max
number | string format: double
evaluatedAt
string format: date-time
object
playerName
string
stat
string
direction
string
line
number | string format: double
finalScore
number | string format: double
finalConfidence
number | string format: double
rating
string
ratingEmoji
string
blocks
Array<object>
object
blockType
string
score
number | string format: double
confidence
number | string format: double
subScores
object
key
additional properties
number | string format: double
explanation
string
spiderChart
object
name
string
axes
Array<object>
object
label
string
value
number | string format: double
max
number | string format: double
evaluatedAt
string format: date-time
Example generated
{ "playerName": "example", "stat": "example", "direction": "example", "line": 1, "finalScore": 1, "finalConfidence": 1, "rating": "example", "ratingEmoji": "example", "blocks": [ { "blockType": "example", "score": 1, "confidence": 1, "subScores": { "additionalProperty": 1 }, "explanation": "example" } ], "spiderChart": { "name": "example", "axes": [ { "label": "example", "value": 1, "max": 1 } ] }, "evaluatedAt": "2026-04-15T12:00:00Z"}object
playerName
string
stat
string
direction
string
line
number | string format: double
finalScore
number | string format: double
finalConfidence
number | string format: double
rating
string
ratingEmoji
string
blocks
Array<object>
object
blockType
string
score
number | string format: double
confidence
number | string format: double
subScores
object
key
additional properties
number | string format: double
explanation
string
spiderChart
object
name
string
axes
Array<object>
object
label
string
value
number | string format: double
max
number | string format: double
evaluatedAt
string format: date-time
Example generated
{ "playerName": "example", "stat": "example", "direction": "example", "line": 1, "finalScore": 1, "finalConfidence": 1, "rating": "example", "ratingEmoji": "example", "blocks": [ { "blockType": "example", "score": 1, "confidence": 1, "subScores": { "additionalProperty": 1 }, "explanation": "example" } ], "spiderChart": { "name": "example", "axes": [ { "label": "example", "value": 1, "max": 1 } ] }, "evaluatedAt": "2026-04-15T12:00:00Z"}Authentication required.
Media type application/problem+json
object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
Example generated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Insufficient permissions or tier.
Media type application/problem+json
object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
Example generated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}