GET /api/bet_types/b16fa3ca-661f-40c6-bd5d-c7ce04114f87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b16fa3ca-661f-40c6-bd5d-c7ce04114f87",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f76ecde-8dda-41ec-82df-b56a15ce10d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Western Kentucky",
                "amount": 7944.0
            },
            {
                "team": "Rice",
                "amount": 2056.0
            }
        ],
        "expected_reward_tokens": 9293.12,
        "profit_sb": 293.12,
        "profit_sb_percentage": 3.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "bfea163f-9f86-492c-a080-3d3eb083cef2",
            "gambit_id": "76976fb9-2ec2-4f54-a49a-8f191d772ae1",
            "last_updated": "2022-11-14T10:18:35.193158-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.17000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16fa3ca-661f-40c6-bd5d-c7ce04114f87/?format=api"
        },
        {
            "id": "d374edde-be68-4d43-9182-2600841f6919",
            "gambit_id": "54fe0b2a-43e8-4468-93c5-4ae96ac4a1ce",
            "last_updated": "2022-11-14T10:18:35.194869-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "4.52000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16fa3ca-661f-40c6-bd5d-c7ce04114f87/?format=api"
        }
    ]
}