GET /api/bet_types/1db9ced9-9f51-4c94-8375-1e76903ac14f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1db9ced9-9f51-4c94-8375-1e76903ac14f",
    "match": "https://api-prod.gambitprofit.com/api/matches/896c69c9-0ead-41ea-bf33-3a0389393038/?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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "120eb65e-7b1b-42ec-8fc8-2df7dad9a923",
            "gambit_id": "62db0d1a-77af-4ab1-95b4-406edb399b03",
            "last_updated": "2022-12-01T16:17:23.518884-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 230",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db9ced9-9f51-4c94-8375-1e76903ac14f/?format=api"
        },
        {
            "id": "722bd958-d50c-4e48-962d-0d704e0deeb0",
            "gambit_id": "51ebc803-23a2-447e-961f-45b6ab4d5d92",
            "last_updated": "2022-12-01T16:17:23.519982-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 230",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db9ced9-9f51-4c94-8375-1e76903ac14f/?format=api"
        }
    ]
}