GET /api/bet_types/47de70cd-a7bd-462d-a4c6-caa1eafec143/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47de70cd-a7bd-462d-a4c6-caa1eafec143",
    "match": "https://api-prod.gambitprofit.com/api/matches/775904b2-716a-44b5-bc5e-d04ca5d024a6/?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 Over 49.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 49.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "d49eb6eb-e66e-4a6f-b877-19055b60077b",
            "gambit_id": "2b01a7e0-b9ed-4b0f-9dbf-d6d937807a9d",
            "last_updated": "2022-09-11T10:17:14.451528-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47de70cd-a7bd-462d-a4c6-caa1eafec143/?format=api"
        },
        {
            "id": "3d911d9d-c529-44cf-abf7-9d0cb91e6dcf",
            "gambit_id": "a1ab362e-d7ec-4d24-a09f-359765642a62",
            "last_updated": "2022-09-11T10:17:14.450317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47de70cd-a7bd-462d-a4c6-caa1eafec143/?format=api"
        }
    ]
}