GET /api/bet_types/867ddbe3-ea3c-4402-8909-6a87343b3b2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "867ddbe3-ea3c-4402-8909-6a87343b3b2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/523075f0-6806-4509-b2a3-09afb0c33e97/?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 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e528242-a482-4ce7-a121-0fd0607fbce2",
            "gambit_id": "6bfbdd5c-7a33-4dd4-8d99-e0d00fffa6fa",
            "last_updated": "2022-08-29T13:17:09.407422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867ddbe3-ea3c-4402-8909-6a87343b3b2f/?format=api"
        },
        {
            "id": "f1e04d76-1934-43f5-938a-549c246ce92e",
            "gambit_id": "d4c4f940-915e-4bbf-a95b-d78c0e161dbf",
            "last_updated": "2022-08-29T13:17:09.406880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867ddbe3-ea3c-4402-8909-6a87343b3b2f/?format=api"
        }
    ]
}