GET /api/bet_types/55331a6d-39a6-4485-9513-c553a12bcbfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55331a6d-39a6-4485-9513-c553a12bcbfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0e962f2-4bad-4eb6-92f7-8b3a10b5f753/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:04.888764-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": "Atlanta Falcons",
                "amount": 5773.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "b832c035-cb1d-4f9b-a995-0139a9b5baf7",
            "gambit_id": "5a0f0201-bdfe-4a47-8d59-6b1377e9e596",
            "last_updated": "2023-12-26T20:13:06.040758-05:00",
            "created_at": "2023-12-20T11:13:04.897240-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55331a6d-39a6-4485-9513-c553a12bcbfd/?format=api"
        },
        {
            "id": "8ba0e329-8901-498f-ac0d-2c6a951a1a15",
            "gambit_id": "9b056c6e-fede-498c-8672-7417f79a1867",
            "last_updated": "2023-12-26T20:13:06.037325-05:00",
            "created_at": "2023-12-20T11:13:04.893125-05:00",
            "name": "Indianapolis Colts",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55331a6d-39a6-4485-9513-c553a12bcbfd/?format=api"
        }
    ]
}