GET /api/bet_types/e9ea7fa6-f1df-43a5-b9ef-f74e484a15c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9ea7fa6-f1df-43a5-b9ef-f74e484a15c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8112d4f9-0bf1-4cba-a641-df8d7e2b5961/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:22:07.592516-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": "Justin Sanchez",
                "amount": 7938.0
            },
            {
                "team": "Gilberto Aguilar",
                "amount": 2062.0
            }
        ],
        "expected_reward_tokens": 9443.96,
        "profit_sb": -56.04,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a926840-9e43-4aca-8bb7-ab7143a9914a",
            "gambit_id": "46dbecba-aed3-4ba1-b567-6b666f3aaf51",
            "last_updated": "2023-04-28T19:57:15.559917-04:00",
            "created_at": "2023-04-20T15:22:07.596789-04:00",
            "name": "Justin Sanchez",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ea7fa6-f1df-43a5-b9ef-f74e484a15c0/?format=api"
        },
        {
            "id": "5f93b06c-9675-4e17-80bf-7482264a89a7",
            "gambit_id": "ed77a6f3-34dd-4d3d-90c1-6564d7114a0d",
            "last_updated": "2023-04-28T19:57:15.558673-04:00",
            "created_at": "2023-04-20T15:22:07.594490-04:00",
            "name": "Gilberto Aguilar",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ea7fa6-f1df-43a5-b9ef-f74e484a15c0/?format=api"
        }
    ]
}