GET /api/bet_types/942323b3-d7a4-4b0e-8628-0601c6f06f43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "942323b3-d7a4-4b0e-8628-0601c6f06f43",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6512772-38b8-4857-af62-fbdc726dadd2/?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": "Los Angeles Chargers",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a4d201-99ef-40fb-9e0e-233b1fe56081",
            "gambit_id": "b618cdd3-5e8c-48f8-a9f3-9ad41a3e7678",
            "last_updated": "2022-10-18T09:07:04.088201-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/942323b3-d7a4-4b0e-8628-0601c6f06f43/?format=api"
        },
        {
            "id": "9e9d2f29-7de0-4bd4-a290-75d70b167872",
            "gambit_id": "bfcba60c-23e3-48a6-8104-f661716bf7d8",
            "last_updated": "2022-10-18T09:07:04.089160-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/942323b3-d7a4-4b0e-8628-0601c6f06f43/?format=api"
        }
    ]
}