GET /api/bet_types/c9cbe789-bfa0-4364-aa8b-4e1a023037d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9cbe789-bfa0-4364-aa8b-4e1a023037d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea1cc96d-12ca-4b89-88a8-ac77f53ea953/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:06.060675-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ae8d764-f4f8-4d63-b569-5ff3a9d9652f",
            "gambit_id": "e1cf1419-5505-4164-825d-d4c6941f76b9",
            "last_updated": "2023-07-27T13:07:58.497710-04:00",
            "created_at": "2023-07-25T12:38:06.065205-04:00",
            "name": "Game Total Over 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9cbe789-bfa0-4364-aa8b-4e1a023037d1/?format=api"
        },
        {
            "id": "faaa2b02-31ca-485f-a11a-8fc68607713a",
            "gambit_id": "d30d19bb-902a-430c-a118-df916e9a1dae",
            "last_updated": "2023-07-27T13:07:58.508235-04:00",
            "created_at": "2023-07-25T12:38:06.070742-04:00",
            "name": "Game Total Under 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9cbe789-bfa0-4364-aa8b-4e1a023037d1/?format=api"
        }
    ]
}