GET /api/bet_types/6804108e-73a6-48d8-bdbc-08b698359512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6804108e-73a6-48d8-bdbc-08b698359512",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b45105f-ce88-4398-b8d9-36e48567e824/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:11.709431-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": "Michigan State",
                "amount": 5599.0
            },
            {
                "team": "USC",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "144c0b9d-d540-403c-aa03-997d94a5a869",
            "gambit_id": "cee7ff3f-e4ab-4298-9bce-b3c3348ea6a3",
            "last_updated": "2023-03-18T11:52:26.442547-04:00",
            "created_at": "2023-03-14T19:52:11.710827-04:00",
            "name": "Michigan State",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6804108e-73a6-48d8-bdbc-08b698359512/?format=api"
        },
        {
            "id": "62f49fb3-7e4b-4f86-9050-e647b7fb6d34",
            "gambit_id": "44674149-f90e-4ce7-a9a0-f8aff1a8cc70",
            "last_updated": "2023-03-18T11:52:26.444226-04:00",
            "created_at": "2023-03-14T19:52:11.712332-04:00",
            "name": "USC",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6804108e-73a6-48d8-bdbc-08b698359512/?format=api"
        }
    ]
}