GET /api/bet_types/e80b7984-0375-4586-83ea-82a862279e03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e80b7984-0375-4586-83ea-82a862279e03",
    "match": "https://api-prod.gambitprofit.com/api/matches/7348c8f6-3cde-4267-aa52-28c9460caaa1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T08:48:24.968993-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 41",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 41",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b0c5464-b08e-4496-84b8-a99cd4fa99df",
            "gambit_id": "4b9f05ec-8fdd-46cd-a8b3-3ba63786df4e",
            "last_updated": "2023-10-20T09:52:57.654330-04:00",
            "created_at": "2023-10-18T08:48:24.974235-04:00",
            "name": "Game Total Over 41",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e80b7984-0375-4586-83ea-82a862279e03/?format=api"
        },
        {
            "id": "02746df3-b727-442f-8576-d8654b8dccd4",
            "gambit_id": "a93b8546-ad63-4b2c-b314-bde4383ab87d",
            "last_updated": "2023-10-20T09:52:57.657845-04:00",
            "created_at": "2023-10-18T08:48:24.980890-04:00",
            "name": "Game Total Under 41",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e80b7984-0375-4586-83ea-82a862279e03/?format=api"
        }
    ]
}