GET /api/bet_types/79cdf165-e549-4b8b-b368-cebf8aca81ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79cdf165-e549-4b8b-b368-cebf8aca81ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ba4c556-5a84-41fa-8391-abf395d8a27c/?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 Under 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ae72c88-cc8d-4106-a447-b42f130bdaec",
            "gambit_id": "74272a7a-e122-49e1-bbc8-0d3c888536fa",
            "last_updated": "2022-09-24T21:07:21.771419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79cdf165-e549-4b8b-b368-cebf8aca81ab/?format=api"
        },
        {
            "id": "4f2b942e-9c91-4e7f-8a6f-ef3e35716407",
            "gambit_id": "cd89ef1f-93d6-45ae-ae2e-ec6ce6823f93",
            "last_updated": "2022-09-24T21:07:21.772413-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79cdf165-e549-4b8b-b368-cebf8aca81ab/?format=api"
        }
    ]
}