GET /api/bet_types/8037af75-1394-4607-9cef-13671507d955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8037af75-1394-4607-9cef-13671507d955",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bb5fb12-8c73-44cc-b9fc-7e83fccf19da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:46:51.718989-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": "Philadelphia 76ers",
                "amount": 7485.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9505.95,
        "profit_sb": 5.95,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "da28074d-6835-4a67-a758-95926caf458c",
            "gambit_id": "7f9dd507-fb99-48fc-8019-ed9e98aa4137",
            "last_updated": "2023-03-11T16:07:09.295025-05:00",
            "created_at": "2023-03-10T08:46:51.720247-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8037af75-1394-4607-9cef-13671507d955/?format=api"
        },
        {
            "id": "97f87023-0cf4-4fb7-928f-742976809dfa",
            "gambit_id": "20b99e3d-a36b-42a5-8971-384dae7913fc",
            "last_updated": "2023-03-11T16:07:09.296135-05:00",
            "created_at": "2023-03-10T08:46:51.721542-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8037af75-1394-4607-9cef-13671507d955/?format=api"
        }
    ]
}