GET /api/bet_types/0e54f00a-f78e-4326-ad3d-f33a9cc497a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e54f00a-f78e-4326-ad3d-f33a9cc497a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/648be2d2-3333-497e-8f96-c099f214ad0a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:13.100135-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 Over 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "2991ce39-a579-4ed4-bbd9-6de51919fc53",
            "gambit_id": "8bef08de-a25c-485e-8038-757e64af67e4",
            "last_updated": "2023-05-27T16:17:18.257192-04:00",
            "created_at": "2023-05-26T11:52:13.102611-04:00",
            "name": "Game Total Over 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e54f00a-f78e-4326-ad3d-f33a9cc497a7/?format=api"
        },
        {
            "id": "4ca4f49f-5f8f-4c0e-946d-620f24b1ec76",
            "gambit_id": "549e51a4-0a9f-4d1d-8649-0ca1d8f4d8e1",
            "last_updated": "2023-05-27T16:17:18.259180-04:00",
            "created_at": "2023-05-26T11:52:13.105280-04:00",
            "name": "Game Total Under 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e54f00a-f78e-4326-ad3d-f33a9cc497a7/?format=api"
        }
    ]
}