GET /api/bet_types/d98dbb08-86e0-4534-9102-8c7932bc62cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d98dbb08-86e0-4534-9102-8c7932bc62cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/12f7e7a2-b2f5-42e9-9f26-61e79ab27e58/?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": "Memphis",
                "amount": 7788.0
            },
            {
                "team": "North Texas",
                "amount": 2212.0
            }
        ],
        "expected_reward_tokens": 9267.72,
        "profit_sb": 267.72,
        "profit_sb_percentage": 2.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5f72e3d-3344-4346-9d8d-3d2800f6ccd2",
            "gambit_id": "53d359f0-b394-4ea3-be93-7bde66eb1bd4",
            "last_updated": "2022-09-25T19:57:05.943024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.19000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d98dbb08-86e0-4534-9102-8c7932bc62cb/?format=api"
        },
        {
            "id": "11c6ab38-f41c-45d9-a207-6bca89b5bf15",
            "gambit_id": "9fdd1d81-e07c-4900-a1d7-f9c5abdf7652",
            "last_updated": "2022-09-25T19:57:05.944308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "4.19000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d98dbb08-86e0-4534-9102-8c7932bc62cb/?format=api"
        }
    ]
}