GET /api/bet_types/c4a56cd2-765c-4f23-8da5-119435ab205c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4a56cd2-765c-4f23-8da5-119435ab205c",
    "match": "https://api-prod.gambitprofit.com/api/matches/867876c9-2b7a-4f5c-8a2d-594215995b60/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:08.689040-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f2bdbcf-454c-4d67-be2b-bf27bd859cc1",
            "gambit_id": "c0563f29-2e18-4c20-a93a-bbabdb62ea06",
            "last_updated": "2023-04-10T14:52:07.560274-04:00",
            "created_at": "2023-04-09T09:27:08.690910-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a56cd2-765c-4f23-8da5-119435ab205c/?format=api"
        },
        {
            "id": "a1b840d9-359a-4c1e-bc4f-ec5464aeb0c1",
            "gambit_id": "2ec6f7d0-c8ce-481b-a117-091bb6a5fe4e",
            "last_updated": "2023-04-10T14:52:07.562363-04:00",
            "created_at": "2023-04-09T09:27:08.692882-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a56cd2-765c-4f23-8da5-119435ab205c/?format=api"
        }
    ]
}