GET /api/bet_types/7da49b4d-fd7a-4e16-9d14-c815de1c7828/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7da49b4d-fd7a-4e16-9d14-c815de1c7828",
    "match": "https://api-prod.gambitprofit.com/api/matches/8afe4845-df7f-4067-9daa-7b93405e9c0b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-06T08:43:16.324510-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": "OAK",
                "amount": 5512.0
            },
            {
                "team": "DET",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b8efa4a-6a4f-475c-959c-2713f4b1952a",
            "gambit_id": "4dd36d79-9536-4b90-a6d4-9c02e4f2557c",
            "last_updated": "2023-07-08T09:42:56.727695-04:00",
            "created_at": "2023-07-06T08:43:16.327154-04:00",
            "name": "OAK",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7da49b4d-fd7a-4e16-9d14-c815de1c7828/?format=api"
        },
        {
            "id": "40f7f483-6a6e-42cf-a698-4c6ae97cbd6d",
            "gambit_id": "e49f52db-8fb4-4aff-939d-97fd60cc60cc",
            "last_updated": "2023-07-08T09:42:56.730411-04:00",
            "created_at": "2023-07-06T08:43:16.329616-04:00",
            "name": "DET",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7da49b4d-fd7a-4e16-9d14-c815de1c7828/?format=api"
        }
    ]
}