GET /api/bet_types/b2488d84-aebc-444b-8e86-f0da1b3a8d2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2488d84-aebc-444b-8e86-f0da1b3a8d2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7685336b-7cee-452a-97df-8dc642de0493/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-28T08:48:07.889418-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": "TOR (K Gausman)",
                "amount": 6825.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "6db80d88-cb7e-4623-8194-9b3a63e5cda3",
            "gambit_id": "a44b28d3-7834-4a54-be0f-f695fda3694a",
            "last_updated": "2023-08-29T19:33:15.910879-04:00",
            "created_at": "2023-08-28T08:48:07.900899-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2488d84-aebc-444b-8e86-f0da1b3a8d2f/?format=api"
        },
        {
            "id": "d8d9ac26-ef65-4438-8189-daf1013a97ef",
            "gambit_id": "17b12406-010b-41e6-80e7-e8c39c8fe5db",
            "last_updated": "2023-08-29T19:33:15.907657-04:00",
            "created_at": "2023-08-28T08:48:07.895210-04:00",
            "name": "WAS (J Gray)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2488d84-aebc-444b-8e86-f0da1b3a8d2f/?format=api"
        }
    ]
}