GET /api/bet_types/851b09cb-5c38-4469-8d4b-5d9c2586fdb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "851b09cb-5c38-4469-8d4b-5d9c2586fdb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/27f13357-8aeb-471a-b8a1-b5e2d931d7e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T09:21:55.042494-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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "71b6fa3a-60e5-4fb9-af52-378b77655377",
            "gambit_id": "62fdd2ad-9cd2-4444-ba00-13360378e1bd",
            "last_updated": "2023-02-17T09:22:26.224981-05:00",
            "created_at": "2023-02-16T09:21:55.043784-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851b09cb-5c38-4469-8d4b-5d9c2586fdb5/?format=api"
        },
        {
            "id": "1c934e96-3356-47a8-a4d4-baea83ed41c2",
            "gambit_id": "1d09445b-2937-4f85-81e0-5dfa9b88f246",
            "last_updated": "2023-02-17T09:22:26.226661-05:00",
            "created_at": "2023-02-16T09:21:55.045130-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851b09cb-5c38-4469-8d4b-5d9c2586fdb5/?format=api"
        }
    ]
}