GET /api/bet_types/8ce4c7e0-456d-47c7-95a3-e96f351fb6e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ce4c7e0-456d-47c7-95a3-e96f351fb6e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7963574-8afd-46bc-ba96-e60d9d864868/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:05.111846-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa419eb7-7582-4b4e-860e-f6d601f915de",
            "gambit_id": "b4f3d109-cc60-4ce8-af7c-c99851b23b82",
            "last_updated": "2023-12-01T19:03:08.057053-05:00",
            "created_at": "2023-11-30T10:28:05.121341-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce4c7e0-456d-47c7-95a3-e96f351fb6e8/?format=api"
        },
        {
            "id": "22f02baf-322d-4fa3-bf69-a3f0863721ad",
            "gambit_id": "a1b1d741-5961-49df-a68c-480a6320ad5f",
            "last_updated": "2023-12-01T19:03:08.053900-05:00",
            "created_at": "2023-11-30T10:28:05.117065-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce4c7e0-456d-47c7-95a3-e96f351fb6e8/?format=api"
        }
    ]
}