GET /api/bet_types/2bc53a1d-6ab2-4c1a-950f-26a61b6c460f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bc53a1d-6ab2-4c1a-950f-26a61b6c460f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e33819c-a1fb-4772-9c4b-21f558a05c2d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:19.081270-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdae6f44-56f8-4f50-90dd-947c992f5e79",
            "gambit_id": "722fc269-585e-4157-9686-dcaa60ea067d",
            "last_updated": "2023-06-05T10:57:27.139990-04:00",
            "created_at": "2023-05-31T11:47:19.083815-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bc53a1d-6ab2-4c1a-950f-26a61b6c460f/?format=api"
        },
        {
            "id": "687951ba-f1eb-46a8-a198-a8cbfe56f5f6",
            "gambit_id": "e06667ed-24df-4e79-b79f-ebc4e7e8eee1",
            "last_updated": "2023-06-05T10:57:27.141967-04:00",
            "created_at": "2023-05-31T11:47:19.086566-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bc53a1d-6ab2-4c1a-950f-26a61b6c460f/?format=api"
        }
    ]
}