GET /api/bet_types/96f984cf-ed12-4dd2-98de-4614650263a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96f984cf-ed12-4dd2-98de-4614650263a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/322468c3-cea0-4341-890c-c29d2b20726f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:14.889509-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": "Golden State Warriors",
                "amount": 6864.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a3139ba-acdc-495d-8e35-9c00c287815e",
            "gambit_id": "d9f87b69-14da-4d0e-ade7-bdb1aa178aba",
            "last_updated": "2023-04-21T22:07:11.236905-04:00",
            "created_at": "2023-04-20T11:42:14.891083-04:00",
            "name": "Golden State Warriors",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f984cf-ed12-4dd2-98de-4614650263a3/?format=api"
        },
        {
            "id": "03dea5db-2677-4cf4-be91-a040e64db33b",
            "gambit_id": "3b65b16d-d61a-4e2d-aff7-34b99a3b0a67",
            "last_updated": "2023-04-21T22:07:11.238903-04:00",
            "created_at": "2023-04-20T11:42:14.892763-04:00",
            "name": "Sacramento Kings",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f984cf-ed12-4dd2-98de-4614650263a3/?format=api"
        }
    ]
}