GET /api/bet_types/6022ef82-2d70-4f12-a86e-52af53f4c97a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6022ef82-2d70-4f12-a86e-52af53f4c97a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7871a4d8-f5d6-4356-b932-dd474f48e443/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:08.732403-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7a68b51-ee69-49df-aee0-fd5d288a7f97",
            "gambit_id": "fc566159-2bcc-467e-9281-c7882ede22cf",
            "last_updated": "2023-05-04T10:57:19.491141-04:00",
            "created_at": "2023-05-03T12:12:08.734195-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6022ef82-2d70-4f12-a86e-52af53f4c97a/?format=api"
        },
        {
            "id": "80e280f9-a0ae-4cb1-aaef-3322119df5b9",
            "gambit_id": "102543fc-beaf-42e4-9c63-a42d274ff4f9",
            "last_updated": "2023-05-04T10:57:19.492387-04:00",
            "created_at": "2023-05-03T12:12:08.735749-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6022ef82-2d70-4f12-a86e-52af53f4c97a/?format=api"
        }
    ]
}