GET /api/bet_types/1995fff6-6ce5-4da0-b633-036827fbe258/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1995fff6-6ce5-4da0-b633-036827fbe258",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1c08e36-478a-464d-b5ca-0378eb24d82c/?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": "Temple",
                "amount": 5097.0
            },
            {
                "team": "South Florida",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "8398f340-2e47-4cfd-930d-f1961af6aa32",
            "gambit_id": "f8b33c70-d58c-4247-9169-b396d05c2484",
            "last_updated": "2022-11-06T08:58:17.984333-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1995fff6-6ce5-4da0-b633-036827fbe258/?format=api"
        },
        {
            "id": "f6e04b9d-779b-49b8-b3b7-b962ecea29f8",
            "gambit_id": "ad3e2968-c383-4516-ac96-9b88b6687ccd",
            "last_updated": "2022-11-06T08:58:17.985299-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1995fff6-6ce5-4da0-b633-036827fbe258/?format=api"
        }
    ]
}