GET /api/bet_types/12368cbb-400b-4082-aadb-0395c87df2cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12368cbb-400b-4082-aadb-0395c87df2cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e7b627-083b-4b94-ab22-803270b6d40f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:49.425169-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": "Colorado Avalanche",
                "amount": 7563.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9453.75,
        "profit_sb": -46.25,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "d229f35a-36f3-4767-ad7e-91e8d525c6e3",
            "gambit_id": "a116e947-2025-4144-b97f-a01202f3befa",
            "last_updated": "2023-03-21T10:52:10.267547-04:00",
            "created_at": "2023-03-20T09:31:49.427382-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12368cbb-400b-4082-aadb-0395c87df2cc/?format=api"
        },
        {
            "id": "be077450-ad6a-4e6f-a4ba-6b85dc1ad55e",
            "gambit_id": "8687f6af-4629-4402-9b37-907e73f66496",
            "last_updated": "2023-03-21T10:52:10.269564-04:00",
            "created_at": "2023-03-20T09:31:49.429882-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12368cbb-400b-4082-aadb-0395c87df2cc/?format=api"
        }
    ]
}