GET /api/bet_types/4ad0803a-2d43-4618-b633-4cf72f828c51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad0803a-2d43-4618-b633-4cf72f828c51",
    "match": "https://api-prod.gambitprofit.com/api/matches/3adea20b-1d1c-4db7-b1f3-e59b1a7edec1/?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": "ATL",
                "amount": 5304.0
            },
            {
                "team": "WAS",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "19616766-8ea9-403c-8fb1-15e8d647c5b3",
            "gambit_id": "8c741354-aeca-4d27-8d19-d54dafe5e45a",
            "last_updated": "2022-09-22T15:17:29.980807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad0803a-2d43-4618-b633-4cf72f828c51/?format=api"
        },
        {
            "id": "35e895dc-6969-43a5-aa6d-a2255afdba80",
            "gambit_id": "57e8327b-4f01-4572-9dea-dd112df7214d",
            "last_updated": "2022-09-22T15:17:29.981802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad0803a-2d43-4618-b633-4cf72f828c51/?format=api"
        }
    ]
}