GET /api/bet_types/e5585ea8-f519-4e18-bb5e-bf2392ea2cf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5585ea8-f519-4e18-bb5e-bf2392ea2cf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f216886-a998-4a6a-be7a-08e4c2d07e44/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T09:08:14.501405-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "47a72d7c-fcd5-4013-8122-8317a1784c40",
            "gambit_id": "050c1fae-4e3f-4ee8-85e2-618dd158a6ea",
            "last_updated": "2023-09-08T09:32:55.924580-04:00",
            "created_at": "2023-09-06T09:08:14.510930-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5585ea8-f519-4e18-bb5e-bf2392ea2cf0/?format=api"
        },
        {
            "id": "ffba56af-a382-487c-8144-abf9b1a2565e",
            "gambit_id": "6cec4f19-1622-475b-bebd-38f24d078318",
            "last_updated": "2023-09-08T09:32:55.921168-04:00",
            "created_at": "2023-09-06T09:08:14.506002-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5585ea8-f519-4e18-bb5e-bf2392ea2cf0/?format=api"
        }
    ]
}