GET /api/bet_types/6fb4d105-8a4b-4504-abab-42149650b17e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fb4d105-8a4b-4504-abab-42149650b17e",
    "match": "https://api-prod.gambitprofit.com/api/matches/805f70eb-fa62-42f7-ac60-e74bdac8e330/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f61cdd7-e512-470f-9f93-28b9a552295e",
            "gambit_id": "0ab0296c-e2b9-4d53-94bd-dba6e939e65c",
            "last_updated": "2022-11-12T16:52:58.236768-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fb4d105-8a4b-4504-abab-42149650b17e/?format=api"
        },
        {
            "id": "a34f9a73-acac-416a-ae3d-a45575289401",
            "gambit_id": "ca980fe3-91de-466d-b8dd-624d42566e27",
            "last_updated": "2022-11-12T16:52:58.235582-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fb4d105-8a4b-4504-abab-42149650b17e/?format=api"
        }
    ]
}