GET /api/bet_types/5b26b448-9f11-42fe-a0b2-a47d174fdd34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b26b448-9f11-42fe-a0b2-a47d174fdd34",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d5e7b4b-2960-4d74-a3ff-27f2e679e40f/?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 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c4f129e-1035-4997-807c-2c26a739388a",
            "gambit_id": "2058bc49-4cfc-4ea6-a5e7-f7c5b652d2ca",
            "last_updated": "2022-08-29T13:07:05.193511-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b26b448-9f11-42fe-a0b2-a47d174fdd34/?format=api"
        },
        {
            "id": "7c718ce7-f6e1-423f-bb2f-ab2dd3dcb184",
            "gambit_id": "e412d434-ed5c-408d-aa71-bf344c8f8ad3",
            "last_updated": "2022-08-29T13:07:05.193010-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b26b448-9f11-42fe-a0b2-a47d174fdd34/?format=api"
        }
    ]
}