GET /api/bet_types/760635e6-0b62-4a63-b50c-f29fbefbba1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "760635e6-0b62-4a63-b50c-f29fbefbba1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7451b15b-ef76-44b1-829b-b8bc6f181e8e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:06.853343-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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e284a66-72c8-43ba-91fe-dfc5a7e2f80f",
            "gambit_id": "5775c8c4-7b89-4589-9366-6ef81a6ab278",
            "last_updated": "2023-08-21T19:48:16.181368-04:00",
            "created_at": "2023-08-17T13:03:06.865042-04:00",
            "name": "Game Total Over 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/760635e6-0b62-4a63-b50c-f29fbefbba1a/?format=api"
        },
        {
            "id": "3c5a95d0-89a7-48eb-bbad-91b2efee6d29",
            "gambit_id": "74acc308-8b40-48d5-a0ee-eecb1595ab94",
            "last_updated": "2023-08-21T19:48:16.184729-04:00",
            "created_at": "2023-08-17T13:03:06.870272-04:00",
            "name": "Game Total Under 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/760635e6-0b62-4a63-b50c-f29fbefbba1a/?format=api"
        }
    ]
}