GET /api/bet_types/fa0758b4-5b24-4a58-85ec-c522754670ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa0758b4-5b24-4a58-85ec-c522754670ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/2358a633-4766-472f-b061-d93b8f8bf31b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T09:32:03.237729-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": 5577.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "aca9df8f-8d00-4089-bd42-25dc9d8e5138",
            "gambit_id": "c6ce9134-c80c-40cf-900a-a5c8d94042c4",
            "last_updated": "2023-01-12T18:27:13.182452-05:00",
            "created_at": "2023-01-11T09:32:03.240232-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa0758b4-5b24-4a58-85ec-c522754670ef/?format=api"
        },
        {
            "id": "b869b6ef-d3a0-4fe3-abb3-cfbea574ddda",
            "gambit_id": "d8b524c2-1299-4b04-8693-8d41c9c8d211",
            "last_updated": "2023-01-12T18:27:13.181387-05:00",
            "created_at": "2023-01-11T09:32:03.238929-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa0758b4-5b24-4a58-85ec-c522754670ef/?format=api"
        }
    ]
}