GET /api/bet_types/c3de8b37-9e27-4bb8-a06a-3db868db96bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3de8b37-9e27-4bb8-a06a-3db868db96bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2713371-a60e-4d07-9b2d-b9fdca552083/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:16.360330-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": "Memphis Grizzlies",
                "amount": 7292.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "9df7ffc5-51a6-4499-acd9-16524d6e4aa4",
            "gambit_id": "8fb2e45f-79a9-4844-9cc3-0d98a14be4fc",
            "last_updated": "2023-03-12T20:26:56.301245-04:00",
            "created_at": "2023-03-11T09:32:16.362380-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3de8b37-9e27-4bb8-a06a-3db868db96bf/?format=api"
        },
        {
            "id": "d861bb42-1007-49ab-ac5a-c547bd5fd488",
            "gambit_id": "e2aa73cd-d5e4-4805-b25c-de3821ec5067",
            "last_updated": "2023-03-12T20:26:56.302991-04:00",
            "created_at": "2023-03-11T09:32:16.364293-05:00",
            "name": "Dallas Mavericks",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3de8b37-9e27-4bb8-a06a-3db868db96bf/?format=api"
        }
    ]
}