GET /api/bet_types/dce77ab7-74e4-4a39-893b-a6a947710d9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce77ab7-74e4-4a39-893b-a6a947710d9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce706c7c-1d85-4507-b0f8-2d5c06b93b3c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T18:31:58.475743-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d25a9dce-6381-4c2d-8b4b-ee7c65e748a9",
            "gambit_id": "5fcae8bc-3d7a-4f1a-809c-e74baaa9c089",
            "last_updated": "2023-04-25T11:42:24.192218-04:00",
            "created_at": "2023-04-24T18:31:58.478238-04:00",
            "name": "Game Total Under 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce77ab7-74e4-4a39-893b-a6a947710d9e/?format=api"
        },
        {
            "id": "55a8592c-bcee-4fe6-a8c8-0e7826eb319c",
            "gambit_id": "a400dcc6-5f63-4fb3-877a-f6f1c5676570",
            "last_updated": "2023-04-25T11:42:24.193881-04:00",
            "created_at": "2023-04-24T18:31:58.480530-04:00",
            "name": "Game Total Over 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce77ab7-74e4-4a39-893b-a6a947710d9e/?format=api"
        }
    ]
}