GET /api/bet_types/f2b9912c-1afd-4e0d-9d22-61f3d3baf41c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2b9912c-1afd-4e0d-9d22-61f3d3baf41c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcf1f320-86ea-494f-a662-a26a7eb003b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T08:23:02.064944-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": "efbc38b5-7732-4cce-8ebb-9faa869abad5",
            "gambit_id": "b22e52ee-5b2f-4dc3-8835-f82e5170f1df",
            "last_updated": "2023-07-29T19:43:30.800157-04:00",
            "created_at": "2023-07-28T08:23:02.076662-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/f2b9912c-1afd-4e0d-9d22-61f3d3baf41c/?format=api"
        },
        {
            "id": "887a883a-b6c0-464d-abd2-6f12f172a53b",
            "gambit_id": "08efa12e-e277-49ee-8874-d7f4030736c2",
            "last_updated": "2023-07-29T19:43:30.803981-04:00",
            "created_at": "2023-07-28T08:23:02.081412-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/f2b9912c-1afd-4e0d-9d22-61f3d3baf41c/?format=api"
        }
    ]
}