GET /api/bet_types/7adae845-7720-42a8-814b-5a3fda1101ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7adae845-7720-42a8-814b-5a3fda1101ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fc5ac3c-9e55-4941-9e63-df3f8151c7cb/?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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e029f21-e984-40a5-8155-099d908bb35f",
            "gambit_id": "c1a440ab-36fa-4b28-a77f-caf30ca93c60",
            "last_updated": "2022-09-16T11:42:03.251763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7adae845-7720-42a8-814b-5a3fda1101ed/?format=api"
        },
        {
            "id": "87e8354c-2f79-4b7f-8e60-aa7bd7dd066e",
            "gambit_id": "09712489-1b79-4f19-b548-2ccace3ac705",
            "last_updated": "2022-09-16T11:42:03.252925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7adae845-7720-42a8-814b-5a3fda1101ed/?format=api"
        }
    ]
}