GET /api/bet_types/0ec33978-9fb0-4eee-92f9-7cf94ddb2cfe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ec33978-9fb0-4eee-92f9-7cf94ddb2cfe",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fcabf2c-cff9-4da3-bb90-4f6fe7ab5812/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Golden State Warriors",
                "amount": 6563.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9b87efb-9b35-487a-8f73-ab24a0cf78cd",
            "gambit_id": "78cdd7f6-5188-40b0-bcb0-ce2cbc3a5e88",
            "last_updated": "2022-10-22T09:17:23.980515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ec33978-9fb0-4eee-92f9-7cf94ddb2cfe/?format=api"
        },
        {
            "id": "ac2b3839-f661-474a-a230-926a25b51ca9",
            "gambit_id": "7324317a-605e-426a-88c5-3c12b4a0d4b0",
            "last_updated": "2022-10-22T09:17:23.981525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ec33978-9fb0-4eee-92f9-7cf94ddb2cfe/?format=api"
        }
    ]
}