GET /api/bet_types/e741c457-ff8b-4961-91b9-9af49853988e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e741c457-ff8b-4961-91b9-9af49853988e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1d9f0cb-286f-4578-8270-38c5596c9aae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T09:07:00.021691-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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "36c80cea-d0cd-40ab-bdf7-ff9710289a76",
            "gambit_id": "34b22a99-2e90-4191-87b9-d82a4bcb57be",
            "last_updated": "2023-04-07T20:32:11.886592-04:00",
            "created_at": "2023-04-06T09:07:00.024845-04:00",
            "name": "Game Total Over 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e741c457-ff8b-4961-91b9-9af49853988e/?format=api"
        },
        {
            "id": "c1326609-7a89-4a17-889a-547f0c2428cc",
            "gambit_id": "cb1174d2-468c-4e0a-836d-402cdccdb6ad",
            "last_updated": "2023-04-07T20:32:11.884817-04:00",
            "created_at": "2023-04-06T09:07:00.023176-04:00",
            "name": "Game Total Under 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e741c457-ff8b-4961-91b9-9af49853988e/?format=api"
        }
    ]
}