GET /api/bet_types/b3a47594-e9c8-4265-ada7-3b3251129804/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3a47594-e9c8-4265-ada7-3b3251129804",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f01070-b24f-4cb8-a71d-88f4d81a0b4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:18.473396-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": "St Louis Blues",
                "amount": 5867.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "feac8d22-483c-4f20-bd3f-a04fa4761b79",
            "gambit_id": "c645daab-761b-429e-a8d3-6178f32e5d27",
            "last_updated": "2023-12-09T10:08:12.764855-05:00",
            "created_at": "2023-12-08T09:38:18.479021-05:00",
            "name": "St Louis Blues",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3a47594-e9c8-4265-ada7-3b3251129804/?format=api"
        },
        {
            "id": "eb8957f4-1e95-4a0a-bc94-215a05267215",
            "gambit_id": "d479e067-d1fd-4fdc-ae5c-0f80e5e243a1",
            "last_updated": "2023-12-09T10:08:12.768190-05:00",
            "created_at": "2023-12-08T09:38:18.483316-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3a47594-e9c8-4265-ada7-3b3251129804/?format=api"
        }
    ]
}