GET /api/bet_types/fd70bf21-b43b-4593-8a72-e89ec00640a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd70bf21-b43b-4593-8a72-e89ec00640a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b3e26a6-5ea3-499e-a091-3c0e1833357f/?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": "SMU",
                "amount": 7952.0
            },
            {
                "team": "Navy",
                "amount": 2048.0
            }
        ],
        "expected_reward_tokens": 9542.4,
        "profit_sb": 42.4,
        "profit_sb_percentage": 0.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "72961087-3f5b-4efc-a476-35ef625ac071",
            "gambit_id": "e35b889c-36e8-4923-a898-b24d2eca9942",
            "last_updated": "2022-10-15T09:07:31.266092-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.20000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd70bf21-b43b-4593-8a72-e89ec00640a9/?format=api"
        },
        {
            "id": "77e47e21-2c89-4c6f-b57b-d518218f6e65",
            "gambit_id": "8a3bd07a-5c7b-467f-8e79-4421a32bb15a",
            "last_updated": "2022-10-15T09:07:31.267807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "4.66000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd70bf21-b43b-4593-8a72-e89ec00640a9/?format=api"
        }
    ]
}