GET /api/bet_types/9629557d-4bf9-466c-ae23-a735515bfc90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9629557d-4bf9-466c-ae23-a735515bfc90",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c742e0e-bd7c-41af-b5ef-4f901807d589/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:25.467598-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 41.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2558d26-a32a-4a89-8359-fe2c62820265",
            "gambit_id": "cd36e4c2-61f4-4c6a-8ced-4f2c494b841f",
            "last_updated": "2023-09-11T11:17:54.987234-04:00",
            "created_at": "2023-09-06T22:48:25.475458-04:00",
            "name": "Game Total Under 41.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9629557d-4bf9-466c-ae23-a735515bfc90/?format=api"
        },
        {
            "id": "4322c671-def8-468b-aeea-2ec13a14db6f",
            "gambit_id": "ff23828a-c5b3-4de4-bba7-4704921c7a72",
            "last_updated": "2023-09-11T11:17:54.983721-04:00",
            "created_at": "2023-09-06T22:48:25.471611-04:00",
            "name": "Game Total Over 41.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9629557d-4bf9-466c-ae23-a735515bfc90/?format=api"
        }
    ]
}