GET /api/bet_types/8efcfede-46bf-445b-83a0-0a061665ebf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8efcfede-46bf-445b-83a0-0a061665ebf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/57805541-bf4c-4d12-8f73-74f8bb90b9ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:03.590492-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": "ATL (A Winans)",
                "amount": 6627.0
            },
            {
                "team": "NYM (D Reyes)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "3aa74674-7f6a-4151-a09d-2960e8ba36bc",
            "gambit_id": "94425827-0e85-47b4-9ef8-0bfc21c3d71b",
            "last_updated": "2023-08-14T10:53:15.061220-04:00",
            "created_at": "2023-08-12T09:43:03.605150-04:00",
            "name": "ATL (A Winans)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8efcfede-46bf-445b-83a0-0a061665ebf3/?format=api"
        },
        {
            "id": "0bc97761-f10d-4a8c-af45-e6a5c50734a7",
            "gambit_id": "a81bd93d-4a3d-4845-90ca-c77f565f2aea",
            "last_updated": "2023-08-14T10:53:15.064642-04:00",
            "created_at": "2023-08-12T09:43:03.614055-04:00",
            "name": "NYM (D Reyes)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8efcfede-46bf-445b-83a0-0a061665ebf3/?format=api"
        }
    ]
}