GET /api/bet_types/dbc63134-84b9-4d3a-9a20-5f6dccbbdfc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbc63134-84b9-4d3a-9a20-5f6dccbbdfc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3ff4cfc-4c2d-4425-ae92-73902681a2a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:06.463659-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": "CIN (A Abbott)",
                "amount": 5325.0
            },
            {
                "team": "MIL (F Peralta)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "1be69ac7-e1f2-4e1b-aefc-b8235df3983d",
            "gambit_id": "d2379570-4008-4054-ab54-012f701791e8",
            "last_updated": "2023-07-17T10:13:20.708993-04:00",
            "created_at": "2023-07-15T08:58:06.466834-04:00",
            "name": "CIN (A Abbott)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc63134-84b9-4d3a-9a20-5f6dccbbdfc8/?format=api"
        },
        {
            "id": "db210025-ccf4-4b7e-bc13-9378d523fbaf",
            "gambit_id": "59fc1d35-5863-4320-8769-0a177646b642",
            "last_updated": "2023-07-17T10:13:20.706793-04:00",
            "created_at": "2023-07-15T08:58:06.465281-04:00",
            "name": "MIL (F Peralta)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc63134-84b9-4d3a-9a20-5f6dccbbdfc8/?format=api"
        }
    ]
}