GET /api/bet_types/ad3aa737-7e21-423b-bcca-97f8e8a1e570/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad3aa737-7e21-423b-bcca-97f8e8a1e570",
    "match": "https://api-prod.gambitprofit.com/api/matches/11e71056-caa0-4620-8b5e-9c5a71aa5582/?format=api",
    "name": "Play the Odds",
    "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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "176fd0cf-e668-4ad5-a48d-791ab7d73622",
            "gambit_id": "ac9f5e2e-08c2-449f-8605-ee0a1f6d6f94",
            "last_updated": "2022-12-14T10:22:17.011739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3aa737-7e21-423b-bcca-97f8e8a1e570/?format=api"
        },
        {
            "id": "9fffb7e9-3da3-4697-8f6b-97dbcdc74441",
            "gambit_id": "a8afedb6-f361-466b-ba23-3333a1944b20",
            "last_updated": "2022-12-14T10:22:17.013076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3aa737-7e21-423b-bcca-97f8e8a1e570/?format=api"
        }
    ]
}