GET /api/bet_types/feb39e29-f29f-43cf-9f0e-5e620ab4136d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "feb39e29-f29f-43cf-9f0e-5e620ab4136d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9aba50a-e721-40a0-a2ea-2f3bb5ee4ed3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T13:13:16.500300-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc4a4c47-c409-44b8-914a-f6bc60761102",
            "gambit_id": "777dbdb8-5f5e-428d-a7d6-032435fdf45f",
            "last_updated": "2023-08-21T10:13:12.776743-04:00",
            "created_at": "2023-08-18T13:13:16.529244-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feb39e29-f29f-43cf-9f0e-5e620ab4136d/?format=api"
        },
        {
            "id": "96f4bc7d-ddf7-496b-8409-b8fab6a99c94",
            "gambit_id": "b48f298d-14d8-4856-bcfb-e69b1a80c805",
            "last_updated": "2023-08-21T10:13:12.773125-04:00",
            "created_at": "2023-08-18T13:13:16.521187-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feb39e29-f29f-43cf-9f0e-5e620ab4136d/?format=api"
        }
    ]
}