GET /api/bet_types/b0b21574-e09f-480e-bf3a-e3713a8b61f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0b21574-e09f-480e-bf3a-e3713a8b61f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb3163cc-93f1-4a8f-8ac5-d22e6291b93e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:02:18.224470-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": "Vegas Golden Knights",
                "amount": 5107.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "671cf331-efe1-46d9-ab9d-0f3813558020",
            "gambit_id": "d6e4b1fb-53d5-4e0f-87c6-149e801a2fd6",
            "last_updated": "2023-03-04T16:27:20.907772-05:00",
            "created_at": "2023-03-03T08:02:18.225675-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b21574-e09f-480e-bf3a-e3713a8b61f1/?format=api"
        },
        {
            "id": "b9d8a0f9-7135-4cc3-8563-dd31d38c43a1",
            "gambit_id": "d452d3a6-a7c8-4458-8911-d58fdf1bb985",
            "last_updated": "2023-03-04T16:27:20.909024-05:00",
            "created_at": "2023-03-03T08:02:18.226960-05:00",
            "name": "New Jersey Devils",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b21574-e09f-480e-bf3a-e3713a8b61f1/?format=api"
        }
    ]
}