GET /api/bet_types/e4530696-6879-4036-a30e-e44a3fc4dc41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4530696-6879-4036-a30e-e44a3fc4dc41",
    "match": "https://api-prod.gambitprofit.com/api/matches/cced82ed-4ede-4f2b-8b6e-83b7ea8118e8/?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 213.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 213.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1c0027a-e23d-4baa-a779-e4d7d3f8b73a",
            "gambit_id": "a213fa26-9554-40af-a9f1-bc48178e3e21",
            "last_updated": "2022-11-22T09:57:25.083553-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 213.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4530696-6879-4036-a30e-e44a3fc4dc41/?format=api"
        },
        {
            "id": "a42a3e03-1c84-42aa-9f45-47881f032ca8",
            "gambit_id": "e0709c3f-b2ae-450e-a926-58a0be1c0cba",
            "last_updated": "2022-11-22T09:57:25.082429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 213.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4530696-6879-4036-a30e-e44a3fc4dc41/?format=api"
        }
    ]
}