GET /api/bet_types/fd9f90b7-355f-4a40-9c11-d4fbb877dd3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd9f90b7-355f-4a40-9c11-d4fbb877dd3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecb7a8b5-f2d3-48bf-9736-220075445a23/?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": "Vancouver Canucks",
                "amount": 5208.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "b61f0126-b1bf-4f8b-8e5b-43c83757e80e",
            "gambit_id": "1d476043-7afc-4dac-bdfd-b8472665a85e",
            "last_updated": "2022-12-08T13:02:16.966629-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd9f90b7-355f-4a40-9c11-d4fbb877dd3e/?format=api"
        },
        {
            "id": "61a44cd6-d277-4b85-bb44-96a2b2ca37af",
            "gambit_id": "93a63dad-a6e7-478d-be32-5a50a6de7c5c",
            "last_updated": "2022-12-08T13:02:16.965651-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd9f90b7-355f-4a40-9c11-d4fbb877dd3e/?format=api"
        }
    ]
}