GET /api/bet_types/f1ae3e8c-512b-41c3-a409-33822c6c40ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1ae3e8c-512b-41c3-a409-33822c6c40ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/9db17e4a-6a2b-4e4a-8e04-feecee9f5f49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T10:07:12.870880-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 6.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9f844ea-ad22-4b11-ba88-de7834fe34ee",
            "gambit_id": "e883333d-3a6c-4a55-a2d9-dd3bc8102fb9",
            "last_updated": "2023-03-18T14:57:14.685271-04:00",
            "created_at": "2023-03-17T10:07:12.873640-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1ae3e8c-512b-41c3-a409-33822c6c40ea/?format=api"
        },
        {
            "id": "cbadf5b6-aa15-4f6c-9d9f-ebc5585230d3",
            "gambit_id": "96f88e32-fae9-48fc-9060-25e81f905268",
            "last_updated": "2023-03-18T14:57:14.684174-04:00",
            "created_at": "2023-03-17T10:07:12.872197-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1ae3e8c-512b-41c3-a409-33822c6c40ea/?format=api"
        }
    ]
}