GET /api/bet_types/e9a78d88-d81c-4d5d-8b56-a0fb9d85bb9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9a78d88-d81c-4d5d-8b56-a0fb9d85bb9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c316b26d-45ad-4638-bc6b-a250beb26f29/?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": "Cincinnati",
                "amount": 6104.0
            },
            {
                "team": "SMU",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5f2da30-6345-47b8-8a03-b1269271f5c2",
            "gambit_id": "b832d29e-f9e5-4fe3-905d-52a0e52989d3",
            "last_updated": "2022-10-23T09:17:15.179314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a78d88-d81c-4d5d-8b56-a0fb9d85bb9b/?format=api"
        },
        {
            "id": "0d689b0e-186d-486b-b52b-e8edf8c85ecc",
            "gambit_id": "17288db0-70ab-4d41-acb7-4dc4864edb1b",
            "last_updated": "2022-10-23T09:17:15.180395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a78d88-d81c-4d5d-8b56-a0fb9d85bb9b/?format=api"
        }
    ]
}