GET /api/bet_types/efdc9b8c-afec-4095-bc26-e5996823428a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efdc9b8c-afec-4095-bc26-e5996823428a",
    "match": "https://api-prod.gambitprofit.com/api/matches/da75788b-95f6-414f-b286-ba0e1da6f513/?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 Over 48",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "a656a6fd-8cdf-4f60-9e71-599ee3bad5b2",
            "gambit_id": "107da24b-2681-4901-9544-f4d90106a7e6",
            "last_updated": "2022-11-07T10:13:02.906797-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdc9b8c-afec-4095-bc26-e5996823428a/?format=api"
        },
        {
            "id": "3574c1fa-2200-4f3b-a77f-ca56279897ab",
            "gambit_id": "cb4d0e9a-8069-4a48-8690-101a7d671d79",
            "last_updated": "2022-11-07T10:13:02.905659-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdc9b8c-afec-4095-bc26-e5996823428a/?format=api"
        }
    ]
}