GET /api/bet_types/879655e7-f91f-4af6-a905-2375d559fd12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "879655e7-f91f-4af6-a905-2375d559fd12",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f469837-8088-417c-baba-06403671afd4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T11:43:22.267828-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea37867d-a691-4527-a25d-99d106eef58e",
            "gambit_id": "890e2fe4-bac5-41ca-86bf-086faab7a274",
            "last_updated": "2023-08-12T18:18:09.443164-04:00",
            "created_at": "2023-08-11T11:43:22.271880-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879655e7-f91f-4af6-a905-2375d559fd12/?format=api"
        },
        {
            "id": "acca946b-6a68-40c1-90a1-67e3cbf8b102",
            "gambit_id": "14c09404-c151-4535-a178-d558957048d3",
            "last_updated": "2023-08-12T18:18:09.447123-04:00",
            "created_at": "2023-08-11T11:43:22.275801-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879655e7-f91f-4af6-a905-2375d559fd12/?format=api"
        }
    ]
}