GET /api/bet_types/d0e28748-3cda-4b54-99c6-f0171a245d85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0e28748-3cda-4b54-99c6-f0171a245d85",
    "match": "https://api-prod.gambitprofit.com/api/matches/761f333c-8976-4002-8c3c-4bd40dfe627c/?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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9aef46cc-9e3b-4486-98a6-299b982d1d07",
            "gambit_id": "ebebda7c-4a1d-4909-8ee7-a658aab25155",
            "last_updated": "2022-09-18T09:52:20.120525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e28748-3cda-4b54-99c6-f0171a245d85/?format=api"
        },
        {
            "id": "6f5df6c2-855f-4675-995b-0e1add5bd761",
            "gambit_id": "d1c8ccdb-1e1f-4f1a-8a49-16759414f30b",
            "last_updated": "2022-09-18T09:52:20.121577-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e28748-3cda-4b54-99c6-f0171a245d85/?format=api"
        }
    ]
}