GET /api/bet_types/e6483e68-3321-4e38-9a37-b89eba50b753/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6483e68-3321-4e38-9a37-b89eba50b753",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c1abe72-8072-4573-a782-e064753f558e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-06T10:57:11.667175-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": "ARI (T Henry)",
                "amount": 5527.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "fddda4bb-f7c9-408f-8446-77bcda18ab55",
            "gambit_id": "29f87808-1a22-4105-914c-eb3733d7f310",
            "last_updated": "2023-06-07T10:38:22.548292-04:00",
            "created_at": "2023-06-06T10:57:11.668660-04:00",
            "name": "ARI (T Henry)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6483e68-3321-4e38-9a37-b89eba50b753/?format=api"
        },
        {
            "id": "a0611632-c2ca-4322-852e-63f819b52c84",
            "gambit_id": "54a9a07a-de74-48c6-8661-932308facd0c",
            "last_updated": "2023-06-07T10:38:22.550814-04:00",
            "created_at": "2023-06-06T10:57:11.670257-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6483e68-3321-4e38-9a37-b89eba50b753/?format=api"
        }
    ]
}