GET /api/bet_types/a9353e75-7f86-43e5-9f5f-9f8a9aa74cee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9353e75-7f86-43e5-9f5f-9f8a9aa74cee",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ca7013-1881-476b-95c5-43d6d71bf257/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:17.626395-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 36",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fda71e5a-f3b5-42e4-a20b-ff57f037779f",
            "gambit_id": "12d2785a-3051-4332-8386-8197000dc6da",
            "last_updated": "2023-11-27T20:13:14.394785-05:00",
            "created_at": "2023-11-22T09:13:17.629997-05:00",
            "name": "Game Total Over 36",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9353e75-7f86-43e5-9f5f-9f8a9aa74cee/?format=api"
        },
        {
            "id": "9d52df50-9508-41dd-b3a0-9d4637330b96",
            "gambit_id": "47973bc6-19ca-4597-93fb-136ccc6f997d",
            "last_updated": "2023-11-27T20:13:14.399928-05:00",
            "created_at": "2023-11-22T09:13:17.634889-05:00",
            "name": "Game Total Under 36",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9353e75-7f86-43e5-9f5f-9f8a9aa74cee/?format=api"
        }
    ]
}