GET /api/bet_types/593703d6-7d1d-4ac6-bce9-03b29eae5f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "593703d6-7d1d-4ac6-bce9-03b29eae5f45",
    "match": "https://api-prod.gambitprofit.com/api/matches/165b729d-b33d-4812-9711-944d54db224c/?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": "Auburn",
                "amount": 6957.0
            },
            {
                "team": "Missouri",
                "amount": 3043.0
            }
        ],
        "expected_reward_tokens": 9250.72,
        "profit_sb": 250.72,
        "profit_sb_percentage": 2.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "6bac5790-40dd-48d9-bf2f-d15231811015",
            "gambit_id": "7c370a8d-7d0c-43d0-b278-5dbb25534eef",
            "last_updated": "2022-09-25T11:17:06.228039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/593703d6-7d1d-4ac6-bce9-03b29eae5f45/?format=api"
        },
        {
            "id": "3b0a82fb-0370-4eba-869a-55bfab963889",
            "gambit_id": "a9ef3ced-2392-4118-ae62-56b0302185c0",
            "last_updated": "2022-09-25T11:17:06.229204-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "3.04000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/593703d6-7d1d-4ac6-bce9-03b29eae5f45/?format=api"
        }
    ]
}