GET /api/bet_types/dda9dfab-038c-4ebb-8460-e1bc2906702c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda9dfab-038c-4ebb-8460-e1bc2906702c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fa677da-cbf3-4133-9fae-f072f04e66de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:15.503865-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b86b3c9-7b67-4def-84a8-1bc6d1f2a5ae",
            "gambit_id": "fc065346-0912-4336-ac5c-9e738e10ffab",
            "last_updated": "2023-11-29T21:53:07.177878-05:00",
            "created_at": "2023-11-28T09:33:15.516894-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda9dfab-038c-4ebb-8460-e1bc2906702c/?format=api"
        },
        {
            "id": "d50a0b71-94b3-4afb-a14c-0f5babb88a4d",
            "gambit_id": "7ac18e6d-2c90-4d72-bb8d-25e2a8c1911e",
            "last_updated": "2023-11-29T21:53:07.182405-05:00",
            "created_at": "2023-11-28T09:33:15.524965-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda9dfab-038c-4ebb-8460-e1bc2906702c/?format=api"
        }
    ]
}