GET /api/bet_types/4346aa68-3817-4490-9fad-b02ee14b439e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4346aa68-3817-4490-9fad-b02ee14b439e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ce58d05-6033-4600-915d-48706b696e9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:09.094443-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": "SDG (J Musgrove)",
                "amount": 5541.0
            },
            {
                "team": "TOR (A Manoah)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "6be69c7a-57b4-46d7-8f00-ea2c634366e9",
            "gambit_id": "a1a8b829-b810-4503-9a02-3d0b1e94de53",
            "last_updated": "2023-07-20T09:58:27.635871-04:00",
            "created_at": "2023-07-18T08:53:09.096550-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4346aa68-3817-4490-9fad-b02ee14b439e/?format=api"
        },
        {
            "id": "60f43736-9e51-402c-935b-a5f2f3fe9cf9",
            "gambit_id": "d47b388b-d65c-42ba-9ff3-30a3358be1d1",
            "last_updated": "2023-07-20T09:58:27.637426-04:00",
            "created_at": "2023-07-18T08:53:09.098245-04:00",
            "name": "TOR (A Manoah)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4346aa68-3817-4490-9fad-b02ee14b439e/?format=api"
        }
    ]
}