GET /api/bet_types/93f131fa-27e7-4115-a863-0efb19189586/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93f131fa-27e7-4115-a863-0efb19189586",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a9555e4-a3d1-4817-a72a-6292a530e1fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:05.065122-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": "ARI (M Kelly)",
                "amount": 6241.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b75755b-041d-4d70-884d-8efeacf7504d",
            "gambit_id": "8cabd607-5e27-4662-96af-950b5580d8fb",
            "last_updated": "2023-05-06T11:52:03.282423-04:00",
            "created_at": "2023-05-05T11:47:05.066692-04:00",
            "name": "ARI (M Kelly)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93f131fa-27e7-4115-a863-0efb19189586/?format=api"
        },
        {
            "id": "c7e6753a-d88c-46b0-b22f-fad87daf1f69",
            "gambit_id": "bd80290f-d819-4733-8dad-fb47153032bf",
            "last_updated": "2023-05-06T11:52:03.283921-04:00",
            "created_at": "2023-05-05T11:47:05.068423-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93f131fa-27e7-4115-a863-0efb19189586/?format=api"
        }
    ]
}