GET /api/bet_types/a8109bca-3892-49c6-b509-e89a20ec1303/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8109bca-3892-49c6-b509-e89a20ec1303",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2c74a76-04da-4916-b5a0-7841c6475906/?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": "Phoenix Suns",
                "amount": 5316.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "265b5776-dc69-49dd-bcd7-20c1422782a3",
            "gambit_id": "8d48579f-150d-46f4-9b45-2b01670b3cb4",
            "last_updated": "2022-10-26T09:37:06.041879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8109bca-3892-49c6-b509-e89a20ec1303/?format=api"
        },
        {
            "id": "f08c0c15-cef4-462e-85fa-d1fa65759791",
            "gambit_id": "07d2bb8c-e4f2-4dda-88b2-8cbacfc8ab5a",
            "last_updated": "2022-10-26T09:37:06.040805-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8109bca-3892-49c6-b509-e89a20ec1303/?format=api"
        }
    ]
}