GET /api/bet_types/335b7d92-688b-43b3-ae52-447cb15018a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "335b7d92-688b-43b3-ae52-447cb15018a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c3f02bf-c694-4b92-8637-0c48e3a62172/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:00.116807-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3400fbde-8d02-4a92-a8d2-5a49d09b0c9d",
            "gambit_id": "c627e412-0f02-4d07-8896-ed308ab2abb3",
            "last_updated": "2023-11-13T15:48:05.407367-05:00",
            "created_at": "2023-11-10T11:18:00.120756-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/335b7d92-688b-43b3-ae52-447cb15018a6/?format=api"
        },
        {
            "id": "40fec493-c45b-428c-bedd-e6373ec41046",
            "gambit_id": "6720bbdd-edc6-437d-a6c3-ad55df2e9011",
            "last_updated": "2023-11-13T15:48:05.411397-05:00",
            "created_at": "2023-11-10T11:18:00.125170-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/335b7d92-688b-43b3-ae52-447cb15018a6/?format=api"
        }
    ]
}