GET /api/bet_types/65d6f056-39ba-4a15-8254-aea77b401d2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65d6f056-39ba-4a15-8254-aea77b401d2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e8998e9-0496-4ae9-af00-60af0f4a440a/?format=api",
    "name": "Play the Odds",
    "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": "DET",
                "amount": 5399.0
            },
            {
                "team": "CWS",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "0167da35-019c-4142-89e6-ece8e48198ab",
            "gambit_id": "86179291-c0ba-4b67-9b87-0fd19cb656eb",
            "last_updated": "2022-09-17T17:12:29.473876-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d6f056-39ba-4a15-8254-aea77b401d2c/?format=api"
        },
        {
            "id": "3c2ea27d-3bcd-479e-b945-6893b00e5986",
            "gambit_id": "1880e736-7b0e-4b78-ae16-9bc0e146d327",
            "last_updated": "2022-09-17T17:12:29.474852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d6f056-39ba-4a15-8254-aea77b401d2c/?format=api"
        }
    ]
}