GET /api/bet_types/a90b9f5f-9314-4023-9666-9d692da6db53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a90b9f5f-9314-4023-9666-9d692da6db53",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a961110-dd3f-4fab-acde-5d149c1420c5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-22T12:32:08.994840-04: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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd160c0c-4878-4cb1-9dd9-a621b4a46c48",
            "gambit_id": "03a934db-50c7-4326-afff-77cd2391cf75",
            "last_updated": "2023-03-23T17:42:19.133229-04:00",
            "created_at": "2023-03-22T12:32:08.997181-04:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a90b9f5f-9314-4023-9666-9d692da6db53/?format=api"
        },
        {
            "id": "6c13c0f9-be2e-46d1-92e3-7286ee5d6346",
            "gambit_id": "dc2047a9-d246-4c91-bb39-daffed2da9f6",
            "last_updated": "2023-03-23T17:42:19.135638-04:00",
            "created_at": "2023-03-22T12:32:09.000047-04:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a90b9f5f-9314-4023-9666-9d692da6db53/?format=api"
        }
    ]
}