GET /api/bet_types/cc6175af-590b-4d83-84da-0bd842234160/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc6175af-590b-4d83-84da-0bd842234160",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a2a331-c158-451c-8019-c00b51ba3cb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:24.685857-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": "KAN",
                "amount": 5213.0
            },
            {
                "team": "ATL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0fda82d-739f-4af5-9312-d08434fac18d",
            "gambit_id": "6567b758-875a-496a-960d-f43303de0c4f",
            "last_updated": "2023-04-18T12:12:08.290922-04:00",
            "created_at": "2023-04-16T12:17:24.688692-04:00",
            "name": "KAN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc6175af-590b-4d83-84da-0bd842234160/?format=api"
        },
        {
            "id": "33b62105-fd17-44b9-991a-3e4c2db496db",
            "gambit_id": "565381d3-5b2c-49dc-ab4c-ab8494b56bb8",
            "last_updated": "2023-04-18T12:12:08.292763-04:00",
            "created_at": "2023-04-16T12:17:24.691778-04:00",
            "name": "ATL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc6175af-590b-4d83-84da-0bd842234160/?format=api"
        }
    ]
}