GET /api/bet_types/b997a408-efcc-43c4-a6f9-6589687a6e08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b997a408-efcc-43c4-a6f9-6589687a6e08",
    "match": "https://api-prod.gambitprofit.com/api/matches/63d077d7-b626-4113-8a11-b4300d5bf572/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:07.340592-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": "Vegas Golden Knights",
                "amount": 6035.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b9320f1-a0d8-4056-a6d8-5be52ef581c5",
            "gambit_id": "c603e637-17db-433a-83aa-6d2f49c6dfab",
            "last_updated": "2023-01-20T09:57:01.267408-05:00",
            "created_at": "2023-01-19T09:22:07.341740-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b997a408-efcc-43c4-a6f9-6589687a6e08/?format=api"
        },
        {
            "id": "c990cf31-6bfc-4c4b-891a-e6eb4972ec62",
            "gambit_id": "4d744a2a-e8ab-45be-94a4-571e0cbd2f65",
            "last_updated": "2023-01-20T09:57:01.268645-05:00",
            "created_at": "2023-01-19T09:22:07.342953-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.42000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b997a408-efcc-43c4-a6f9-6589687a6e08/?format=api"
        }
    ]
}