GET /api/bet_types/b6aea801-c6ca-4e9d-b489-75ac1f282451/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6aea801-c6ca-4e9d-b489-75ac1f282451",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc2ef74a-65ba-4469-b69b-8d15ac3f9145/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-18T08:48:24.480614-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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "512a7043-db85-4f82-8182-fd0d76bf1f9f",
            "gambit_id": "d344e734-25f7-4015-9476-dcd97cc75c8a",
            "last_updated": "2023-10-19T10:13:25.127340-04:00",
            "created_at": "2023-10-18T08:48:24.484474-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6aea801-c6ca-4e9d-b489-75ac1f282451/?format=api"
        },
        {
            "id": "ab47b781-5943-44d6-b3c7-a8c71281face",
            "gambit_id": "991f5ae1-b9b8-4cb4-bac1-eb5d78c1db67",
            "last_updated": "2023-10-19T10:13:25.131080-04:00",
            "created_at": "2023-10-18T08:48:24.489231-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6aea801-c6ca-4e9d-b489-75ac1f282451/?format=api"
        }
    ]
}