GET /api/bet_types/87be34c3-23d1-465b-b767-819cee36f0ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87be34c3-23d1-465b-b767-819cee36f0ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbb24fe5-5549-4aec-b557-8823612d61ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:08.746494-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ab99edd-ba34-4d7c-a352-2b31e1a79723",
            "gambit_id": "7fb281bd-84cd-4a07-ad15-bbf352a812a2",
            "last_updated": "2023-04-25T11:42:19.701962-04:00",
            "created_at": "2023-04-24T13:02:08.751246-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87be34c3-23d1-465b-b767-819cee36f0ca/?format=api"
        },
        {
            "id": "ce82e602-90ad-48d7-ae1b-50a435388776",
            "gambit_id": "9785d18b-797c-493b-aaf1-47b484120f11",
            "last_updated": "2023-04-25T11:42:19.699622-04:00",
            "created_at": "2023-04-24T13:02:08.748691-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87be34c3-23d1-465b-b767-819cee36f0ca/?format=api"
        }
    ]
}