GET /api/bet_types/e560c501-629f-455d-9225-d69fa7bebf91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e560c501-629f-455d-9225-d69fa7bebf91",
    "match": "https://api-prod.gambitprofit.com/api/matches/46fbb04b-7dc9-46cd-bdc0-83acf1cef305/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T09:18:17.351865-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8f60cb0-9d3c-46c9-a3b6-5c4009d4f481",
            "gambit_id": "a51d2e43-03c0-4f99-ab91-5a26b6817158",
            "last_updated": "2023-07-27T19:13:28.264789-04:00",
            "created_at": "2023-07-26T09:18:17.360012-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e560c501-629f-455d-9225-d69fa7bebf91/?format=api"
        },
        {
            "id": "36c64fc1-f34f-4b7c-b85a-56714a42af2b",
            "gambit_id": "18b9b7cf-e8ba-4e53-8492-5b3524aedd34",
            "last_updated": "2023-07-27T19:13:28.261203-04:00",
            "created_at": "2023-07-26T09:18:17.356129-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e560c501-629f-455d-9225-d69fa7bebf91/?format=api"
        }
    ]
}