GET /api/bet_types/6ff0a97c-a2fb-47ec-8bcf-5e08dc0038db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ff0a97c-a2fb-47ec-8bcf-5e08dc0038db",
    "match": "https://api-prod.gambitprofit.com/api/matches/b15f49c9-9aa5-465d-bf18-a07937b87a03/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:24.100098-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb78d429-061d-4b5a-b1a5-7fb838711190",
            "gambit_id": "29f6cc09-825b-4a03-b2f0-c1b35eb935d7",
            "last_updated": "2023-08-28T16:23:34.120173-04:00",
            "created_at": "2023-08-26T09:23:24.113912-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ff0a97c-a2fb-47ec-8bcf-5e08dc0038db/?format=api"
        },
        {
            "id": "8a349acc-d0cc-4088-908e-e5206ed75efc",
            "gambit_id": "039cc21e-20a4-4905-bfcf-3f18452c6014",
            "last_updated": "2023-08-28T16:23:34.123584-04:00",
            "created_at": "2023-08-26T09:23:24.108419-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ff0a97c-a2fb-47ec-8bcf-5e08dc0038db/?format=api"
        }
    ]
}