GET /api/bet_types/1e15ee13-cddf-453a-9be3-c1bdceea32d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e15ee13-cddf-453a-9be3-c1bdceea32d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e063a65-4ea3-44fb-ae2a-257382913c1a/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e77e332-0b35-457a-8a91-75cd521a6fc0",
            "gambit_id": "c6341baf-3426-4539-88e1-1ee6da6f54cd",
            "last_updated": "2022-11-11T21:22:13.348510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e15ee13-cddf-453a-9be3-c1bdceea32d2/?format=api"
        },
        {
            "id": "89589442-614c-4a5d-b677-a58b15588842",
            "gambit_id": "b25d0dd4-8a3a-4549-aa8e-d99422e43cc7",
            "last_updated": "2022-11-11T21:22:13.349489-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e15ee13-cddf-453a-9be3-c1bdceea32d2/?format=api"
        }
    ]
}