GET /api/bet_types/1cacee95-02c7-4ad2-910a-dddd42a3d49a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cacee95-02c7-4ad2-910a-dddd42a3d49a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbe02136-e374-4c60-9ec0-578213e2dd5e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-09T09:47:59.289558-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": "Atlanta Hawks",
                "amount": 5944.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7f842e4-2d94-4525-98b9-98febd804920",
            "gambit_id": "c9d5ba9d-38bb-40c9-9bd6-e10d5b62b902",
            "last_updated": "2023-11-12T11:03:21.266261-05:00",
            "created_at": "2023-11-09T09:47:59.295434-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cacee95-02c7-4ad2-910a-dddd42a3d49a/?format=api"
        },
        {
            "id": "9d3ea85c-ec82-44e5-b24e-0e498d0b35b8",
            "gambit_id": "9694a485-de96-4145-b1be-d3ed95364f50",
            "last_updated": "2023-11-12T11:03:21.269742-05:00",
            "created_at": "2023-11-09T09:47:59.300414-05:00",
            "name": "Orlando Magic",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cacee95-02c7-4ad2-910a-dddd42a3d49a/?format=api"
        }
    ]
}