GET /api/bet_types/f1b2552a-af54-48cc-b591-3622ddc14eb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1b2552a-af54-48cc-b591-3622ddc14eb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fdca5df-ae5c-4535-b1fd-d2f0a73f320c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T17:33:02.184973-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": "Max Holloway",
                "amount": 8306.0
            },
            {
                "team": "Chan Sung Jung",
                "amount": 1694.0
            }
        ],
        "expected_reward_tokens": 9384.76,
        "profit_sb": -115.24,
        "profit_sb_percentage": -1.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "81b3839d-3489-42a9-9067-c60bde2081a0",
            "gambit_id": "037778f7-7e08-450d-9a4c-74ac30b08b13",
            "last_updated": "2023-08-28T18:48:03.711610-04:00",
            "created_at": "2023-08-24T17:33:02.198676-04:00",
            "name": "Max Holloway",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1b2552a-af54-48cc-b591-3622ddc14eb5/?format=api"
        },
        {
            "id": "06712293-486d-41eb-a4be-89dbf839ced3",
            "gambit_id": "24c41736-cdad-465d-816a-1359311fd2d8",
            "last_updated": "2023-08-28T18:48:03.708223-04:00",
            "created_at": "2023-08-24T17:33:02.192721-04:00",
            "name": "Chan Sung Jung",
            "reward": "5.54000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1b2552a-af54-48cc-b591-3622ddc14eb5/?format=api"
        }
    ]
}