GET /api/bet_types/130a0663-7893-426a-8fbe-8eff96b99a0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "130a0663-7893-426a-8fbe-8eff96b99a0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ee2930f-7446-4b75-9bca-1ed5d3f808eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:10.769127-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "604c3102-9698-49b8-9b36-018634ffe812",
            "gambit_id": "36a0b750-8a36-4ed9-aa5e-5106c6fa2196",
            "last_updated": "2023-04-25T11:42:22.214447-04:00",
            "created_at": "2023-04-24T13:02:10.773255-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/130a0663-7893-426a-8fbe-8eff96b99a0f/?format=api"
        },
        {
            "id": "a72aac6f-a1ad-4bf3-bcb9-6412e7d166e0",
            "gambit_id": "a158b3d2-47ef-4cfc-849b-9862857a0fdb",
            "last_updated": "2023-04-25T11:42:22.212110-04:00",
            "created_at": "2023-04-24T13:02:10.771031-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/130a0663-7893-426a-8fbe-8eff96b99a0f/?format=api"
        }
    ]
}