GET /api/bet_types/80c66c85-cba0-463c-8162-6eaa07626410/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80c66c85-cba0-463c-8162-6eaa07626410",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbdd4fb3-6358-458e-ade3-0f72fb7975ab/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "46089822-ac86-4538-a62b-4f421119cb45",
            "gambit_id": "d644ed0c-14fb-4386-ae06-f3de7361c825",
            "last_updated": "2022-09-19T11:52:13.737236-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c66c85-cba0-463c-8162-6eaa07626410/?format=api"
        },
        {
            "id": "be29b906-ab06-45cc-8bad-92254c8e961c",
            "gambit_id": "800fbe13-67be-424f-b13f-e19c00a77eec",
            "last_updated": "2022-09-19T11:52:13.738821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c66c85-cba0-463c-8162-6eaa07626410/?format=api"
        }
    ]
}