GET /api/bet_types/155e65b0-aa70-46e2-aa93-e63b0f7a9608/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "155e65b0-aa70-46e2-aa93-e63b0f7a9608",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dc6324c-1c08-426a-8e31-3248d0dc89f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:57.044191-05: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 257",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 257",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce0b7839-f2c4-4d02-ab81-673ddcb3b87f",
            "gambit_id": "c90f26b4-26f7-40f7-ba40-977400f8b495",
            "last_updated": "2023-12-15T10:03:17.641862-05:00",
            "created_at": "2023-12-13T08:57:57.056021-05:00",
            "name": "Game Total Under 257",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "257.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/155e65b0-aa70-46e2-aa93-e63b0f7a9608/?format=api"
        },
        {
            "id": "ff5d832d-99c1-4c07-be0b-e21c73f18810",
            "gambit_id": "31183b00-688f-4278-ae0f-e4b60bab4fde",
            "last_updated": "2023-12-15T10:03:17.646069-05:00",
            "created_at": "2023-12-13T08:57:57.049953-05:00",
            "name": "Game Total Over 257",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "257.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/155e65b0-aa70-46e2-aa93-e63b0f7a9608/?format=api"
        }
    ]
}