GET /api/bet_types/00864aa4-565d-4520-95a3-a496fc84d8c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00864aa4-565d-4520-95a3-a496fc84d8c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8317648c-946f-4c3d-86f5-7d475817024b/?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 11.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 11.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "58f82448-507e-44fa-8712-6890489b2d4e",
            "gambit_id": "c6d98ee9-1abf-4401-aaf9-d58563079e8c",
            "last_updated": "2022-09-20T15:57:34.484464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 11.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00864aa4-565d-4520-95a3-a496fc84d8c7/?format=api"
        },
        {
            "id": "a7a76301-fab4-4288-bb41-942561a90db2",
            "gambit_id": "a77306ea-4356-4ef7-9e32-cf2c19a1d8ea",
            "last_updated": "2022-09-20T15:57:34.485726-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 11.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00864aa4-565d-4520-95a3-a496fc84d8c7/?format=api"
        }
    ]
}