GET /api/bet_types/6134e01e-6565-4e2c-b2da-d7beac213b8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6134e01e-6565-4e2c-b2da-d7beac213b8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/483b72e6-2fb9-4adc-b91c-964848a28f1c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T08:38:23.227749-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": 5423.0
            },
            {
                "team": "CLE",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "200c3f9a-fc97-4b7e-93f4-f2dd0352911b",
            "gambit_id": "9a427e4c-f820-48e3-9ef4-87f4736d5bde",
            "last_updated": "2023-07-10T10:08:10.845571-04:00",
            "created_at": "2023-07-08T08:38:23.229618-04:00",
            "name": "KAN",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6134e01e-6565-4e2c-b2da-d7beac213b8c/?format=api"
        },
        {
            "id": "a523197f-9d03-4dfc-9d06-8fe1bc8a0b9f",
            "gambit_id": "59e3ecbd-85b8-4135-9638-9cd5f3e0258c",
            "last_updated": "2023-07-10T10:08:10.847231-04:00",
            "created_at": "2023-07-08T08:38:23.231598-04:00",
            "name": "CLE",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6134e01e-6565-4e2c-b2da-d7beac213b8c/?format=api"
        }
    ]
}