GET /api/bet_types/518dc80f-b006-4dfa-8eff-c17d93c1f598/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "518dc80f-b006-4dfa-8eff-c17d93c1f598",
    "match": "https://api-prod.gambitprofit.com/api/matches/7de27370-ad5b-4d77-981f-5f4ff0073ebb/?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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b1ce6b7-3598-4f05-9c49-4bec67d17492",
            "gambit_id": "2078d72d-b1fe-4152-8d23-f4504a5e5c10",
            "last_updated": "2022-12-01T16:17:23.083931-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518dc80f-b006-4dfa-8eff-c17d93c1f598/?format=api"
        },
        {
            "id": "8f727131-1be3-451c-95c1-9e5b9485a8a2",
            "gambit_id": "173c51a5-04f4-4500-8b40-024e941b7c98",
            "last_updated": "2022-12-01T16:17:23.084922-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518dc80f-b006-4dfa-8eff-c17d93c1f598/?format=api"
        }
    ]
}