GET /api/bet_types/2594e9e6-734b-4c68-9f23-f2734773adb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2594e9e6-734b-4c68-9f23-f2734773adb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6018d14-6f29-4802-a3bb-acc0aa02dad5/?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 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e221e1da-42ba-48a4-8c33-9a0d229f6d8d",
            "gambit_id": "508b982c-b788-476f-ada2-4f40203397a9",
            "last_updated": "2022-11-14T11:28:15.011384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2594e9e6-734b-4c68-9f23-f2734773adb6/?format=api"
        },
        {
            "id": "cdcd1a15-cf07-43fc-ac5a-b9cccf6afd59",
            "gambit_id": "67102cee-6d07-4dcf-92cd-98b6aedbc340",
            "last_updated": "2022-11-14T11:28:15.010201-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2594e9e6-734b-4c68-9f23-f2734773adb6/?format=api"
        }
    ]
}