GET /api/bet_types/59220007-d11f-43d5-b173-354d7a1fc699/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59220007-d11f-43d5-b173-354d7a1fc699",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cbeb58f-e646-4328-a5b6-638b4c8d70ff/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "27b5f0bc-2fab-4456-9a49-75ee4fc340ab",
            "gambit_id": "43ffe08a-de67-4bb8-a44f-357e5225fb63",
            "last_updated": "2022-11-14T15:07:46.098399-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59220007-d11f-43d5-b173-354d7a1fc699/?format=api"
        },
        {
            "id": "f8bff34b-f4dc-4ce6-a6db-387826fbe453",
            "gambit_id": "aef373b0-dea5-471b-9b67-44cbb24be858",
            "last_updated": "2022-11-14T15:07:46.097263-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59220007-d11f-43d5-b173-354d7a1fc699/?format=api"
        }
    ]
}