GET /api/bet_types/5177b655-acec-4473-9a3b-c5c9c52e6e91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5177b655-acec-4473-9a3b-c5c9c52e6e91",
    "match": "https://api-prod.gambitprofit.com/api/matches/34bf9970-6e85-47fb-be23-6329c39fb499/?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": "Hawaii",
                "amount": 5097.0
            },
            {
                "team": "UNLV",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce66740c-310a-4f41-ab24-3250a6bb888c",
            "gambit_id": "a4554662-8072-4b51-816b-0a6f61411313",
            "last_updated": "2022-11-21T09:43:36.556291-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5177b655-acec-4473-9a3b-c5c9c52e6e91/?format=api"
        },
        {
            "id": "fed2fc1a-0676-4b75-9987-b70298bbb6ea",
            "gambit_id": "f3a337d8-090f-4f9b-9f56-d6c2b82602d5",
            "last_updated": "2022-11-21T09:43:36.557384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5177b655-acec-4473-9a3b-c5c9c52e6e91/?format=api"
        }
    ]
}