GET /api/bet_types/37953976-909b-4931-a0cb-90b99c0c68c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37953976-909b-4931-a0cb-90b99c0c68c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/652d2450-1285-4408-836e-2f3bc05f2dd3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-20T08:33:12.121346-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": "6670197f-bc81-43d0-b325-66b948875fe9",
            "gambit_id": "12322c3c-a08c-45e1-b4cd-c9d4e08e96cd",
            "last_updated": "2023-07-22T09:42:55.907033-04:00",
            "created_at": "2023-07-20T08:33:12.122688-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/37953976-909b-4931-a0cb-90b99c0c68c5/?format=api"
        },
        {
            "id": "d76fac57-6208-4e29-8cf1-3378f5f66cd4",
            "gambit_id": "9a183d75-6d5f-4b0b-9d6e-da7c7ef8410a",
            "last_updated": "2023-07-22T09:42:55.910517-04:00",
            "created_at": "2023-07-20T08:33:12.124048-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/37953976-909b-4931-a0cb-90b99c0c68c5/?format=api"
        }
    ]
}