GET /api/bet_types/3d91d244-5529-4122-8e20-bb3eb358ccf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d91d244-5529-4122-8e20-bb3eb358ccf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2712f38-d689-494d-aabd-5c1e0150b76d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-03T16:33:20.937318-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": "SDG (B Snell)",
                "amount": 6359.0
            },
            {
                "team": "LAA (J Barria)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "320a3429-b62c-4897-b456-c197954a1945",
            "gambit_id": "75f9ac37-e614-4c53-a82c-ba6c9769c331",
            "last_updated": "2023-07-04T10:43:01.753130-04:00",
            "created_at": "2023-07-03T16:33:20.942356-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d91d244-5529-4122-8e20-bb3eb358ccf6/?format=api"
        },
        {
            "id": "3920a522-303c-4314-9d0f-a99a67aaee67",
            "gambit_id": "720f3136-d0b1-4d17-a128-9aeb36bfca61",
            "last_updated": "2023-07-04T10:43:01.751400-04:00",
            "created_at": "2023-07-03T16:33:20.939997-04:00",
            "name": "LAA (J Barria)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d91d244-5529-4122-8e20-bb3eb358ccf6/?format=api"
        }
    ]
}