GET /api/bet_types/de0aa13d-a531-4a41-9a1d-3f3ea69373fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de0aa13d-a531-4a41-9a1d-3f3ea69373fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/25a016bc-77ae-4f2a-9a89-a848eed00118/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T10:03:18.671402-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "279fd553-cd39-4a9e-a840-43bab9bef4e6",
            "gambit_id": "f5c4fe34-f109-4489-b9d2-673fc83b076c",
            "last_updated": "2023-12-22T15:23:25.418437-05:00",
            "created_at": "2023-12-20T10:03:18.675015-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de0aa13d-a531-4a41-9a1d-3f3ea69373fb/?format=api"
        },
        {
            "id": "e2118737-2f70-483f-baaf-db258bd275ca",
            "gambit_id": "30bb2fc1-4d2f-4e60-bb6e-b67a1c5a1a97",
            "last_updated": "2023-12-22T15:23:25.421936-05:00",
            "created_at": "2023-12-20T10:03:18.679169-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de0aa13d-a531-4a41-9a1d-3f3ea69373fb/?format=api"
        }
    ]
}