GET /api/bet_types/ee6e6d20-ea55-4f91-b8d5-cd9c71ec51ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee6e6d20-ea55-4f91-b8d5-cd9c71ec51ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bb8644d-7b6f-4e64-8f06-dc1b84e11d03/?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": "UAB",
                "amount": 5000.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "526aabec-cfe9-4807-be9e-5c5c383f0dee",
            "gambit_id": "e55a385b-3bf5-4d05-8475-a60b9181f73c",
            "last_updated": "2022-12-17T19:47:22.082347-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee6e6d20-ea55-4f91-b8d5-cd9c71ec51ee/?format=api"
        },
        {
            "id": "bfa8ce74-4e5e-4af3-bbe9-fded5bb63b40",
            "gambit_id": "2c00626f-0bdf-4ce5-872f-52a5f19f2111",
            "last_updated": "2022-12-17T19:47:22.083514-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee6e6d20-ea55-4f91-b8d5-cd9c71ec51ee/?format=api"
        }
    ]
}