GET /api/bet_types/5d299176-e4ac-4f04-b089-505157e6dd92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d299176-e4ac-4f04-b089-505157e6dd92",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a9f63e7-2816-41e5-b88a-5561af993b45/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:43:10.434185-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 52.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbde442c-a902-45dc-9640-7e7ebc50b3b6",
            "gambit_id": "55315601-b1fe-4941-a20e-472f6126e6e6",
            "last_updated": "2024-01-16T15:28:02.494613-05:00",
            "created_at": "2024-01-10T09:43:10.442545-05:00",
            "name": "Game Total Under 52.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d299176-e4ac-4f04-b089-505157e6dd92/?format=api"
        },
        {
            "id": "3ebdfd8e-2618-4dda-8f6f-756a1e24e403",
            "gambit_id": "5bd2b5b8-ce7e-49ff-891f-3ae19533a388",
            "last_updated": "2024-01-16T15:28:02.489916-05:00",
            "created_at": "2024-01-10T09:43:10.437887-05:00",
            "name": "Game Total Over 52.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d299176-e4ac-4f04-b089-505157e6dd92/?format=api"
        }
    ]
}