GET /api/bet_types/d489ad6a-fd13-49fc-9cde-7b5fd1749f9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d489ad6a-fd13-49fc-9cde-7b5fd1749f9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0f5e37c-23b7-4fa2-845b-0f5098224076/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:00.941681-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": "Game Total Over 38.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4baccd0-e198-4eb3-927b-f1e3b67913a3",
            "gambit_id": "69473bd7-ee2b-4972-af4b-507d0ff93169",
            "last_updated": "2023-10-23T13:38:23.791302-04:00",
            "created_at": "2023-10-18T09:13:00.945851-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d489ad6a-fd13-49fc-9cde-7b5fd1749f9c/?format=api"
        },
        {
            "id": "597c1ff8-7de7-475d-9501-11145bc49ca4",
            "gambit_id": "54276010-23fe-431b-a625-2a89b07ecb29",
            "last_updated": "2023-10-23T13:38:23.794941-04:00",
            "created_at": "2023-10-18T09:13:00.950560-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d489ad6a-fd13-49fc-9cde-7b5fd1749f9c/?format=api"
        }
    ]
}