GET /api/bet_types/579e16c3-0973-4de2-8b15-159da92e3cc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "579e16c3-0973-4de2-8b15-159da92e3cc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1128af93-77f8-4e44-aa71-7149d0c7f730/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:16.064567-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbc86ba1-2334-4c67-b06a-c8aeb74d6c80",
            "gambit_id": "72442de8-09ea-4020-a573-6bed42591fbf",
            "last_updated": "2023-08-07T19:33:09.017492-04:00",
            "created_at": "2023-08-06T08:38:16.069804-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579e16c3-0973-4de2-8b15-159da92e3cc6/?format=api"
        },
        {
            "id": "2f019348-ffaf-4cc3-a8be-f57c9d0eb657",
            "gambit_id": "9927ea09-1a2a-48b4-b44c-fb5dacfae37d",
            "last_updated": "2023-08-07T19:33:09.020917-04:00",
            "created_at": "2023-08-06T08:38:16.075791-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579e16c3-0973-4de2-8b15-159da92e3cc6/?format=api"
        }
    ]
}