GET /api/bet_types/4d2d0d63-d7f9-4e6d-b90c-6f22a2f27142/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d2d0d63-d7f9-4e6d-b90c-6f22a2f27142",
    "match": "https://api-prod.gambitprofit.com/api/matches/20718625-6f12-4d15-b73f-8afb51d24c6a/?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": "LAA",
                "amount": 5204.0
            },
            {
                "team": "SEA",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "57c8e8f0-1973-426d-b07c-9c3ea86189b7",
            "gambit_id": "54a5e968-0899-4998-8f8d-e13a7670a393",
            "last_updated": "2022-08-07T11:02:17.113171-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2d0d63-d7f9-4e6d-b90c-6f22a2f27142/?format=api"
        },
        {
            "id": "6bbf6423-c84f-4440-9747-eeb54753b6c8",
            "gambit_id": "c341f992-ca6d-4184-bf5a-9e2b9a94a1c7",
            "last_updated": "2022-08-07T11:02:17.112787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2d0d63-d7f9-4e6d-b90c-6f22a2f27142/?format=api"
        }
    ]
}