GET /api/bet_types/ef152699-853f-45de-b6b6-67598523ccc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef152699-853f-45de-b6b6-67598523ccc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/413bed90-e530-46f9-8002-0718446754fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:14.031643-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 Under 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "80092933-1132-4e9f-a8c6-b764a51eca97",
            "gambit_id": "13d3ca61-ff29-4436-8a46-61ac21d529ac",
            "last_updated": "2023-09-04T12:58:28.508823-04:00",
            "created_at": "2023-09-02T09:33:14.042249-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef152699-853f-45de-b6b6-67598523ccc8/?format=api"
        },
        {
            "id": "3924b0fd-fc0e-4a8b-80bc-4154c9b62c46",
            "gambit_id": "276d8e4b-54b2-46cf-92ca-0ffb9d133669",
            "last_updated": "2023-09-04T12:58:28.505016-04:00",
            "created_at": "2023-09-02T09:33:14.035314-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef152699-853f-45de-b6b6-67598523ccc8/?format=api"
        }
    ]
}