GET /api/bet_types/2213ad36-63b6-4d85-978e-95ca00b478e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2213ad36-63b6-4d85-978e-95ca00b478e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/493b6794-01e4-4c46-b426-128c13c68ccd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T01:03:09.437951-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 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "304936f0-e51e-43e7-a695-59e02d3dcb04",
            "gambit_id": "37e83ae1-97bb-4b3d-9eee-f8121a4b0e02",
            "last_updated": "2023-09-02T17:28:09.578511-04:00",
            "created_at": "2023-09-01T01:03:09.446857-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2213ad36-63b6-4d85-978e-95ca00b478e4/?format=api"
        },
        {
            "id": "60394a43-5bf2-46e0-adc6-846f366f0568",
            "gambit_id": "a5cc27d8-0b3a-4f37-a1aa-8bc67fd7a82d",
            "last_updated": "2023-09-02T17:28:09.575135-04:00",
            "created_at": "2023-09-01T01:03:09.452440-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2213ad36-63b6-4d85-978e-95ca00b478e4/?format=api"
        }
    ]
}