GET /api/bet_types/b1e675e3-f6ff-4094-9454-4232bc217755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1e675e3-f6ff-4094-9454-4232bc217755",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c9f5807-4c94-48b4-9d7e-313cc01c8be0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:46:58.501723-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dc4af79-8337-4166-a327-d3e2e6562277",
            "gambit_id": "f254c26d-add1-45a7-a71e-4902793e9bd7",
            "last_updated": "2023-05-09T11:31:53.684490-04:00",
            "created_at": "2023-05-08T11:46:58.505334-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1e675e3-f6ff-4094-9454-4232bc217755/?format=api"
        },
        {
            "id": "8c6d0493-bf8e-4daf-9183-eee95d4a7b9d",
            "gambit_id": "c9caf702-72a3-4c38-9846-ab0e0b638f5f",
            "last_updated": "2023-05-09T11:31:53.683149-04:00",
            "created_at": "2023-05-08T11:46:58.503310-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1e675e3-f6ff-4094-9454-4232bc217755/?format=api"
        }
    ]
}