GET /api/bet_types/74faca91-8496-487d-93a7-5d3e9ddf2cf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74faca91-8496-487d-93a7-5d3e9ddf2cf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e73572c9-9258-4e44-a054-eb4a8672da22/?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 6.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7f71602-531a-4163-8f92-ac07341f8735",
            "gambit_id": "b8ba79ec-8bba-46d1-85fa-498910233614",
            "last_updated": "2022-08-26T13:02:09.698804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74faca91-8496-487d-93a7-5d3e9ddf2cf8/?format=api"
        },
        {
            "id": "5250320b-1284-4495-9672-a6a739407bab",
            "gambit_id": "34c4b1bc-7e83-420d-8bea-c8b916c64b79",
            "last_updated": "2022-08-26T13:02:09.699276-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74faca91-8496-487d-93a7-5d3e9ddf2cf8/?format=api"
        }
    ]
}