GET /api/bet_types/036f5558-5406-4cdb-b93f-10e6307b2f51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "036f5558-5406-4cdb-b93f-10e6307b2f51",
    "match": "https://api-prod.gambitprofit.com/api/matches/73c88d95-8cc6-4afb-af29-6855b2308ecd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:24.044652-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "197f2ffb-b3ce-44d5-a57a-3f1c8c6b94ae",
            "gambit_id": "8562cdd2-71a6-4c67-b031-b40d7b1d66c3",
            "last_updated": "2024-01-17T22:13:14.073864-05:00",
            "created_at": "2024-01-15T10:23:24.055727-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036f5558-5406-4cdb-b93f-10e6307b2f51/?format=api"
        },
        {
            "id": "27ef410a-c1dc-4066-a5f4-e07349f86c16",
            "gambit_id": "ac94d0b7-2207-4325-9214-17719ee7b22d",
            "last_updated": "2024-01-17T22:13:14.070475-05:00",
            "created_at": "2024-01-15T10:23:24.049225-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036f5558-5406-4cdb-b93f-10e6307b2f51/?format=api"
        }
    ]
}