GET /api/bet_types/d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/40b9f336-cc4f-4c27-87ac-32721359122e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:47:03.059970-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": "Josh Quinlan",
                "amount": 6610.0
            },
            {
                "team": "Trey Waters",
                "amount": 3390.0
            }
        ],
        "expected_reward_tokens": 9254.0,
        "profit_sb": -246.0,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e349ce7-d524-4eb7-9868-711e03e87377",
            "gambit_id": "b79dc908-bb9d-4425-a350-9a019b3b999c",
            "last_updated": "2023-05-01T12:27:23.140831-04:00",
            "created_at": "2023-04-29T16:47:03.061324-04:00",
            "name": "Josh Quinlan",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3/?format=api"
        },
        {
            "id": "326ac517-cb3e-44ae-9b5a-ed107873445e",
            "gambit_id": "9b5415e8-852b-4e4a-a056-bf5575ca3767",
            "last_updated": "2023-05-01T12:27:23.142336-04:00",
            "created_at": "2023-04-29T16:47:03.062779-04:00",
            "name": "Trey Waters",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3/?format=api"
        }
    ]
}