GET /api/bet_types/4b82d931-7501-4c71-9382-5201a78179c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b82d931-7501-4c71-9382-5201a78179c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/30ce06a5-7b6e-4ae0-a507-f529ed4e6a3c/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8055dbfc-b457-4fc8-a7e7-f68741888278",
            "gambit_id": "fb4ea319-6241-43b7-98ca-7b85a0473a96",
            "last_updated": "2022-10-25T10:07:40.872328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b82d931-7501-4c71-9382-5201a78179c9/?format=api"
        },
        {
            "id": "42de8e8a-0460-4eb0-829b-29b4004f09eb",
            "gambit_id": "a62bd150-acf2-4b6c-ac3e-c44aece24fd3",
            "last_updated": "2022-10-25T10:07:40.873324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b82d931-7501-4c71-9382-5201a78179c9/?format=api"
        }
    ]
}