GET /api/bet_types/7ae4d3f6-a51d-4dc3-a843-a24de151ec17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ae4d3f6-a51d-4dc3-a843-a24de151ec17",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2420b1e-aac1-4809-853e-b42dda3e94a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:57:56.369575-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d6ff63b-4fe5-4d92-9574-ab2b0d67ed7f",
            "gambit_id": "1f7d17d8-b1a6-414b-b569-bd9013c5fc72",
            "last_updated": "2023-12-06T22:03:04.010465-05:00",
            "created_at": "2023-12-05T08:57:56.385154-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae4d3f6-a51d-4dc3-a843-a24de151ec17/?format=api"
        },
        {
            "id": "45af9fcc-bdbc-4ce0-ac0f-937dc31dc8ec",
            "gambit_id": "5eb1c7e9-c8f1-4ee7-b756-b9ea2c8aaeed",
            "last_updated": "2023-12-06T22:03:04.006399-05:00",
            "created_at": "2023-12-05T08:57:56.376984-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae4d3f6-a51d-4dc3-a843-a24de151ec17/?format=api"
        }
    ]
}