GET /api/bet_types/6ce5e067-9439-4eca-8921-2c6c1a7aae4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ce5e067-9439-4eca-8921-2c6c1a7aae4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae041610-a1be-4d82-a5a2-7eb80957d941/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:58:13.254066-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": "Denver Broncos",
                "amount": 6390.0
            },
            {
                "team": "Washington Commanders",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8904dca-e4a7-4582-8a41-03bf7b9d41b0",
            "gambit_id": "f3531f87-6d4a-486c-8bd9-96a66d197d75",
            "last_updated": "2023-09-18T13:28:22.553643-04:00",
            "created_at": "2023-09-14T09:58:13.262686-04:00",
            "name": "Denver Broncos",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ce5e067-9439-4eca-8921-2c6c1a7aae4c/?format=api"
        },
        {
            "id": "2c28a928-06e4-48ea-8612-18b830942e6b",
            "gambit_id": "2b508b1e-0b5d-4370-aa4e-b3b370eaa139",
            "last_updated": "2023-09-18T13:28:22.537129-04:00",
            "created_at": "2023-09-14T09:58:13.258216-04:00",
            "name": "Washington Commanders",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ce5e067-9439-4eca-8921-2c6c1a7aae4c/?format=api"
        }
    ]
}