GET /api/bet_types/49e04e0e-8ae8-44b5-9578-8d9d679ec5f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49e04e0e-8ae8-44b5-9578-8d9d679ec5f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b463c78-933c-4ae8-9ec8-502e4ce9fe10/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:11.686826-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d0de778-fec1-4bda-b0ae-535cd82b08f3",
            "gambit_id": "e554fe35-8015-447f-9eec-b89b104f3cf5",
            "last_updated": "2023-10-31T20:18:10.795971-04:00",
            "created_at": "2023-10-30T08:58:11.691273-04:00",
            "name": "Game Total Over 232",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49e04e0e-8ae8-44b5-9578-8d9d679ec5f1/?format=api"
        },
        {
            "id": "5e5e7727-08fd-4104-82a9-599acaa1855c",
            "gambit_id": "ffcd7cf7-196e-4d7b-a891-6fcfcc181b65",
            "last_updated": "2023-10-31T20:18:10.799348-04:00",
            "created_at": "2023-10-30T08:58:11.697290-04:00",
            "name": "Game Total Under 232",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49e04e0e-8ae8-44b5-9578-8d9d679ec5f1/?format=api"
        }
    ]
}