GET /api/bet_types/275e9093-3b63-42b7-9f99-d59a0ea27246/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "275e9093-3b63-42b7-9f99-d59a0ea27246",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c65d2bc-7eb2-4623-878a-87b5cdb6bcdb/?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": "STL",
                "amount": 5000.0
            },
            {
                "team": "PIT",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f5c42ae-01d5-4b40-928f-8b1fbe0ffd4e",
            "gambit_id": "667e0795-da38-466f-b1ce-6d17bf6275ee",
            "last_updated": "2022-09-11T18:32:19.058132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275e9093-3b63-42b7-9f99-d59a0ea27246/?format=api"
        },
        {
            "id": "092a4d5a-51ac-4b35-8e14-a2ac8e83bc0c",
            "gambit_id": "05c74d59-173e-4163-b91c-fc3bfffb1ca0",
            "last_updated": "2022-09-11T18:32:19.056979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275e9093-3b63-42b7-9f99-d59a0ea27246/?format=api"
        }
    ]
}