GET /api/bet_types/3777b908-2735-412a-89ec-c64c0860bab2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3777b908-2735-412a-89ec-c64c0860bab2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6484c38d-68bd-4014-a27c-313b63b51cc7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:21.453969-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 Over 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2639836c-d9e0-4ae0-8ecd-44e964cddc2d",
            "gambit_id": "466da730-a00d-412d-a05e-819493197c77",
            "last_updated": "2024-02-01T10:38:00.143208-05:00",
            "created_at": "2024-01-31T09:58:21.458029-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3777b908-2735-412a-89ec-c64c0860bab2/?format=api"
        },
        {
            "id": "8e3f08da-f61a-480c-baaf-aad8c94747be",
            "gambit_id": "1ec931d0-21d0-4f76-bb0d-fa7ae4f526ef",
            "last_updated": "2024-02-01T10:38:00.146510-05:00",
            "created_at": "2024-01-31T09:58:21.461773-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3777b908-2735-412a-89ec-c64c0860bab2/?format=api"
        }
    ]
}