GET /api/bet_types/f34d780b-1003-4215-a806-68e4bd770a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f34d780b-1003-4215-a806-68e4bd770a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb60f116-9393-496c-a646-e0b5663e9587/?format=api",
    "name": "FreeForm",
    "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": "xxxx",
                "amount": 5000.0
            },
            {
                "team": "xxxx",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "52f3ba3c-4003-4932-a550-2177df8add30",
            "gambit_id": "069c5467-2ab9-465a-ba12-2fa4709ed3c3",
            "last_updated": "2022-09-26T10:07:19.492104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "xxxx",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f34d780b-1003-4215-a806-68e4bd770a5a/?format=api"
        },
        {
            "id": "70e214bc-0716-402f-96bd-67e8652a97dd",
            "gambit_id": "c405d881-979c-40a3-bf45-18602382ca86",
            "last_updated": "2022-09-26T10:07:19.493104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "xxxx",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f34d780b-1003-4215-a806-68e4bd770a5a/?format=api"
        }
    ]
}