GET /api/bet_types/1f258db4-0bd0-429a-9097-2951defd22f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f258db4-0bd0-429a-9097-2951defd22f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/19ac4c3a-462a-4710-846f-e78169e9733c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:38:21.322598-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": "Gary Fox",
                "amount": 7945.0
            },
            {
                "team": "Hayden Sherriff",
                "amount": 2055.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "7eaac99f-4192-48c3-9ce2-8e532cb2469e",
            "gambit_id": "c7d9d9d6-358d-48d5-a69c-46cfa923841b",
            "last_updated": "2023-07-03T10:38:08.355603-04:00",
            "created_at": "2023-06-30T13:38:21.324841-04:00",
            "name": "Gary Fox",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f258db4-0bd0-429a-9097-2951defd22f5/?format=api"
        },
        {
            "id": "e0134ba5-b4bc-4880-a2ca-61fee261cab3",
            "gambit_id": "740de8c9-3d4b-4133-94e7-9460c3c0cf4f",
            "last_updated": "2023-07-03T10:38:08.357151-04:00",
            "created_at": "2023-06-30T13:38:21.327376-04:00",
            "name": "Hayden Sherriff",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f258db4-0bd0-429a-9097-2951defd22f5/?format=api"
        }
    ]
}