GET /api/bet_types/6ad9b7ed-fd78-4475-ac04-79509a5721c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ad9b7ed-fd78-4475-ac04-79509a5721c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7dc5333b-4afd-4372-91eb-c4e27bb4a698/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:23.798795-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": "29fe5a65-459b-40fa-b225-9b324a63f1c7",
            "gambit_id": "f0af1756-e238-42d3-b359-55afbd1c8145",
            "last_updated": "2023-09-23T20:53:09.958114-04:00",
            "created_at": "2023-09-22T09:58:23.802440-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/6ad9b7ed-fd78-4475-ac04-79509a5721c7/?format=api"
        },
        {
            "id": "c4a6258a-259b-4fd8-ba99-c33219885751",
            "gambit_id": "f4a66d0b-d5fe-4451-9252-b789b022a9f9",
            "last_updated": "2023-09-23T20:53:09.954368-04:00",
            "created_at": "2023-09-22T09:58:23.806400-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/6ad9b7ed-fd78-4475-ac04-79509a5721c7/?format=api"
        }
    ]
}