GET /api/bet_types/41942e88-4309-4954-bd26-b495ea574d50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41942e88-4309-4954-bd26-b495ea574d50",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7afd5f9-99fa-4290-8580-60cb012be90c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-05T09:47:03.729426-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": "Charlotte Hornets",
                "amount": 5423.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff156440-15fc-42a2-b480-7eec0ec8d313",
            "gambit_id": "c72160fd-f739-4613-baa3-a6ff802ecd9b",
            "last_updated": "2023-02-06T09:11:57.590768-05:00",
            "created_at": "2023-02-05T09:47:03.730790-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41942e88-4309-4954-bd26-b495ea574d50/?format=api"
        },
        {
            "id": "32d12254-e9ea-484d-ad35-806f96dc8a29",
            "gambit_id": "db171879-bd50-4b07-8a02-1d5f51d3d790",
            "last_updated": "2023-02-06T09:11:57.592177-05:00",
            "created_at": "2023-02-05T09:47:03.732221-05:00",
            "name": "Orlando Magic",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41942e88-4309-4954-bd26-b495ea574d50/?format=api"
        }
    ]
}