GET /api/bet_types/4218a5e5-19df-4fe9-91c6-73e9c84d2318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4218a5e5-19df-4fe9-91c6-73e9c84d2318",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c0f46-2f5d-4c18-a45a-38346e70245d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:14.211585-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": "New York Rangers",
                "amount": 5939.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7c8de51-f78b-46fd-9108-8f456fc8d01f",
            "gambit_id": "7e79b3fd-ad49-44ef-ac77-4999fa1097ff",
            "last_updated": "2023-03-13T13:22:04.808363-04:00",
            "created_at": "2023-03-11T09:32:14.214099-05:00",
            "name": "New York Rangers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4218a5e5-19df-4fe9-91c6-73e9c84d2318/?format=api"
        },
        {
            "id": "dbc185df-2516-4215-a87f-eb15087358dc",
            "gambit_id": "f396fd1a-4045-4c42-b430-ab9db0625233",
            "last_updated": "2023-03-13T13:22:04.806426-04:00",
            "created_at": "2023-03-11T09:32:14.212805-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4218a5e5-19df-4fe9-91c6-73e9c84d2318/?format=api"
        }
    ]
}