GET /api/bet_types/a06ea95b-a2d0-4293-94d8-720834f55258/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a06ea95b-a2d0-4293-94d8-720834f55258",
    "match": "https://api-prod.gambitprofit.com/api/matches/6926ea0c-af95-4be4-9a3d-80c1e687565d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:15.662948-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": 5213.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "04bc5c14-9586-4603-9b18-245aaef731d3",
            "gambit_id": "95cd8e64-069d-4161-a4cd-8f28ef58b978",
            "last_updated": "2024-01-23T20:23:20.719162-05:00",
            "created_at": "2024-01-20T05:38:15.673805-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06ea95b-a2d0-4293-94d8-720834f55258/?format=api"
        },
        {
            "id": "26ae4e17-fc52-489a-9586-9bab846f976d",
            "gambit_id": "aab91b21-9455-40c5-afb6-cef37186b496",
            "last_updated": "2024-01-23T20:23:20.715959-05:00",
            "created_at": "2024-01-20T05:38:15.669087-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06ea95b-a2d0-4293-94d8-720834f55258/?format=api"
        }
    ]
}