GET /api/bet_types/93abff0c-6526-4e6e-b353-0e94173871c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93abff0c-6526-4e6e-b353-0e94173871c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a6568d2-ec36-4024-8f5a-bc6d191a78cd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:05.637422-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": 6546.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "c55edba1-4bea-4fd6-9739-4b55d5cc6808",
            "gambit_id": "f8bc2cb5-b76d-4676-b4be-0d6c66d30770",
            "last_updated": "2023-11-27T10:13:22.518435-05:00",
            "created_at": "2023-11-25T09:23:05.645121-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93abff0c-6526-4e6e-b353-0e94173871c5/?format=api"
        },
        {
            "id": "36a31032-31d4-4119-b056-e4f0fd56279f",
            "gambit_id": "6462a438-4ef1-40d5-82c6-d011f4d064b5",
            "last_updated": "2023-11-27T10:13:22.515167-05:00",
            "created_at": "2023-11-25T09:23:05.641373-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93abff0c-6526-4e6e-b353-0e94173871c5/?format=api"
        }
    ]
}