GET /api/bet_types/2919344f-1aac-4f5a-90f2-18dbc75abfb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2919344f-1aac-4f5a-90f2-18dbc75abfb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/857733c0-5ee0-43f3-adf9-25823d348466/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4b4c399-9324-4756-86a0-481906625c47",
            "gambit_id": "66247c1b-7aa4-437f-8d04-eb5565ac9f66",
            "last_updated": "2022-11-28T11:41:58.730671-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2919344f-1aac-4f5a-90f2-18dbc75abfb6/?format=api"
        },
        {
            "id": "83601236-14fb-4050-84b2-e5c46f69d69d",
            "gambit_id": "149b00fc-2c2e-4ad3-9b7c-2dd91c4bc775",
            "last_updated": "2022-11-28T11:41:58.731783-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2919344f-1aac-4f5a-90f2-18dbc75abfb6/?format=api"
        }
    ]
}