GET /api/bet_types/bca86ca9-cfc8-4ede-917a-348cb743a5cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bca86ca9-cfc8-4ede-917a-348cb743a5cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7b7252b-1c14-4bc7-a327-f116493486ee/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcbd747c-2738-468a-b08e-66c65858be95",
            "gambit_id": "80d1879b-a5e1-4692-9185-92fd555b7c78",
            "last_updated": "2022-12-14T10:07:15.041337-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bca86ca9-cfc8-4ede-917a-348cb743a5cb/?format=api"
        },
        {
            "id": "aef6fef2-ed3f-4e85-85a9-7639057bbc3f",
            "gambit_id": "8a7d3554-56b0-479d-aee9-689fa33e48bf",
            "last_updated": "2022-12-14T10:07:15.042498-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bca86ca9-cfc8-4ede-917a-348cb743a5cb/?format=api"
        }
    ]
}