GET /api/bet_types/027a344b-16e8-4d3c-b778-f5297ce0a9f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "027a344b-16e8-4d3c-b778-f5297ce0a9f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/77032f9b-df75-47f5-8477-d93d806c0ca1/?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": "STL",
                "amount": 6256.0
            },
            {
                "team": "SDG",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e3fd799-dba0-4c62-a36b-34195bdc305f",
            "gambit_id": "b509982d-6433-4b63-9277-a8f5078e4e29",
            "last_updated": "2022-09-22T14:57:18.767365-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027a344b-16e8-4d3c-b778-f5297ce0a9f0/?format=api"
        },
        {
            "id": "6952d684-3e41-4bc2-8a07-b899e794abb4",
            "gambit_id": "4825d645-9d1c-4044-9789-f1b1558f5cc0",
            "last_updated": "2022-09-22T14:57:18.768576-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027a344b-16e8-4d3c-b778-f5297ce0a9f0/?format=api"
        }
    ]
}