GET /api/bet_types/081b4ebf-25b4-4595-832c-7a8554a024c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "081b4ebf-25b4-4595-832c-7a8554a024c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d57be718-8200-4c60-a295-063c4c0fb0cb/?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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "92c4d454-d0f2-4028-afec-b2aa94bc0be6",
            "gambit_id": "fd540e8c-f035-4284-9bad-6efe7747d9e2",
            "last_updated": "2022-10-28T09:22:00.534672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/081b4ebf-25b4-4595-832c-7a8554a024c0/?format=api"
        },
        {
            "id": "1b4b8230-e2a3-4a60-9500-aa360bf9b7bd",
            "gambit_id": "24a669d7-1bfc-4da5-8df1-4b9f0aa45407",
            "last_updated": "2022-10-28T09:22:00.533697-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/081b4ebf-25b4-4595-832c-7a8554a024c0/?format=api"
        }
    ]
}