GET /api/bet_types/fddddcb0-980a-4293-b478-26de7d9d15df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fddddcb0-980a-4293-b478-26de7d9d15df",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6af8592-6d64-477c-9c65-7ac3f26d2452/?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": "Dallas Mavericks",
                "amount": 7976.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 2024.0
            }
        ],
        "expected_reward_tokens": 9491.44,
        "profit_sb": -8.56,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "39f4996c-df2f-4cce-9df0-41bb604e6878",
            "gambit_id": "03d56768-d7e6-4b08-b061-fcdab8c74910",
            "last_updated": "2022-10-31T10:57:10.854733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.19000",
            "odds": "1.19610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fddddcb0-980a-4293-b478-26de7d9d15df/?format=api"
        },
        {
            "id": "2834d017-3db9-4acc-967a-dfbaf1e0cca2",
            "gambit_id": "ffee525c-8c34-4ffc-9736-13b1ee5226cc",
            "last_updated": "2022-10-31T10:57:10.855665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "4.69000",
            "odds": "4.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fddddcb0-980a-4293-b478-26de7d9d15df/?format=api"
        }
    ]
}