GET /api/bet_types/db3cf6bb-1c83-4d76-ae65-db5370e02acb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db3cf6bb-1c83-4d76-ae65-db5370e02acb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1eb209f-85ec-4906-b18a-d2225de38867/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T09:06:59.010193-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": "Los Angeles Clippers",
                "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": "76cddbd3-adfc-479e-8708-aa615f73702d",
            "gambit_id": "23e5d7cb-048c-4bc8-a297-c73034fc9309",
            "last_updated": "2023-02-25T17:32:00.450107-05:00",
            "created_at": "2023-02-24T09:06:59.011434-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db3cf6bb-1c83-4d76-ae65-db5370e02acb/?format=api"
        },
        {
            "id": "f6830018-8528-47b9-833b-50ef80726ac6",
            "gambit_id": "9cb2a260-29e0-45ca-938a-8a3444f35408",
            "last_updated": "2023-02-25T17:32:00.451265-05:00",
            "created_at": "2023-02-24T09:06:59.012712-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db3cf6bb-1c83-4d76-ae65-db5370e02acb/?format=api"
        }
    ]
}