GET /api/bet_types/3e6ce079-9127-41a0-97e7-3eafa5219dca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e6ce079-9127-41a0-97e7-3eafa5219dca",
    "match": "https://api-prod.gambitprofit.com/api/matches/90b0b226-5673-4850-8777-3ab22ed8fc11/?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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "73678df8-9565-4862-aada-a86d62220ced",
            "gambit_id": "aeea8fe5-a272-4189-b02d-ea0b155d8d16",
            "last_updated": "2022-11-17T09:27:27.503656-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e6ce079-9127-41a0-97e7-3eafa5219dca/?format=api"
        },
        {
            "id": "ddde4281-02fd-478f-8749-98f53a43f0e8",
            "gambit_id": "68b7dd3b-b9e9-4097-b639-512401e59e86",
            "last_updated": "2022-11-17T09:27:27.504672-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e6ce079-9127-41a0-97e7-3eafa5219dca/?format=api"
        }
    ]
}