GET /api/bet_types/4cb5c04f-9c4e-45d8-8962-ff392d85f8e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cb5c04f-9c4e-45d8-8962-ff392d85f8e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fec5aca3-45be-4aab-a24b-271e173f5b56/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-08T08:28:08.495945-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": 5319.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "582f1941-189a-4e30-adf3-047430ad2f3f",
            "gambit_id": "062fa706-ce25-4f79-aee0-8491860799c7",
            "last_updated": "2023-08-10T10:23:24.012760-04:00",
            "created_at": "2023-08-08T08:28:08.501710-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb5c04f-9c4e-45d8-8962-ff392d85f8e1/?format=api"
        },
        {
            "id": "193ae405-7e16-4b6d-a58c-cdb4cc868fce",
            "gambit_id": "f85695bb-7d82-49ff-bd51-9cbc89fa1c0e",
            "last_updated": "2023-08-10T10:23:24.016039-04:00",
            "created_at": "2023-08-08T08:28:08.507115-04:00",
            "name": "Game Total Under 9.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb5c04f-9c4e-45d8-8962-ff392d85f8e1/?format=api"
        }
    ]
}