GET /api/bet_types/c077c632-5e06-402d-a833-bd116b4c8fbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c077c632-5e06-402d-a833-bd116b4c8fbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eb0cfcb-746a-47c7-9995-462679a95576/?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": 5831.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 8921.43,
        "profit_sb": -578.57,
        "profit_sb_percentage": -6.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "a624b9f7-e61a-4531-ba3d-b8edca589467",
            "gambit_id": "ba5c5316-9a0f-41d0-ba2b-8216bc693c39",
            "last_updated": "2022-10-03T19:06:53.189737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c077c632-5e06-402d-a833-bd116b4c8fbd/?format=api"
        },
        {
            "id": "908252c4-d2a2-4d0d-9189-cbe602ccb18c",
            "gambit_id": "e38a32f2-19ff-4046-a46b-87dba30fa406",
            "last_updated": "2022-10-03T19:06:53.190864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c077c632-5e06-402d-a833-bd116b4c8fbd/?format=api"
        }
    ]
}