GET /api/bet_types/c5a967df-7aeb-4ea9-8145-01b140888992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5a967df-7aeb-4ea9-8145-01b140888992",
    "match": "https://api-prod.gambitprofit.com/api/matches/b955f0c2-6d91-4310-973a-abd89f14def5/?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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4decd89-0017-48b0-9386-2c0960024648",
            "gambit_id": "e91f9a1e-3a08-41b9-bf9d-7105b0a835f5",
            "last_updated": "2022-10-21T21:02:24.816031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a967df-7aeb-4ea9-8145-01b140888992/?format=api"
        },
        {
            "id": "a30432fa-23d3-4846-937c-eb5b1a74522b",
            "gambit_id": "f6b2282b-9111-4711-883e-1c3ae6131d05",
            "last_updated": "2022-10-21T21:02:24.814833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a967df-7aeb-4ea9-8145-01b140888992/?format=api"
        }
    ]
}