GET /api/bet_types/87bd9da7-4fe6-43de-87d8-ee0098ea7b33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87bd9da7-4fe6-43de-87d8-ee0098ea7b33",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?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": "Illinois",
                "amount": 6593.0
            },
            {
                "team": "Purdue",
                "amount": 3407.0
            }
        ],
        "expected_reward_tokens": 9096.69,
        "profit_sb": 96.69,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "d03588e0-27ce-4b26-a985-a3795dcc2eb3",
            "gambit_id": "6d011bce-82cd-4088-8eb6-e1ac7fefe241",
            "last_updated": "2022-11-14T10:28:55.536846-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87bd9da7-4fe6-43de-87d8-ee0098ea7b33/?format=api"
        },
        {
            "id": "dfcd88c2-7f5d-401b-b33e-542ba5b109bd",
            "gambit_id": "0086dfb1-cd69-455b-a972-161239244e88",
            "last_updated": "2022-11-14T10:28:55.537965-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "2.67000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87bd9da7-4fe6-43de-87d8-ee0098ea7b33/?format=api"
        }
    ]
}