GET /api/bet_types/5381b9d5-382d-43d2-8457-93a2955dbd85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5381b9d5-382d-43d2-8457-93a2955dbd85",
    "match": "https://api-prod.gambitprofit.com/api/matches/b10da0ac-70cc-43c3-af2b-e324bffeaa47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T12:37:06.540143-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": "New Orleans Pelicans",
                "amount": 5292.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbbb5aa3-3d0b-489d-8e87-206f7e895695",
            "gambit_id": "89425815-70e8-4d2b-b879-901336bf3abe",
            "last_updated": "2022-12-27T10:27:04.028214-05:00",
            "created_at": "2022-12-26T12:37:06.541370-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5381b9d5-382d-43d2-8457-93a2955dbd85/?format=api"
        },
        {
            "id": "5fc2113e-128b-44bc-a031-5289a9b092ee",
            "gambit_id": "95541a30-35a0-4ffe-af4a-47fb2bbc9b76",
            "last_updated": "2022-12-27T10:27:04.029289-05:00",
            "created_at": "2022-12-26T12:37:06.542632-05:00",
            "name": "Indiana Pacers",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5381b9d5-382d-43d2-8457-93a2955dbd85/?format=api"
        }
    ]
}