GET /api/bet_types/4bc6fe76-4c1a-4d7d-9597-95929baa66ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bc6fe76-4c1a-4d7d-9597-95929baa66ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/6062300c-17c9-4aa3-8ba5-092b047ba663/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T11:41:55.847070-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6aae6384-c6ac-44bd-b4f9-61d6f0368f86",
            "gambit_id": "e18d0162-b948-44b7-be94-a8ced28f21fd",
            "last_updated": "2023-02-25T17:37:03.490122-05:00",
            "created_at": "2023-02-24T11:41:55.848364-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc6fe76-4c1a-4d7d-9597-95929baa66ff/?format=api"
        },
        {
            "id": "e05ba56c-fd78-4797-9161-0c0d8c9c4d2e",
            "gambit_id": "ef73a007-2c02-4809-8588-1814ce39df4c",
            "last_updated": "2023-02-25T17:37:03.491322-05:00",
            "created_at": "2023-02-24T11:41:55.849690-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc6fe76-4c1a-4d7d-9597-95929baa66ff/?format=api"
        }
    ]
}