GET /api/bet_types/aa226c0a-b583-4c68-9f97-b5d2972814bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa226c0a-b583-4c68-9f97-b5d2972814bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e26c2250-4b5c-41b7-bb42-bdd975d4a7ce/?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": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fead4b3-18fb-4750-b09d-0a4bce038942",
            "gambit_id": "bc13042a-73df-4ad3-ac5a-743eb649e456",
            "last_updated": "2022-11-04T09:12:34.718057-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa226c0a-b583-4c68-9f97-b5d2972814bf/?format=api"
        },
        {
            "id": "bff72df2-0cb1-47fd-b50c-9e26ca0af620",
            "gambit_id": "5182e5b8-097a-45fa-8db6-c313bb25a1da",
            "last_updated": "2022-11-04T09:12:34.719136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa226c0a-b583-4c68-9f97-b5d2972814bf/?format=api"
        }
    ]
}