GET /api/bet_types/3418dc89-bda7-429a-86fa-ab65fa9efc4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3418dc89-bda7-429a-86fa-ab65fa9efc4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/57b4eacc-85bf-4aca-86ac-f8f6965fc4fd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T08:32:15.019216-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "92c7616f-bc75-47e3-97fd-56716ad2bddc",
            "gambit_id": "d5ab183a-b1fe-4aca-8f8d-61ea7bcd6390",
            "last_updated": "2023-02-07T10:27:19.513117-05:00",
            "created_at": "2023-02-06T08:32:15.022521-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3418dc89-bda7-429a-86fa-ab65fa9efc4d/?format=api"
        },
        {
            "id": "e361c6b6-6de6-4054-9864-042196b835ea",
            "gambit_id": "8f7e4d51-7d1f-45fd-bdc0-953e7b2e3538",
            "last_updated": "2023-02-07T10:27:19.511582-05:00",
            "created_at": "2023-02-06T08:32:15.021026-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3418dc89-bda7-429a-86fa-ab65fa9efc4d/?format=api"
        }
    ]
}