GET /api/bet_types/7db4af11-5c8a-47c9-a2eb-5ca2be7f8835/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7db4af11-5c8a-47c9-a2eb-5ca2be7f8835",
    "match": "https://api-prod.gambitprofit.com/api/matches/855c6abe-8a97-417f-88f5-151334fa8791/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:52:07.594510-04: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": 8681.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1319.0
            }
        ],
        "expected_reward_tokens": 9549.1,
        "profit_sb": 49.1,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "7dcbcda1-c8a0-4d91-9d50-884b46e29465",
            "gambit_id": "06d06ffb-d879-4585-945f-e7483d0f0ba1",
            "last_updated": "2023-04-05T17:47:10.253036-04:00",
            "created_at": "2023-04-04T09:52:07.597624-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db4af11-5c8a-47c9-a2eb-5ca2be7f8835/?format=api"
        },
        {
            "id": "2b02325a-e3f8-4a17-a2e8-676ba813787c",
            "gambit_id": "a97976c1-f9eb-4bf4-bb5c-d2e04d849e8c",
            "last_updated": "2023-04-05T17:47:10.250028-04:00",
            "created_at": "2023-04-04T09:52:07.596042-04:00",
            "name": "Washington Wizards",
            "reward": "7.24000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db4af11-5c8a-47c9-a2eb-5ca2be7f8835/?format=api"
        }
    ]
}