GET /api/bet_types/3505c3ba-e3fe-40ba-a24b-b8624506cc3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3505c3ba-e3fe-40ba-a24b-b8624506cc3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/635144f2-5055-4f7f-a835-7e9068143b73/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:11.864642-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a5783ef-71e8-4295-8986-1f107f076594",
            "gambit_id": "fc4d537a-5c2c-4eaf-901f-515ad4d1e005",
            "last_updated": "2024-01-29T22:08:13.927420-05:00",
            "created_at": "2024-01-27T09:18:11.886037-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3505c3ba-e3fe-40ba-a24b-b8624506cc3f/?format=api"
        },
        {
            "id": "495bf187-14fb-4ff9-95ea-89cac861b8d1",
            "gambit_id": "dfa0a6d3-14cc-4f24-b0b6-913b3a24a556",
            "last_updated": "2024-01-29T22:08:13.930829-05:00",
            "created_at": "2024-01-27T09:18:11.870016-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3505c3ba-e3fe-40ba-a24b-b8624506cc3f/?format=api"
        }
    ]
}