GET /api/bet_types/bf07f592-2233-4b7d-98f7-6c61fe8d5bea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf07f592-2233-4b7d-98f7-6c61fe8d5bea",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad3f5cd6-1198-47bb-8525-c29bf7409113/?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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dca49db9-3586-423a-a415-e759b71be475",
            "gambit_id": "6cf0e9e2-5a0d-40c2-a4a6-4fbe039cdac9",
            "last_updated": "2022-10-06T10:26:59.936374-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/bf07f592-2233-4b7d-98f7-6c61fe8d5bea/?format=api"
        },
        {
            "id": "69a2ab40-769e-4a41-b5ce-95aa6a13b5f2",
            "gambit_id": "4496975f-8589-498f-be19-65590a67f01b",
            "last_updated": "2022-10-06T10:26:59.935249-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/bf07f592-2233-4b7d-98f7-6c61fe8d5bea/?format=api"
        }
    ]
}