GET /api/bet_types/35741029-39cb-4ffe-a8c8-1d39ada48c65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35741029-39cb-4ffe-a8c8-1d39ada48c65",
    "match": "https://api-prod.gambitprofit.com/api/matches/532384c7-aa3e-4e60-a335-58dd9807a80b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:52.139376-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "03537ddc-ec82-468f-8666-412cf8c42b62",
            "gambit_id": "344e273f-34e7-4a5b-9cee-8dd9a06263f5",
            "last_updated": "2023-05-18T11:47:20.843084-04:00",
            "created_at": "2023-05-17T11:06:52.143914-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35741029-39cb-4ffe-a8c8-1d39ada48c65/?format=api"
        },
        {
            "id": "c6f9be12-f0c8-403c-bdfb-e4c2ff8a4126",
            "gambit_id": "cd53c60c-c2dd-4960-8cd4-ab1a0fc382b8",
            "last_updated": "2023-05-18T11:47:20.840989-04:00",
            "created_at": "2023-05-17T11:06:52.141414-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35741029-39cb-4ffe-a8c8-1d39ada48c65/?format=api"
        }
    ]
}