GET /api/bet_types/5cab262b-e27c-4ae4-bfc7-1ec44628445b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cab262b-e27c-4ae4-bfc7-1ec44628445b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c108c41e-0dbb-4331-aed1-993b4d13f608/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:17:59.727002-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8316284c-5c06-47b2-adc2-bf16301f7d5f",
            "gambit_id": "16d21b57-b810-42ae-8a07-49cb92aab3d1",
            "last_updated": "2023-12-26T15:18:20.970765-05:00",
            "created_at": "2023-12-23T09:17:59.731241-05:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cab262b-e27c-4ae4-bfc7-1ec44628445b/?format=api"
        },
        {
            "id": "02e3e21d-6959-41a1-b2dd-df06a6d9d87d",
            "gambit_id": "52e32c97-fccd-4b3a-b0c9-13c10a76c13f",
            "last_updated": "2023-12-26T15:18:20.973963-05:00",
            "created_at": "2023-12-23T09:17:59.735216-05:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cab262b-e27c-4ae4-bfc7-1ec44628445b/?format=api"
        }
    ]
}