GET /api/bet_types/46c73ce7-30e8-48b9-9e36-4573994bc558/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46c73ce7-30e8-48b9-9e36-4573994bc558",
    "match": "https://api-prod.gambitprofit.com/api/matches/7582e1fd-93cf-4358-b4e4-bdac9fa4acb1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-12T10:03:09.116140-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e890a3ce-e9e7-4bc2-b390-10922a1395db",
            "gambit_id": "d61f90e2-9e7f-497a-acc5-fa7c32a4d247",
            "last_updated": "2023-12-14T10:38:31.402192-05:00",
            "created_at": "2023-12-12T10:03:09.128229-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c73ce7-30e8-48b9-9e36-4573994bc558/?format=api"
        },
        {
            "id": "a88206d9-8d35-43f6-9f9d-c74b19035e9a",
            "gambit_id": "282d4c68-d743-4119-93bb-992c9355d054",
            "last_updated": "2023-12-14T10:38:31.406942-05:00",
            "created_at": "2023-12-12T10:03:09.124118-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c73ce7-30e8-48b9-9e36-4573994bc558/?format=api"
        }
    ]
}