GET /api/bet_types/3ca7975a-0549-4dda-a5c9-d51f51edea2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ca7975a-0549-4dda-a5c9-d51f51edea2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/abdd74ca-106f-43b0-814b-0451a843206d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:01.508201-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": "NYM (J Butto)",
                "amount": 5222.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a340829-48b4-488f-aff8-80e7fccd7dd9",
            "gambit_id": "cf4a3486-b67e-474e-ad07-65024cf917ae",
            "last_updated": "2023-09-15T16:28:16.583350-04:00",
            "created_at": "2023-09-12T09:23:01.524241-04:00",
            "name": "NYM (J Butto)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca7975a-0549-4dda-a5c9-d51f51edea2e/?format=api"
        },
        {
            "id": "8e78a3d6-f36c-4035-b66e-ab4ac8897ef0",
            "gambit_id": "72982263-5bc3-4f71-9af3-8139d4eb7f44",
            "last_updated": "2023-09-15T16:28:16.579259-04:00",
            "created_at": "2023-09-12T09:23:01.518802-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca7975a-0549-4dda-a5c9-d51f51edea2e/?format=api"
        }
    ]
}