GET /api/bet_types/ca31b823-fe13-4675-b194-38cb5a56d08a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca31b823-fe13-4675-b194-38cb5a56d08a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fedd18e-711c-4ba7-8393-e1a5b17a88ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Florida Panthers",
                "amount": 5521.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbbdbc7f-cee4-41bc-8af2-240d996e3015",
            "gambit_id": "54791e68-e036-40be-a930-ddbc5dc6bc1c",
            "last_updated": "2022-10-18T09:17:07.354164-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca31b823-fe13-4675-b194-38cb5a56d08a/?format=api"
        },
        {
            "id": "6101dcb6-32f9-4986-885b-c32e63dd5af3",
            "gambit_id": "799e5513-2ccc-4449-b5fe-caeeb0651119",
            "last_updated": "2022-10-18T09:17:07.353240-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca31b823-fe13-4675-b194-38cb5a56d08a/?format=api"
        }
    ]
}