GET /api/bet_types/cd4704ff-7829-4b5f-acbe-5bcffada29ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd4704ff-7829-4b5f-acbe-5bcffada29ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d3441b-d553-4299-97fa-5651c7191bbc/?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": "Khamzat Chimaev",
                "amount": 7986.0
            },
            {
                "team": "Kevin Holland",
                "amount": 2014.0
            }
        ],
        "expected_reward_tokens": 9183.84,
        "profit_sb": 183.84,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "734efdfc-c177-42eb-96c0-a60ce455129c",
            "gambit_id": "314cafaa-b902-461c-8c5e-c21903e78635",
            "last_updated": "2022-09-11T21:07:06.134800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Khamzat Chimaev",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4704ff-7829-4b5f-acbe-5bcffada29ba/?format=api"
        },
        {
            "id": "4a73f74e-9c27-4919-804f-7db6264edd52",
            "gambit_id": "ea643bb1-40ad-40d5-b141-abacd7551bee",
            "last_updated": "2022-09-11T21:07:06.135764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kevin Holland",
            "reward": "4.56000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4704ff-7829-4b5f-acbe-5bcffada29ba/?format=api"
        }
    ]
}