GET /api/bet_types/4d595d27-d90b-4ee1-8aa7-a27b34316997/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d595d27-d90b-4ee1-8aa7-a27b34316997",
    "match": "https://api-prod.gambitprofit.com/api/matches/e37866d2-0161-4a09-a397-99de462588df/?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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a74354f-469c-41f9-96c6-44bc2708317e",
            "gambit_id": "ef35b14e-e1c1-4f7a-958c-65653719d068",
            "last_updated": "2022-10-20T09:42:06.193886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d595d27-d90b-4ee1-8aa7-a27b34316997/?format=api"
        },
        {
            "id": "84f35b51-f5a7-4a70-84c1-7981e9ffc535",
            "gambit_id": "dbffdc3e-9fe8-44f0-aeaf-c4ae968392e5",
            "last_updated": "2022-10-20T09:42:06.194959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d595d27-d90b-4ee1-8aa7-a27b34316997/?format=api"
        }
    ]
}