GET /api/bet_types/bc7b3c36-d48b-43be-94b5-07459bccf273/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc7b3c36-d48b-43be-94b5-07459bccf273",
    "match": "https://api-prod.gambitprofit.com/api/matches/c28d5b53-ef64-4f5b-b945-f3c40a8817b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:15.203670-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": "Vegas Golden Knights",
                "amount": 6020.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5eaf1dd-37f8-4791-a3d9-ac9369f8149d",
            "gambit_id": "83ab817e-6607-40bb-b13d-a12aea5bdefa",
            "last_updated": "2023-04-21T22:07:11.422405-04:00",
            "created_at": "2023-04-20T11:42:15.205874-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7b3c36-d48b-43be-94b5-07459bccf273/?format=api"
        },
        {
            "id": "03ebe4e5-c6db-4b0c-932c-812fd7c14ca2",
            "gambit_id": "950e1e6a-ec75-4dd2-bf65-583130450fc4",
            "last_updated": "2023-04-21T22:07:11.424289-04:00",
            "created_at": "2023-04-20T11:42:15.208123-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7b3c36-d48b-43be-94b5-07459bccf273/?format=api"
        }
    ]
}