GET /api/bet_types/47de80b9-b889-407d-bf31-591e864b0229/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47de80b9-b889-407d-bf31-591e864b0229",
    "match": "https://api-prod.gambitprofit.com/api/matches/f35b8361-95d8-4b34-809b-f0bb10c1e642/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T12:57:56.774490-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": "Gabriel Mota",
                "amount": 5508.0
            },
            {
                "team": "Sawyer Depee",
                "amount": 4492.0
            }
        ],
        "expected_reward_tokens": 9253.44,
        "profit_sb": -246.56,
        "profit_sb_percentage": -2.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef290fee-d185-47e5-99ac-51a9f89f1f87",
            "gambit_id": "39496002-4e49-4ecb-9656-f7a44b0a5f79",
            "last_updated": "2023-06-11T11:33:19.117203-04:00",
            "created_at": "2023-06-09T12:57:56.779128-04:00",
            "name": "Gabriel Mota",
            "reward": "1.68000",
            "odds": "1.71000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47de80b9-b889-407d-bf31-591e864b0229/?format=api"
        },
        {
            "id": "ae7b8ede-2ea4-43fb-a75f-e960cd12e111",
            "gambit_id": "c0c76bc0-b73a-4cb1-8197-637220affba6",
            "last_updated": "2023-06-11T11:33:19.115730-04:00",
            "created_at": "2023-06-09T12:57:56.776746-04:00",
            "name": "Sawyer Depee",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47de80b9-b889-407d-bf31-591e864b0229/?format=api"
        }
    ]
}