GET /api/bet_types/1ed98992-b039-4a18-b914-05ac48e23dab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ed98992-b039-4a18-b914-05ac48e23dab",
    "match": "https://api-prod.gambitprofit.com/api/matches/50c216fa-4377-4e3d-94b2-7e8f506dccea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:26.415452-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0df9c4b8-5b3a-4cd9-8f5e-30b0162ea734",
            "gambit_id": "01d86d4d-4134-4b5e-92f7-83fbbf43e604",
            "last_updated": "2023-04-18T12:12:06.149923-04:00",
            "created_at": "2023-04-16T12:17:26.420552-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ed98992-b039-4a18-b914-05ac48e23dab/?format=api"
        },
        {
            "id": "b3772a74-aa71-4aa7-982e-299f0ff89da2",
            "gambit_id": "3d1dfad1-c8d9-4287-8029-4b7e0bfdeed5",
            "last_updated": "2023-04-18T12:12:06.148299-04:00",
            "created_at": "2023-04-16T12:17:26.418050-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ed98992-b039-4a18-b914-05ac48e23dab/?format=api"
        }
    ]
}