GET /api/bet_types/3932e2fd-46a2-4c78-89e5-d4b81eb86328/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3932e2fd-46a2-4c78-89e5-d4b81eb86328",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c30aa39-9fbd-4b34-8a60-4c3675ed56ff/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:56.035574-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ae3d6c9-2bfe-4029-bb8f-46628687b3d1",
            "gambit_id": "34edb730-f552-464f-9bc2-c3cd029f5762",
            "last_updated": "2022-12-24T19:01:50.912951-05:00",
            "created_at": "2022-12-23T09:06:56.036793-05:00",
            "name": "Game Total Under 220",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3932e2fd-46a2-4c78-89e5-d4b81eb86328/?format=api"
        },
        {
            "id": "5f7dfd22-89c1-480d-85c4-231c876af878",
            "gambit_id": "6a2a5487-dd3b-43bf-80ca-23d01682a8e8",
            "last_updated": "2022-12-24T19:01:50.914036-05:00",
            "created_at": "2022-12-23T09:06:56.038017-05:00",
            "name": "Game Total Over 220",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3932e2fd-46a2-4c78-89e5-d4b81eb86328/?format=api"
        }
    ]
}