GET /api/bet_types/1022b0d3-c44a-404b-b737-326a2c910e3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1022b0d3-c44a-404b-b737-326a2c910e3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ca50c3f-ec01-47f1-847a-c486b26c723e/?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": "New York Islanders",
                "amount": 5492.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "b50c72e5-01d2-4b6e-a2d7-46c8a5e9b790",
            "gambit_id": "6929fb75-11d2-4874-b335-10d2e5b41d98",
            "last_updated": "2022-12-10T18:52:01.293562-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1022b0d3-c44a-404b-b737-326a2c910e3a/?format=api"
        },
        {
            "id": "1b133331-0f1a-4e0c-94f6-0cb698d01d25",
            "gambit_id": "2484c11f-e7f9-4d7a-8d27-fd132822f2bc",
            "last_updated": "2022-12-10T18:52:01.292243-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1022b0d3-c44a-404b-b737-326a2c910e3a/?format=api"
        }
    ]
}