GET /api/bet_types/920561e1-ffd1-4d3f-996d-72e045db9a3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "920561e1-ffd1-4d3f-996d-72e045db9a3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b4fb57-aff9-4cc1-98be-02083130f24c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T08:08:06.801992-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": "DET (R Olson)",
                "amount": 5787.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "41bda99b-e28c-47bc-8f04-aa26d400cfd1",
            "gambit_id": "73565ac6-5b17-4485-ab9e-7c906ededec1",
            "last_updated": "2023-06-20T10:33:07.453789-04:00",
            "created_at": "2023-06-19T08:08:06.807529-04:00",
            "name": "DET (R Olson)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/920561e1-ffd1-4d3f-996d-72e045db9a3e/?format=api"
        },
        {
            "id": "87fea13f-da44-4008-b525-71989c518bb1",
            "gambit_id": "e6af9613-bb2b-424c-9a40-236dd278913c",
            "last_updated": "2023-06-20T10:33:07.451434-04:00",
            "created_at": "2023-06-19T08:08:06.804340-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/920561e1-ffd1-4d3f-996d-72e045db9a3e/?format=api"
        }
    ]
}