GET /api/bet_types/4c6f9c67-0fbd-4195-9a7b-dfdf2f20cd85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c6f9c67-0fbd-4195-9a7b-dfdf2f20cd85",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e78c314-99db-4c79-800a-147df8008a7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:46:58.735552-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NYY (N Cortes)",
                "amount": 6620.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "79e23454-73b2-4186-b70f-f186338cbe97",
            "gambit_id": "d9065e76-0406-4954-b865-543d5b136aea",
            "last_updated": "2023-05-09T11:27:17.349016-04:00",
            "created_at": "2023-05-08T11:46:58.737176-04:00",
            "name": "NYY (N Cortes)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6f9c67-0fbd-4195-9a7b-dfdf2f20cd85/?format=api"
        },
        {
            "id": "c90ca1ad-3dda-4686-8f96-ed0032b544dc",
            "gambit_id": "7ce71bae-60c0-4509-a945-9bb13c042e61",
            "last_updated": "2023-05-09T11:27:17.351208-04:00",
            "created_at": "2023-05-08T11:46:58.738827-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6f9c67-0fbd-4195-9a7b-dfdf2f20cd85/?format=api"
        }
    ]
}