GET /api/bet_types/4b9d5b20-fadc-4bd3-bba6-28ea3924e8b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b9d5b20-fadc-4bd3-bba6-28ea3924e8b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/82a6f172-1813-415f-b0b0-553e86e12509/?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": "Game Total Over 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": 432.36,
        "profit_sb_percentage": 4.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "97641961-5338-4bab-88f6-3c36ae93a419",
            "gambit_id": "ad8d5c06-598a-46ee-bdf7-96237ce32348",
            "last_updated": "2022-11-02T21:02:14.533684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9d5b20-fadc-4bd3-bba6-28ea3924e8b1/?format=api"
        },
        {
            "id": "586027e2-de76-4357-be2b-5ac68fa2b1c7",
            "gambit_id": "286770eb-1ebd-4d93-991c-33ac34201992",
            "last_updated": "2022-11-02T21:02:14.532550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9d5b20-fadc-4bd3-bba6-28ea3924e8b1/?format=api"
        }
    ]
}