GET /api/bet_types/cf9916ed-9726-403a-b5c7-1eed4831ddd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf9916ed-9726-403a-b5c7-1eed4831ddd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/874bf987-c6b1-490b-ab38-b03af74b5151/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T11:07:03.706552-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": "Chidi Njokuani",
                "amount": 5789.0
            },
            {
                "team": "Albert Duraev",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6cc183a-e1ec-4463-8424-2cf5a3fd5a7b",
            "gambit_id": "ec94677e-3f93-4e29-910b-7fef74772b28",
            "last_updated": "2023-03-27T11:51:56.520425-04:00",
            "created_at": "2023-03-24T11:07:03.708449-04:00",
            "name": "Chidi Njokuani",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf9916ed-9726-403a-b5c7-1eed4831ddd6/?format=api"
        },
        {
            "id": "0c63a369-e12f-42e6-9b5c-688f135d5028",
            "gambit_id": "378f2ed9-0521-4f35-9723-7bcb7ba666cb",
            "last_updated": "2023-03-27T11:51:56.523182-04:00",
            "created_at": "2023-03-24T11:07:03.711201-04:00",
            "name": "Albert Duraev",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf9916ed-9726-403a-b5c7-1eed4831ddd6/?format=api"
        }
    ]
}