GET /api/bet_types/445368e7-8c12-4d7b-b3e1-7c9e39c4af60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "445368e7-8c12-4d7b-b3e1-7c9e39c4af60",
    "match": "https://api-prod.gambitprofit.com/api/matches/e55df1a6-301b-4557-9c21-cfc4b84b4b52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T09:23:07.961180-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": "LOS (J Urias)",
                "amount": 6729.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 3271.0
            }
        ],
        "expected_reward_tokens": 9485.9,
        "profit_sb": -14.1,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "f66d934e-b0ba-4414-9d4a-d8633bc49bf9",
            "gambit_id": "f40755cd-6260-45e9-8e5b-7e39de44b238",
            "last_updated": "2023-07-03T01:08:11.229897-04:00",
            "created_at": "2023-07-01T09:23:07.963418-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/445368e7-8c12-4d7b-b3e1-7c9e39c4af60/?format=api"
        },
        {
            "id": "c8dc00db-eb37-41f9-83cc-e983fbf4407d",
            "gambit_id": "f66aae84-4b22-459b-b1a9-6faed2012d31",
            "last_updated": "2023-07-03T01:08:11.231513-04:00",
            "created_at": "2023-07-01T09:23:07.965434-04:00",
            "name": "KAN (D Lynch)",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/445368e7-8c12-4d7b-b3e1-7c9e39c4af60/?format=api"
        }
    ]
}