GET /api/bet_types/d0ae361d-6833-49bb-991e-f3255f24b3f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0ae361d-6833-49bb-991e-f3255f24b3f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b05eb758-1cc4-46d4-a463-2ecbb4803856/?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 2.5",
                "amount": 5363.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4637.0
            }
        ],
        "expected_reward_tokens": 8902.58,
        "profit_sb": -97.42,
        "profit_sb_percentage": -1.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff29f3d7-1fb9-4b2b-8461-1f79b0d0deb9",
            "gambit_id": "eed652ab-0141-4891-8fe9-306404a0eb55",
            "last_updated": "2022-11-02T21:07:11.542387-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.66000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0ae361d-6833-49bb-991e-f3255f24b3f1/?format=api"
        },
        {
            "id": "e2919051-f3a2-48c1-8c12-a7470da1ede7",
            "gambit_id": "b2473644-05cc-4353-84fd-8232791579cf",
            "last_updated": "2022-11-02T21:07:11.541238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0ae361d-6833-49bb-991e-f3255f24b3f1/?format=api"
        }
    ]
}