GET /api/bet_types/90f33af5-b30f-4888-b193-398130013b02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90f33af5-b30f-4888-b193-398130013b02",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fd5cb27-4cd5-46cd-9a08-af0d6fdaca5d/?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": "Brooklyn Nets",
                "amount": 5106.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "727ed3da-f2dc-4337-9330-e31236a4e668",
            "gambit_id": "a1fab451-547f-4dea-8b65-3ea994a7de72",
            "last_updated": "2022-10-28T09:32:00.660738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f33af5-b30f-4888-b193-398130013b02/?format=api"
        },
        {
            "id": "d7a948c4-fbd6-4a59-808e-00577c986762",
            "gambit_id": "91cd01cc-c778-4cd0-bec2-d9e8b7e026ed",
            "last_updated": "2022-10-28T09:32:00.661700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f33af5-b30f-4888-b193-398130013b02/?format=api"
        }
    ]
}