GET /api/bet_types/f2f03fd1-e4db-486c-a42b-ec6c6678c9bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2f03fd1-e4db-486c-a42b-ec6c6678c9bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a5adde2-5281-4ef0-8e7a-bdcef6c46850/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-29T10:38:15.856340-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": "Golden State Warriors",
                "amount": 6928.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcc1cbfe-c517-4595-8e96-d91faf7e0b6c",
            "gambit_id": "0771126a-fc39-4f62-8a92-c60acac953ed",
            "last_updated": "2023-10-30T21:53:25.089208-04:00",
            "created_at": "2023-10-29T10:38:15.861196-04:00",
            "name": "Golden State Warriors",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2f03fd1-e4db-486c-a42b-ec6c6678c9bf/?format=api"
        },
        {
            "id": "cad89ee9-c3fb-415b-9b9f-c34227301f9f",
            "gambit_id": "3f3191cf-fb27-45be-8031-c27085fdf64d",
            "last_updated": "2023-10-30T21:53:25.093702-04:00",
            "created_at": "2023-10-29T10:38:15.865320-04:00",
            "name": "Houston Rockets",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2f03fd1-e4db-486c-a42b-ec6c6678c9bf/?format=api"
        }
    ]
}