GET /api/bet_types/2d14ccb8-aa27-4e0d-8c82-3d1d3a5c5e5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d14ccb8-aa27-4e0d-8c82-3d1d3a5c5e5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/acc4ff33-4be7-4f27-a601-31f52ca9e7c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:01.186228-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "598f247b-92e2-4b6e-908e-f6abb0034511",
            "gambit_id": "1d6288ae-ec05-4838-9978-68735ca5ea7e",
            "last_updated": "2023-03-01T09:32:01.106462-05:00",
            "created_at": "2023-02-28T12:37:01.188836-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d14ccb8-aa27-4e0d-8c82-3d1d3a5c5e5b/?format=api"
        },
        {
            "id": "98bf801c-8bb1-4950-9c34-4dca46cbd7c4",
            "gambit_id": "3754ac49-1287-400e-9e03-e78c588633d6",
            "last_updated": "2023-03-01T09:32:01.104596-05:00",
            "created_at": "2023-02-28T12:37:01.187561-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d14ccb8-aa27-4e0d-8c82-3d1d3a5c5e5b/?format=api"
        }
    ]
}