GET /api/bet_types/6fb9c8c8-df76-4e97-9ba9-57df8395590b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fb9c8c8-df76-4e97-9ba9-57df8395590b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fafc535e-28bb-418c-b5e0-95705324ce03/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:56.880601-04: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": "CHC",
                "amount": 5107.0
            },
            {
                "team": "ATL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1731b48b-f960-419e-88fc-3c3e79da3348",
            "gambit_id": "c61c1752-4789-4ef8-be56-864ae7934aea",
            "last_updated": "2023-08-05T12:13:16.182124-04:00",
            "created_at": "2023-08-04T08:52:56.889586-04:00",
            "name": "CHC",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fb9c8c8-df76-4e97-9ba9-57df8395590b/?format=api"
        },
        {
            "id": "8c0e06de-98e4-4dcc-85a0-148fa7ba85f1",
            "gambit_id": "b06db4a9-45cf-4571-ae17-3274e55a45ea",
            "last_updated": "2023-08-05T12:13:16.178026-04:00",
            "created_at": "2023-08-04T08:52:56.885079-04:00",
            "name": "ATL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fb9c8c8-df76-4e97-9ba9-57df8395590b/?format=api"
        }
    ]
}