GET /api/bet_types/8e110e71-e5cd-4ece-949a-2a01aff8f181/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e110e71-e5cd-4ece-949a-2a01aff8f181",
    "match": "https://api-prod.gambitprofit.com/api/matches/e78aca7f-4fe6-43bf-a4f2-31a7e4610f57/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "eea9a934-98bd-4a81-9292-53e4011264d3",
            "gambit_id": "9816599b-f7db-4649-a281-f0b653dbe69c",
            "last_updated": "2022-09-03T18:57:17.449003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e110e71-e5cd-4ece-949a-2a01aff8f181/?format=api"
        },
        {
            "id": "2d5351f5-4635-4b6a-a2ea-221ce1764c6e",
            "gambit_id": "7232e0ab-7e71-43b1-9ff6-b221bf5b0558",
            "last_updated": "2022-09-03T18:57:17.450154-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e110e71-e5cd-4ece-949a-2a01aff8f181/?format=api"
        }
    ]
}