GET /api/bet_types/4e22e0a7-c05b-44e5-9bff-8635b7bd7c1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e22e0a7-c05b-44e5-9bff-8635b7bd7c1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac2e533e-2732-4657-8dc6-23c690f6eb7e/?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": "Memphis",
                "amount": 5000.0
            },
            {
                "team": "Houston",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a73efd33-9c60-4d13-ab5c-df4b22da4f2c",
            "gambit_id": "c12b47e5-bd6e-48f4-bf03-25924d8420be",
            "last_updated": "2022-10-08T09:07:08.146890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e22e0a7-c05b-44e5-9bff-8635b7bd7c1f/?format=api"
        },
        {
            "id": "8bccb0ba-4690-4d25-b324-11103a624e9d",
            "gambit_id": "e35d6f15-dc9b-41b2-abe6-720337bb0b83",
            "last_updated": "2022-10-08T09:07:08.147842-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e22e0a7-c05b-44e5-9bff-8635b7bd7c1f/?format=api"
        }
    ]
}