GET /api/bet_types/84a3b674-114d-444a-9215-0aacea1d61c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84a3b674-114d-444a-9215-0aacea1d61c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/84de89ca-3fb9-45d0-9ab2-35be01ce4a2f/?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": "New York Rangers",
                "amount": 6862.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "d531d025-6f66-47c4-8176-f357c292bfb9",
            "gambit_id": "25f66e23-8d04-445e-90b7-66ad18106d2c",
            "last_updated": "2022-10-31T12:22:13.444364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84a3b674-114d-444a-9215-0aacea1d61c8/?format=api"
        },
        {
            "id": "29de02dd-a0d6-48dc-a2fe-e7f19b9b2814",
            "gambit_id": "17cf9c3e-0840-4f9c-836b-8116d90ab846",
            "last_updated": "2022-10-31T12:22:13.443342-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84a3b674-114d-444a-9215-0aacea1d61c8/?format=api"
        }
    ]
}