GET /api/bet_types/2db22bbf-8397-4953-9df9-a614ee329e18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db22bbf-8397-4953-9df9-a614ee329e18",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c8ec7e8-4a9f-4b28-bd3a-90eeb1b524ee/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:07.749882-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 Over 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "25b40f00-70fa-40b7-9f55-ebf04626e264",
            "gambit_id": "3f0564a7-16e3-48c5-b6cf-ea756f3d13a6",
            "last_updated": "2022-12-31T10:36:55.894263-05:00",
            "created_at": "2022-12-29T08:42:07.752439-05:00",
            "name": "Game Total Over 230",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db22bbf-8397-4953-9df9-a614ee329e18/?format=api"
        },
        {
            "id": "5d4a664d-78db-4c35-a47d-d668b5b40f79",
            "gambit_id": "8b30b6a2-7eb8-488e-b242-e43e01df880a",
            "last_updated": "2022-12-31T10:36:55.893129-05:00",
            "created_at": "2022-12-29T08:42:07.751205-05:00",
            "name": "Game Total Under 230",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db22bbf-8397-4953-9df9-a614ee329e18/?format=api"
        }
    ]
}