GET /api/bet_types/fb11f15d-56df-4e92-9d6e-0e2a6144c161/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb11f15d-56df-4e92-9d6e-0e2a6144c161",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8b9f6d8-d483-4ae2-b472-8d10a9144c2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-20T09:13:18.656184-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": 5515.0
            },
            {
                "team": "PHI",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "54fc50b9-178e-4274-81b3-3bce4e7b9129",
            "gambit_id": "3c8ec436-10c7-44b5-b5f9-acce6e01f5de",
            "last_updated": "2023-10-21T10:13:18.903860-04:00",
            "created_at": "2023-10-20T09:13:18.672915-04:00",
            "name": "ARI",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb11f15d-56df-4e92-9d6e-0e2a6144c161/?format=api"
        },
        {
            "id": "dbd90cfd-6537-459f-8deb-f7c206c2d131",
            "gambit_id": "3574cab7-915b-4113-86e6-12b3cfd4c0ba",
            "last_updated": "2023-10-21T10:13:18.900162-04:00",
            "created_at": "2023-10-20T09:13:18.664685-04:00",
            "name": "PHI",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb11f15d-56df-4e92-9d6e-0e2a6144c161/?format=api"
        }
    ]
}