GET /api/bet_types/ef1be77a-f585-40b1-9747-91c1565a97f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef1be77a-f585-40b1-9747-91c1565a97f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbf66bde-8390-491c-a5f6-d9045015477a/?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": "Brandon Shavers",
                "amount": 7436.0
            },
            {
                "team": "Aaron Sutterfield",
                "amount": 2564.0
            }
        ],
        "expected_reward_tokens": 8922.72,
        "profit_sb": -577.28,
        "profit_sb_percentage": -6.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "31569c5b-9893-42b9-9943-b48f456fe599",
            "gambit_id": "17426bb5-2c39-4b7a-a0fa-bce83494f425",
            "last_updated": "2022-10-02T15:17:25.925254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brandon Shavers",
            "reward": "1.20000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef1be77a-f585-40b1-9747-91c1565a97f3/?format=api"
        },
        {
            "id": "294f26e6-d1cb-43bc-9a01-311b056d2652",
            "gambit_id": "6cd9875e-75e3-422a-9927-c8705a3a8127",
            "last_updated": "2022-10-02T15:17:25.924065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aaron Sutterfield",
            "reward": "3.48000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef1be77a-f585-40b1-9747-91c1565a97f3/?format=api"
        }
    ]
}