GET /api/bet_types/c3b9cf31-219b-41bd-9552-e726c6bed280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3b9cf31-219b-41bd-9552-e726c6bed280",
    "match": "https://api-prod.gambitprofit.com/api/matches/d46c7ce7-8d94-4f67-8e6d-3bbeca02436e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-19T08:38:07.932639-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4d8d72e-2cce-4aa4-b20b-8d8ab18b4065",
            "gambit_id": "e7f6262f-d3e6-4b9e-b106-ad54d07f8e3a",
            "last_updated": "2023-10-20T11:18:23.271352-04:00",
            "created_at": "2023-10-19T08:38:07.941191-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b9cf31-219b-41bd-9552-e726c6bed280/?format=api"
        },
        {
            "id": "63874804-bf1b-4914-82f9-6660eb9f8abc",
            "gambit_id": "7406b508-21a2-4287-ab6d-8c2617ab1ad3",
            "last_updated": "2023-10-20T11:18:23.263930-04:00",
            "created_at": "2023-10-19T08:38:07.936463-04:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b9cf31-219b-41bd-9552-e726c6bed280/?format=api"
        }
    ]
}