GET /api/bet_types/543ea17d-b7b1-4828-9ce4-3669c6899589/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "543ea17d-b7b1-4828-9ce4-3669c6899589",
    "match": "https://api-prod.gambitprofit.com/api/matches/728f3966-b7dd-47cd-a883-555e716c8c99/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Total Rounds Over 4.5",
                "amount": 5184.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4816.0
            }
        ],
        "expected_reward_tokens": 8812.8,
        "profit_sb": -187.2,
        "profit_sb_percentage": -2.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "e00d3cdd-fa15-44d6-9213-81275792c162",
            "gambit_id": "21ffe730-ae91-4379-9e69-3f0af1bc063f",
            "last_updated": "2022-12-19T10:52:34.684476-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/543ea17d-b7b1-4828-9ce4-3669c6899589/?format=api"
        },
        {
            "id": "6752ef8e-9e0e-48b6-973e-c07594cfdc42",
            "gambit_id": "043ce1f1-8562-4724-af6c-0b28bc46a87e",
            "last_updated": "2022-12-19T10:52:34.683359-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/543ea17d-b7b1-4828-9ce4-3669c6899589/?format=api"
        }
    ]
}