GET /api/bet_types/678a5aab-f696-489f-892d-f3d5d612ce22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "678a5aab-f696-489f-892d-f3d5d612ce22",
    "match": "https://api-prod.gambitprofit.com/api/matches/300d6f28-7ce8-42cb-b680-b1dfe1b15c49/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:09.842444-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fba887df-223f-4339-9565-1afebb7f08c3",
            "gambit_id": "652d82ce-a057-4b8d-a421-5293dae15598",
            "last_updated": "2023-11-20T19:43:00.623108-05:00",
            "created_at": "2023-11-16T09:28:09.846366-05:00",
            "name": "New York Giants",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/678a5aab-f696-489f-892d-f3d5d612ce22/?format=api"
        },
        {
            "id": "766cb498-4771-4af6-9329-1323e590f0e0",
            "gambit_id": "edde3821-fd62-485e-bfcc-abf87a7e3fd3",
            "last_updated": "2023-11-20T19:43:00.626390-05:00",
            "created_at": "2023-11-16T09:28:09.852507-05:00",
            "name": "Washington Commanders",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/678a5aab-f696-489f-892d-f3d5d612ce22/?format=api"
        }
    ]
}