GET /api/bet_types/aaa6fad0-48f1-477f-a235-74f45bfdd1e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaa6fad0-48f1-477f-a235-74f45bfdd1e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8552571-bd6a-496b-9635-c84cd0bed6a3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-25T08:58:20.021655-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": "ARI (M Kelly)",
                "amount": 5260.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba32cca9-0372-449a-901d-a8f141fdc15a",
            "gambit_id": "24500138-4701-4d35-8df2-6e9365117bfe",
            "last_updated": "2023-09-26T10:03:06.544852-04:00",
            "created_at": "2023-09-25T08:58:20.035185-04:00",
            "name": "ARI (M Kelly)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa6fad0-48f1-477f-a235-74f45bfdd1e2/?format=api"
        },
        {
            "id": "b3166cdb-c9a3-4731-93eb-b36b946ff12f",
            "gambit_id": "d27a4656-9f72-46f7-9a83-ba59cfe55b8f",
            "last_updated": "2023-09-26T10:03:06.549259-04:00",
            "created_at": "2023-09-25T08:58:20.041070-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa6fad0-48f1-477f-a235-74f45bfdd1e2/?format=api"
        }
    ]
}