GET /api/bet_types/9d3af811-4f74-4a02-a6b8-1e15be3da012/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d3af811-4f74-4a02-a6b8-1e15be3da012",
    "match": "https://api-prod.gambitprofit.com/api/matches/fda2f782-89d8-419a-9389-6fa49ea5a417/?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": "Toronto Maple Leafs",
                "amount": 7184.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2816.0
            }
        ],
        "expected_reward_tokens": 9123.68,
        "profit_sb": 123.68,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "e46ccf14-56d0-4b3f-9dec-15417d2405c6",
            "gambit_id": "da0bbc23-d9d0-4d76-a381-c7421f76ce2f",
            "last_updated": "2022-12-23T12:17:24.277156-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d3af811-4f74-4a02-a6b8-1e15be3da012/?format=api"
        },
        {
            "id": "21b61c4c-b1fd-481d-a1fc-000e7683e3e8",
            "gambit_id": "e924bc65-0c67-42da-9947-85193dde7f3c",
            "last_updated": "2022-12-23T12:17:24.278313-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.24000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d3af811-4f74-4a02-a6b8-1e15be3da012/?format=api"
        }
    ]
}