GET /api/bet_types/5d7a20a7-2b07-43dd-a2c1-32286c66a1c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d7a20a7-2b07-43dd-a2c1-32286c66a1c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2015c173-e870-4a03-9600-261b3ebd5235/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:18.617518-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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f6554c7-ab9e-49be-8a17-1c0ba2da065e",
            "gambit_id": "07b6bf90-23a0-40e6-a0cb-1509cbce1e80",
            "last_updated": "2023-12-19T21:03:16.992759-05:00",
            "created_at": "2023-12-18T09:53:18.624617-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d7a20a7-2b07-43dd-a2c1-32286c66a1c6/?format=api"
        },
        {
            "id": "317c2bfe-4639-492a-9b04-1156f41fc810",
            "gambit_id": "d05882a8-a46f-400f-bbff-9c2b07301a5e",
            "last_updated": "2023-12-19T21:03:16.989185-05:00",
            "created_at": "2023-12-18T09:53:18.620868-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d7a20a7-2b07-43dd-a2c1-32286c66a1c6/?format=api"
        }
    ]
}