GET /api/bet_types/ee66e697-751b-4cc8-a2e9-43e1eb909955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee66e697-751b-4cc8-a2e9-43e1eb909955",
    "match": "https://api-prod.gambitprofit.com/api/matches/9726556d-c554-4b4a-8447-9353c84418a4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T14:08:20.544853-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": "Dillon Winemiller",
                "amount": 5095.0
            },
            {
                "team": "Stephen Townsel",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": -329.0,
        "profit_sb_percentage": -3.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b4afebf-b5b5-443d-8cb0-acc61b1cbc53",
            "gambit_id": "8ac05e91-6f3c-4040-9d71-967ce933812a",
            "last_updated": "2023-06-24T13:58:23.921992-04:00",
            "created_at": "2023-06-22T14:08:20.548348-04:00",
            "name": "Dillon Winemiller",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee66e697-751b-4cc8-a2e9-43e1eb909955/?format=api"
        },
        {
            "id": "f2701e02-170f-4292-8eaf-4d3a53d09df8",
            "gambit_id": "33587f0e-87ef-4282-9723-a8f817044485",
            "last_updated": "2023-06-24T13:58:23.920318-04:00",
            "created_at": "2023-06-22T14:08:20.546599-04:00",
            "name": "Stephen Townsel",
            "reward": "1.87000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee66e697-751b-4cc8-a2e9-43e1eb909955/?format=api"
        }
    ]
}