GET /api/bet_types/3f438f60-4292-4472-a164-c8069ae0edf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f438f60-4292-4472-a164-c8069ae0edf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c273bce5-2832-4690-a988-341ccc26d989/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:38:25.863339-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "727f8d1e-7dd1-492d-904e-13a6f133715c",
            "gambit_id": "85a9664c-8dc7-493b-a093-7802eb396c4e",
            "last_updated": "2023-07-06T12:37:57.620385-04:00",
            "created_at": "2023-07-05T08:38:25.867175-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f438f60-4292-4472-a164-c8069ae0edf8/?format=api"
        },
        {
            "id": "dfb52fe3-6748-454f-9771-62ea255cec6d",
            "gambit_id": "6374337c-816b-4e88-a01a-e3b9abb18e7c",
            "last_updated": "2023-07-06T12:37:57.617750-04:00",
            "created_at": "2023-07-05T08:38:25.865379-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f438f60-4292-4472-a164-c8069ae0edf8/?format=api"
        }
    ]
}