GET /api/bet_types/3bb58e9a-5f70-483e-afeb-7a09a4ce0380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bb58e9a-5f70-483e-afeb-7a09a4ce0380",
    "match": "https://api-prod.gambitprofit.com/api/matches/70eb81ab-0b9e-44b7-9344-9a7687fdcb05/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "PHI",
                "amount": 5000.0
            },
            {
                "team": "CHC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "69afb7d9-4f12-4627-9862-8415b71a1c86",
            "gambit_id": "52838370-0c41-46d9-810b-9ffba079ea72",
            "last_updated": "2022-09-30T09:52:28.458673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bb58e9a-5f70-483e-afeb-7a09a4ce0380/?format=api"
        },
        {
            "id": "6e455da2-4d9b-427a-8808-f0d286ce832c",
            "gambit_id": "78d84c2d-7800-40ac-9009-df7727053f59",
            "last_updated": "2022-09-30T09:52:28.457487-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bb58e9a-5f70-483e-afeb-7a09a4ce0380/?format=api"
        }
    ]
}