GET /api/bet_types/3ddc5423-d59f-442c-b8c5-4c8ddcfbcce3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ddc5423-d59f-442c-b8c5-4c8ddcfbcce3",
    "match": "https://api-prod.gambitprofit.com/api/matches/59fa8110-47ff-452c-a348-4e13a1339397/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (C Bassitt)",
                "amount": 7040.0
            },
            {
                "team": "CHC (J Assad)",
                "amount": 2960.0
            }
        ],
        "expected_reward_tokens": 9292.8,
        "profit_sb": 292.8,
        "profit_sb_percentage": 3.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "d87505b1-c61c-404c-861d-4502d0240e1e",
            "gambit_id": "0e4a7fc3-af45-45af-bfec-dd80107a10ff",
            "last_updated": "2022-09-13T22:52:05.160133-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ddc5423-d59f-442c-b8c5-4c8ddcfbcce3/?format=api"
        },
        {
            "id": "a0821d9d-b5c6-4299-ac0d-5c99c4ba02b5",
            "gambit_id": "a1191bf2-c970-4e8b-943e-8fc0bcc5f2e1",
            "last_updated": "2022-09-13T22:52:05.161094-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Assad)",
            "reward": "3.14000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ddc5423-d59f-442c-b8c5-4c8ddcfbcce3/?format=api"
        }
    ]
}