GET /api/bet_types/7e4ca03e-8b0e-4b25-bff7-cb1614afdda8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e4ca03e-8b0e-4b25-bff7-cb1614afdda8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc56a70b-0238-48c7-93fb-7444bf656582/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T18:16:46.804452-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 5.5",
                "amount": 5614.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e7ca584-6a1e-4e7d-bc99-7aa0af7dfc3d",
            "gambit_id": "67a7a537-986a-489e-8ab1-e462f7e5539f",
            "last_updated": "2023-04-18T12:12:08.782569-04:00",
            "created_at": "2023-04-16T18:16:46.807180-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4ca03e-8b0e-4b25-bff7-cb1614afdda8/?format=api"
        },
        {
            "id": "69186703-b828-418f-93e5-737671bf40e4",
            "gambit_id": "41638f13-863d-465f-bd17-9d0f2551b74e",
            "last_updated": "2023-04-18T12:12:08.784104-04:00",
            "created_at": "2023-04-16T18:16:46.809729-04:00",
            "name": "Game Total Over 5.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4ca03e-8b0e-4b25-bff7-cb1614afdda8/?format=api"
        }
    ]
}