GET /api/bet_types/e9f1df95-dd26-4750-9ecf-7bd2b51ac17e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9f1df95-dd26-4750-9ecf-7bd2b51ac17e",
    "match": "https://api-prod.gambitprofit.com/api/matches/14316def-8e98-456d-9d22-80a032c71ae1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:12.271304-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": "Dallas Mavericks",
                "amount": 6090.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b284c5e-9368-4fa3-bb84-f5934f83c55f",
            "gambit_id": "4e61a7ff-edfe-41ca-93f9-57dad97418d6",
            "last_updated": "2023-11-17T09:28:24.903961-05:00",
            "created_at": "2023-11-15T09:18:12.281327-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f1df95-dd26-4750-9ecf-7bd2b51ac17e/?format=api"
        },
        {
            "id": "b1c77884-9cbc-4874-8b31-9ee1fdb773fc",
            "gambit_id": "b4fefaa4-8783-4410-8322-5763dddbba82",
            "last_updated": "2023-11-17T09:28:24.907364-05:00",
            "created_at": "2023-11-15T09:18:12.318404-05:00",
            "name": "Washington Wizards",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f1df95-dd26-4750-9ecf-7bd2b51ac17e/?format=api"
        }
    ]
}