GET /api/bet_types/b1425da8-e809-4511-8628-3f30e799b151/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1425da8-e809-4511-8628-3f30e799b151",
    "match": "https://api-prod.gambitprofit.com/api/matches/11bee25b-3e47-4178-8460-8a00ae2fbcfd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T09:47:56.251302-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": 5107.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e740b1b1-2f12-46b0-9733-0f93bfa7eb70",
            "gambit_id": "d66e2e55-4df7-42ca-8a2e-c1de4668cbaa",
            "last_updated": "2023-12-02T10:13:07.712032-05:00",
            "created_at": "2023-12-01T09:47:56.263784-05:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1425da8-e809-4511-8628-3f30e799b151/?format=api"
        },
        {
            "id": "d5f81cb7-9b89-46bb-aa0f-114af3be11a1",
            "gambit_id": "c67bbf4e-304a-4901-b659-1b7a6fbfda81",
            "last_updated": "2023-12-02T10:13:07.708810-05:00",
            "created_at": "2023-12-01T09:47:56.255162-05:00",
            "name": "Denver Nuggets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1425da8-e809-4511-8628-3f30e799b151/?format=api"
        }
    ]
}