GET /api/bet_types/3d56909f-ddd9-4000-8941-f3a15fcad116/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d56909f-ddd9-4000-8941-f3a15fcad116",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c786301-16c7-43c4-814a-f8be8162cecc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:17.909941-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": "Detroit Red Wings",
                "amount": 5213.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef6ca0a8-3d0d-41b0-9259-f277633b3a61",
            "gambit_id": "b2d2720a-6087-4a75-aa25-866654026b62",
            "last_updated": "2023-12-08T21:18:06.376621-05:00",
            "created_at": "2023-12-07T09:48:17.914683-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d56909f-ddd9-4000-8941-f3a15fcad116/?format=api"
        },
        {
            "id": "c7efb92f-5532-4ce6-ab46-3c5a6ec82d05",
            "gambit_id": "138e4278-91e6-4e25-9c93-fc036fd9f715",
            "last_updated": "2023-12-08T21:18:06.379906-05:00",
            "created_at": "2023-12-07T09:48:17.918781-05:00",
            "name": "San Jose Sharks",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d56909f-ddd9-4000-8941-f3a15fcad116/?format=api"
        }
    ]
}