GET /api/bet_types/50e5b354-efef-4fe1-92f7-54d9e420b10d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50e5b354-efef-4fe1-92f7-54d9e420b10d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7975af2d-825f-4471-9bc7-24dae0debd08/?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": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9df6a74-8106-4e1b-b588-3a38a5481cb5",
            "gambit_id": "7e8ca4ca-de48-457a-b60c-73e0b17d1593",
            "last_updated": "2022-12-19T10:32:30.459961-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e5b354-efef-4fe1-92f7-54d9e420b10d/?format=api"
        },
        {
            "id": "9f9b882e-fc5c-47a1-88c9-5cdc112af678",
            "gambit_id": "d092c6c0-251d-49a2-953d-104107816c97",
            "last_updated": "2022-12-19T10:32:30.461041-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e5b354-efef-4fe1-92f7-54d9e420b10d/?format=api"
        }
    ]
}