GET /api/bet_types/ae9bf191-5e90-4bce-beec-5f13cd07af4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae9bf191-5e90-4bce-beec-5f13cd07af4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd053728-094f-40bc-9804-68697ca520f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:14.061325-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": "Golden State Warriors",
                "amount": 6984.0
            },
            {
                "team": "Miami Heat",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "31b56321-fa09-4f94-9f37-05f4d68c359e",
            "gambit_id": "0e41f193-5ec1-4bc8-bb35-460fc49e0f36",
            "last_updated": "2023-12-30T16:23:09.283713-05:00",
            "created_at": "2023-12-28T10:03:14.069995-05:00",
            "name": "Golden State Warriors",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9bf191-5e90-4bce-beec-5f13cd07af4d/?format=api"
        },
        {
            "id": "61658377-da71-4935-b63c-03ae7af739f1",
            "gambit_id": "cda8e286-81a0-419a-becb-98dc06142238",
            "last_updated": "2023-12-30T16:23:09.280316-05:00",
            "created_at": "2023-12-28T10:03:14.065339-05:00",
            "name": "Miami Heat",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9bf191-5e90-4bce-beec-5f13cd07af4d/?format=api"
        }
    ]
}