GET /api/bet_types/53bcb391-f2fd-42cd-a750-ed5192d546dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53bcb391-f2fd-42cd-a750-ed5192d546dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/261a463e-64c0-4844-8987-b3935bca385a/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-11T11:13:15.295590-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4050460-0edf-43dc-bd98-2d47cb220701",
            "gambit_id": "c35d4908-c390-4acf-954a-626925f40e0d",
            "last_updated": "2023-07-13T09:33:20.875458-04:00",
            "created_at": "2023-07-11T11:13:15.297049-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53bcb391-f2fd-42cd-a750-ed5192d546dc/?format=api"
        },
        {
            "id": "17e3b9e3-d473-43b4-b252-9f10cd49bd4a",
            "gambit_id": "898dcda2-af1b-489b-aa24-c1484711621d",
            "last_updated": "2023-07-13T09:33:20.877963-04:00",
            "created_at": "2023-07-11T11:13:15.298674-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53bcb391-f2fd-42cd-a750-ed5192d546dc/?format=api"
        }
    ]
}