GET /api/bet_types/adb81319-e075-4efb-bb75-61b8de9f22b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adb81319-e075-4efb-bb75-61b8de9f22b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fdca5df-ae5c-4535-b1fd-d2f0a73f320c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T10:43:17.026485-04: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": "Total Rounds Over 2.5",
                "amount": 6706.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "544bf1d7-fb5b-415a-adc1-338b83e3cad2",
            "gambit_id": "002c9ed6-60b4-4ede-b28f-5c122809bc55",
            "last_updated": "2023-08-28T18:48:03.720864-04:00",
            "created_at": "2023-08-25T10:43:17.030130-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adb81319-e075-4efb-bb75-61b8de9f22b8/?format=api"
        },
        {
            "id": "7b188f3b-b221-426a-aef4-dcc60e3f110d",
            "gambit_id": "9fd96d19-91aa-422d-b5c8-203b5ee7edc0",
            "last_updated": "2023-08-28T18:48:03.724359-04:00",
            "created_at": "2023-08-25T10:43:17.035198-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adb81319-e075-4efb-bb75-61b8de9f22b8/?format=api"
        }
    ]
}