GET /api/bet_types/88e11480-db1b-4d07-9831-20ee7ee9fb39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88e11480-db1b-4d07-9831-20ee7ee9fb39",
    "match": "https://api-prod.gambitprofit.com/api/matches/108b3dd9-c1dc-4e30-9712-74ffe35bbf37/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T08:13:11.847970-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": "ARI",
                "amount": 5512.0
            },
            {
                "team": "LOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "27be4e10-3edd-4bb0-b7c6-ac4524565da3",
            "gambit_id": "0c2fe110-b09a-472b-bef4-ff5f2701402f",
            "last_updated": "2023-08-10T10:23:27.526752-04:00",
            "created_at": "2023-08-09T08:13:11.856619-04:00",
            "name": "ARI",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e11480-db1b-4d07-9831-20ee7ee9fb39/?format=api"
        },
        {
            "id": "3e068402-eff6-43be-8587-345aa2df0ff4",
            "gambit_id": "78bbb8e2-3f87-4049-aea1-9f401fb9ea24",
            "last_updated": "2023-08-10T10:23:27.530381-04:00",
            "created_at": "2023-08-09T08:13:11.860329-04:00",
            "name": "LOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e11480-db1b-4d07-9831-20ee7ee9fb39/?format=api"
        }
    ]
}