GET /api/bet_types/22ebdcfb-144b-46dc-9ba2-147c38033da0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22ebdcfb-144b-46dc-9ba2-147c38033da0",
    "match": "https://api-prod.gambitprofit.com/api/matches/97225cd6-41f8-407b-8ad4-185427303b4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:09.721706-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": "Game Total Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "639feda7-a60d-4edb-8e7e-c7fe7b05f169",
            "gambit_id": "d6250e29-642c-4ae0-9a5f-0acbe212853d",
            "last_updated": "2023-04-13T11:02:14.164501-04:00",
            "created_at": "2023-04-12T08:57:09.726413-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ebdcfb-144b-46dc-9ba2-147c38033da0/?format=api"
        },
        {
            "id": "7a8744c7-155d-498f-b8dc-439cfb79c911",
            "gambit_id": "040bf3f9-cbe1-4962-b756-d3525bfab9a2",
            "last_updated": "2023-04-13T11:02:14.163020-04:00",
            "created_at": "2023-04-12T08:57:09.723935-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ebdcfb-144b-46dc-9ba2-147c38033da0/?format=api"
        }
    ]
}