GET /api/bet_types/a1e58e36-8494-4d2c-a47f-b339e27e310f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1e58e36-8494-4d2c-a47f-b339e27e310f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6eea195-3985-4a6d-ae5b-2a5cc62099de/?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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a458f2f-cb79-4610-b90f-3d5c98a49248",
            "gambit_id": "ed8314c1-afdd-41bd-854b-ce14ec88e9b5",
            "last_updated": "2022-11-12T16:58:18.020561-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e58e36-8494-4d2c-a47f-b339e27e310f/?format=api"
        },
        {
            "id": "a73ce7cb-add7-4ea5-a496-cd5e119ceb88",
            "gambit_id": "30a5f07d-ca5a-4585-911d-be58c1f295d8",
            "last_updated": "2022-11-12T16:58:18.021638-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e58e36-8494-4d2c-a47f-b339e27e310f/?format=api"
        }
    ]
}