GET /api/bet_types/e82093df-aba6-4eb4-bf21-89b1333621a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e82093df-aba6-4eb4-bf21-89b1333621a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/99f5471c-efb4-426c-9cb5-175c38a03a59/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T08:38:22.123031-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": "TOR",
                "amount": 5512.0
            },
            {
                "team": "DET",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b826c099-73a7-44e8-a240-96d82a0969ad",
            "gambit_id": "a536d2bd-32aa-4bd3-9398-2d9347de201b",
            "last_updated": "2023-07-10T10:18:20.653707-04:00",
            "created_at": "2023-07-08T08:38:22.126038-04:00",
            "name": "TOR",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82093df-aba6-4eb4-bf21-89b1333621a8/?format=api"
        },
        {
            "id": "010a99fd-ef82-4497-8bfc-f3fe25f36096",
            "gambit_id": "7055e09b-c92b-46bc-8d6b-715fe7576239",
            "last_updated": "2023-07-10T10:18:20.656022-04:00",
            "created_at": "2023-07-08T08:38:22.128978-04:00",
            "name": "DET",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82093df-aba6-4eb4-bf21-89b1333621a8/?format=api"
        }
    ]
}