GET /api/bet_types/590bc83a-9755-4499-8f2d-ef2718293c69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "590bc83a-9755-4499-8f2d-ef2718293c69",
    "match": "https://api-prod.gambitprofit.com/api/matches/44bf80e4-4fa8-48b3-a9d8-9adb49c32522/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-02T07:42:05.365003-05: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 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfba30bc-df91-4127-9bfa-4f908d6622bb",
            "gambit_id": "0c254fd1-161b-4f72-81f3-497de3dc53a7",
            "last_updated": "2023-03-03T09:57:04.114545-05:00",
            "created_at": "2023-03-02T07:42:05.367516-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/590bc83a-9755-4499-8f2d-ef2718293c69/?format=api"
        },
        {
            "id": "8cd80206-83fc-4b35-b072-9a91601aabc0",
            "gambit_id": "8c983c26-a6b7-4673-b793-509df5f804df",
            "last_updated": "2023-03-03T09:57:04.113321-05:00",
            "created_at": "2023-03-02T07:42:05.366252-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/590bc83a-9755-4499-8f2d-ef2718293c69/?format=api"
        }
    ]
}