GET /api/bet_types/ac6e8173-a5fd-4d78-833b-ccc8693b1151/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac6e8173-a5fd-4d78-833b-ccc8693b1151",
    "match": "https://api-prod.gambitprofit.com/api/matches/febc1c81-5b04-4b50-bcfa-10fcd3c06c54/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:53:06.461669-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": "Caio Borralho",
                "amount": 7040.0
            },
            {
                "team": "Abusupiyan Magomedov",
                "amount": 2960.0
            }
        ],
        "expected_reward_tokens": 9292.8,
        "profit_sb": -207.2,
        "profit_sb_percentage": -2.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f256ac9-65c8-4026-b477-c0b167eb0f3b",
            "gambit_id": "e47043cd-6e68-4fd4-90d5-21d2d96998e2",
            "last_updated": "2023-11-06T21:38:18.795350-05:00",
            "created_at": "2023-11-04T09:53:06.470694-04:00",
            "name": "Caio Borralho",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac6e8173-a5fd-4d78-833b-ccc8693b1151/?format=api"
        },
        {
            "id": "c1510842-5a96-4a1d-b66f-3051de727943",
            "gambit_id": "e416392a-039c-41ea-a625-1dfc840d4bf8",
            "last_updated": "2023-11-06T21:38:18.786666-05:00",
            "created_at": "2023-11-04T09:53:06.466407-04:00",
            "name": "Abusupiyan Magomedov",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac6e8173-a5fd-4d78-833b-ccc8693b1151/?format=api"
        }
    ]
}