GET /api/bet_types/ee5e17bb-4944-4b7d-ab7d-b62d3a4732c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee5e17bb-4944-4b7d-ab7d-b62d3a4732c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ae68e4a-c9e1-4994-b6b9-8859f616d979/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:05.818907-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": "Arizona Coyotes",
                "amount": 5319.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d871a2ca-8d09-463c-ac5f-06866721bb2e",
            "gambit_id": "4c94a99d-3ae7-48f9-a93a-e66d16ddb74a",
            "last_updated": "2023-11-17T23:38:06.571917-05:00",
            "created_at": "2023-11-16T09:28:05.839396-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee5e17bb-4944-4b7d-ab7d-b62d3a4732c7/?format=api"
        },
        {
            "id": "fb741b33-e89a-49ca-9eb5-4ea439c2ae9c",
            "gambit_id": "f3d80235-7f95-496c-a396-ef3ce5d7f1d5",
            "last_updated": "2023-11-17T23:38:06.575460-05:00",
            "created_at": "2023-11-16T09:28:05.848367-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee5e17bb-4944-4b7d-ab7d-b62d3a4732c7/?format=api"
        }
    ]
}