GET /api/bet_types/f86844d5-bb37-4c2e-84c9-69bd5693fbc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f86844d5-bb37-4c2e-84c9-69bd5693fbc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d63d507-2760-4754-a89f-6114ec0ae13a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:11.900321-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 Under 35",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 35",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f858d6c-386e-46f7-9c34-62c3f06ce8fc",
            "gambit_id": "aa2720b9-fa1a-41fb-a329-529cc8db7779",
            "last_updated": "2023-10-30T15:38:30.220446-04:00",
            "created_at": "2023-10-25T09:13:11.908268-04:00",
            "name": "Game Total Under 35",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86844d5-bb37-4c2e-84c9-69bd5693fbc8/?format=api"
        },
        {
            "id": "50bbea70-f7c9-4228-ad71-4b21a744c4be",
            "gambit_id": "d7e2653d-9772-4539-816d-e2ba9913a66a",
            "last_updated": "2023-10-30T15:38:30.217036-04:00",
            "created_at": "2023-10-25T09:13:11.904429-04:00",
            "name": "Game Total Over 35",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86844d5-bb37-4c2e-84c9-69bd5693fbc8/?format=api"
        }
    ]
}