GET /api/bet_types/a814b6a3-64bd-411b-8620-ac29ae01029f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a814b6a3-64bd-411b-8620-ac29ae01029f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fec8e86-0338-41dc-aae9-555b9e540b0d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:10.993686-05: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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "219c365c-b548-44ec-ab5c-bf65afa6d39f",
            "gambit_id": "a4dbed0d-0a7a-4e64-be58-c3dcd2397f5e",
            "last_updated": "2023-11-28T21:32:59.797212-05:00",
            "created_at": "2023-11-27T09:18:10.997588-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a814b6a3-64bd-411b-8620-ac29ae01029f/?format=api"
        },
        {
            "id": "68c40a09-ba43-4a02-b8b1-d02bfa12e570",
            "gambit_id": "b5cf608c-4a80-4aee-be13-80e1d8727b9d",
            "last_updated": "2023-11-28T21:32:59.801277-05:00",
            "created_at": "2023-11-27T09:18:11.001615-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a814b6a3-64bd-411b-8620-ac29ae01029f/?format=api"
        }
    ]
}