GET /api/bet_types/6b219ae6-bb50-4e76-9fbf-19becffa6303/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b219ae6-bb50-4e76-9fbf-19becffa6303",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dea8acd-5c3e-454a-b4cc-f88f49edf3db/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:53:15.230213-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": "Total Rounds Under 1.5",
                "amount": 6309.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "16e62b51-4cdf-460b-8775-64ae607db4e1",
            "gambit_id": "5807f585-bf9a-45f9-a0ff-a307274d9538",
            "last_updated": "2023-07-17T10:23:26.329751-04:00",
            "created_at": "2023-07-15T11:53:15.232878-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b219ae6-bb50-4e76-9fbf-19becffa6303/?format=api"
        },
        {
            "id": "cd2f8204-31ec-4610-8ed9-55b369c20ba7",
            "gambit_id": "e8af8570-b6b3-43f6-ae1c-4aa1402d2159",
            "last_updated": "2023-07-17T10:23:26.328478-04:00",
            "created_at": "2023-07-15T11:53:15.231589-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b219ae6-bb50-4e76-9fbf-19becffa6303/?format=api"
        }
    ]
}