GET /api/bet_types/1ab19038-8520-46d1-a1d8-8c1843e05f4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ab19038-8520-46d1-a1d8-8c1843e05f4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c272af25-bd64-47b0-84d8-56efa168f697/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Nevada",
                "amount": 6611.0
            },
            {
                "team": "Hawaii",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa60163f-444c-4586-801a-7c82d26d05b9",
            "gambit_id": "29e97373-1093-4eab-b6ca-7960cf38bcd3",
            "last_updated": "2022-10-17T10:06:54.809290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab19038-8520-46d1-a1d8-8c1843e05f4f/?format=api"
        },
        {
            "id": "5165b214-6ddc-42ee-a2db-4de18045655f",
            "gambit_id": "25888ab1-42ae-46f7-952a-ed79c7055fe0",
            "last_updated": "2022-10-17T10:06:54.808335-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab19038-8520-46d1-a1d8-8c1843e05f4f/?format=api"
        }
    ]
}