GET /api/bet_types/8375cc02-fcf0-425a-a05e-35d82a89c1ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8375cc02-fcf0-425a-a05e-35d82a89c1ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/14f77d4a-e8d6-4624-a56e-d70028bf946a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T03:32:00.652737-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": "George Thorpe",
                "amount": 5296.0
            },
            {
                "team": "Brad Watchorn",
                "amount": 4704.0
            }
        ],
        "expected_reward_tokens": 9266.88,
        "profit_sb": -233.12,
        "profit_sb_percentage": -2.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ef7acd9-af37-4c56-84a8-a1673ee8ac7f",
            "gambit_id": "743e1832-7a08-4362-9b8c-6ea6080114c8",
            "last_updated": "2023-03-11T13:57:01.261245-05:00",
            "created_at": "2023-03-02T03:32:00.655642-05:00",
            "name": "George Thorpe",
            "reward": "1.75000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8375cc02-fcf0-425a-a05e-35d82a89c1ef/?format=api"
        },
        {
            "id": "6784241e-c471-45b0-8958-625d5376e8dc",
            "gambit_id": "d151f4b5-3b3d-4b0b-9e3a-6ff2cfd4056b",
            "last_updated": "2023-03-11T13:57:01.259922-05:00",
            "created_at": "2023-03-02T03:32:00.654269-05:00",
            "name": "Brad Watchorn",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8375cc02-fcf0-425a-a05e-35d82a89c1ef/?format=api"
        }
    ]
}