GET /api/bet_types/04283f8b-5eeb-4ea0-b18b-5d8f65d513a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04283f8b-5eeb-4ea0-b18b-5d8f65d513a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/426e45ca-7087-4530-87e8-c37b109f3c98/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:47:59.643840-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cdd9816-cdb3-4b5d-bc3a-a42c6ee26cbe",
            "gambit_id": "d0f3305b-64f6-464b-9a28-2b7bdbb55c4c",
            "last_updated": "2023-12-21T10:38:21.957970-05:00",
            "created_at": "2023-12-19T08:47:59.647799-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04283f8b-5eeb-4ea0-b18b-5d8f65d513a2/?format=api"
        },
        {
            "id": "7c2d8069-fcae-466f-bde2-e7cda817004b",
            "gambit_id": "beb45011-a8f1-4323-a153-43bb18ee1570",
            "last_updated": "2023-12-21T10:38:21.961602-05:00",
            "created_at": "2023-12-19T08:47:59.651836-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04283f8b-5eeb-4ea0-b18b-5d8f65d513a2/?format=api"
        }
    ]
}