GET /api/bet_types/173d628a-f03d-4f45-939e-be9b0858d7c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "173d628a-f03d-4f45-939e-be9b0858d7c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c761cbc-4b7b-4c15-9a1f-ba33a5e87a1f/?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",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9336c29-6909-419c-af37-4d81a50e175a",
            "gambit_id": "d9b514cb-6e94-4789-be16-e1607d36cad2",
            "last_updated": "2022-09-28T09:12:15.404451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173d628a-f03d-4f45-939e-be9b0858d7c5/?format=api"
        },
        {
            "id": "4706c88c-1b7a-400b-90dc-107f9ed04acc",
            "gambit_id": "bf6bdeb1-4356-4aed-addf-497c583548b1",
            "last_updated": "2022-09-28T09:12:15.403241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173d628a-f03d-4f45-939e-be9b0858d7c5/?format=api"
        }
    ]
}