GET /api/bet_types/05cd9c7a-90a1-4ed0-930d-b82e019255b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05cd9c7a-90a1-4ed0-930d-b82e019255b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/14d031e7-fffe-4aa9-bf99-e1c52b29682e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:26.519136-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfe96118-229f-4369-8113-0bbd8ee5694f",
            "gambit_id": "8b736254-7c96-4928-ac3f-8cfabc90680b",
            "last_updated": "2023-08-28T16:13:31.671505-04:00",
            "created_at": "2023-08-26T09:23:26.523065-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05cd9c7a-90a1-4ed0-930d-b82e019255b1/?format=api"
        },
        {
            "id": "6dbef283-40b7-4b42-8487-b3f26ae984c5",
            "gambit_id": "98746814-2b8d-48cf-9f01-28caa6969bc1",
            "last_updated": "2023-08-28T16:13:31.674944-04:00",
            "created_at": "2023-08-26T09:23:26.527871-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05cd9c7a-90a1-4ed0-930d-b82e019255b1/?format=api"
        }
    ]
}