GET /api/bet_types/03863664-49cd-431b-9a5f-9284c1271de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03863664-49cd-431b-9a5f-9284c1271de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8d1f78a-7d1d-4c34-929f-03143d61f9ff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T10:07:21.324325-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": "Los Angeles Lakers",
                "amount": 8182.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1818.0
            }
        ],
        "expected_reward_tokens": 9489.96,
        "profit_sb": -10.04,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f2be2c6-817d-48fe-8e14-392892c73c57",
            "gambit_id": "37a95e8c-fdce-44c7-a622-1275634d0d27",
            "last_updated": "2023-04-03T20:07:10.002684-04:00",
            "created_at": "2023-04-02T10:07:21.328461-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03863664-49cd-431b-9a5f-9284c1271de0/?format=api"
        },
        {
            "id": "393e7397-0a1e-4327-bfac-be1a92e9afbd",
            "gambit_id": "57920d78-d528-4cc9-9ef1-0f159d6389ae",
            "last_updated": "2023-04-03T20:07:09.999817-04:00",
            "created_at": "2023-04-02T10:07:21.326690-04:00",
            "name": "Houston Rockets",
            "reward": "5.22000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03863664-49cd-431b-9a5f-9284c1271de0/?format=api"
        }
    ]
}