GET /api/bet_types/887cff00-0020-418f-9275-76ec541f387c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "887cff00-0020-418f-9275-76ec541f387c",
    "match": "https://api-prod.gambitprofit.com/api/matches/78de8569-b7d4-4935-bcdc-bf2c0e3fc99f/?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": "Golden State Warriors",
                "amount": 7670.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2330.0
            }
        ],
        "expected_reward_tokens": 9203.5,
        "profit_sb": 203.5,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "59e29f63-e999-4366-9230-7c8c59266811",
            "gambit_id": "b76980ca-7bc3-436c-b17d-fbdf56d602b1",
            "last_updated": "2022-11-04T09:07:37.982317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.20000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/887cff00-0020-418f-9275-76ec541f387c/?format=api"
        },
        {
            "id": "ee98806e-24ab-40be-b693-60cdcf1f21f2",
            "gambit_id": "35e517a0-d743-493c-b500-99390535cf9c",
            "last_updated": "2022-11-04T09:07:37.981264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.95000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/887cff00-0020-418f-9275-76ec541f387c/?format=api"
        }
    ]
}