GET /api/bet_types/81ea1e50-76ea-4324-bb82-8fb4bbad786f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81ea1e50-76ea-4324-bb82-8fb4bbad786f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a898cc4-bc72-43fb-b232-2be9c393332f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T13:27:04.819559-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2193173-43d7-45f7-abbc-29ed711bc20a",
            "gambit_id": "bc20a722-4019-465a-970d-f3779e89fbb0",
            "last_updated": "2023-04-10T09:31:58.023157-04:00",
            "created_at": "2023-04-08T13:27:04.825201-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81ea1e50-76ea-4324-bb82-8fb4bbad786f/?format=api"
        },
        {
            "id": "5d66a202-0d8d-4ab0-8319-eaefd804259b",
            "gambit_id": "57e8ee8f-9519-4ead-8976-e74814b34a35",
            "last_updated": "2023-04-10T09:31:58.020647-04:00",
            "created_at": "2023-04-08T13:27:04.822245-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81ea1e50-76ea-4324-bb82-8fb4bbad786f/?format=api"
        }
    ]
}