GET /api/bet_types/1842e1ee-f513-49d9-b30b-36250cf11a92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1842e1ee-f513-49d9-b30b-36250cf11a92",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0515ba3-6a4b-4c66-9c35-4a941bc0f24a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T13:13:10.724432-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1314a213-5688-4f4e-b916-666dec93b628",
            "gambit_id": "1c998a22-93fb-4fed-a82d-8da96fa6a49a",
            "last_updated": "2023-10-02T10:48:24.812355-04:00",
            "created_at": "2023-09-30T13:13:10.736404-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1842e1ee-f513-49d9-b30b-36250cf11a92/?format=api"
        },
        {
            "id": "4102f906-4647-4d4c-b87f-99f705f86591",
            "gambit_id": "90e11393-cf5b-4502-9e28-6f3277bf5668",
            "last_updated": "2023-10-02T10:48:24.809235-04:00",
            "created_at": "2023-09-30T13:13:10.732228-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1842e1ee-f513-49d9-b30b-36250cf11a92/?format=api"
        }
    ]
}