GET /api/bet_types/95b31233-2391-404b-8264-f6273d3b528f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95b31233-2391-404b-8264-f6273d3b528f",
    "match": "https://api-prod.gambitprofit.com/api/matches/065cab0e-e7a0-4168-8e03-585447b2d25d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:47:59.480726-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": "LOS (J Urias)",
                "amount": 5615.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec42b430-200e-44e1-9ce2-0131662cf8e2",
            "gambit_id": "f93db13d-aaf0-4ede-9e3c-c75db30bfd9b",
            "last_updated": "2023-07-20T19:48:15.226045-04:00",
            "created_at": "2023-07-19T08:47:59.482897-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b31233-2391-404b-8264-f6273d3b528f/?format=api"
        },
        {
            "id": "cd83df93-c415-48c0-8d37-d33fb4771a8d",
            "gambit_id": "dc39dda3-9649-4abe-a0c4-2e5afdb177fa",
            "last_updated": "2023-07-20T19:48:15.227349-04:00",
            "created_at": "2023-07-19T08:47:59.484728-04:00",
            "name": "BAL (D Kremer)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b31233-2391-404b-8264-f6273d3b528f/?format=api"
        }
    ]
}