GET /api/bet_types/9f60adfc-56e2-41f4-b753-2a269cabed2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f60adfc-56e2-41f4-b753-2a269cabed2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab79fbc2-2695-4698-a188-736fa0d46728/?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": "Green Bay Packers",
                "amount": 5842.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "82f5f2a1-e36b-434c-bbe1-8e01a9caaceb",
            "gambit_id": "83aa2f59-2089-4ae9-af64-304883a358d5",
            "last_updated": "2022-08-26T13:07:11.687830-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f60adfc-56e2-41f4-b753-2a269cabed2e/?format=api"
        },
        {
            "id": "6b045861-13a8-4e16-9602-4bf1576849e9",
            "gambit_id": "fb54c7ae-0faa-4c0e-a18c-8737fc658551",
            "last_updated": "2022-08-26T13:07:11.688345-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f60adfc-56e2-41f4-b753-2a269cabed2e/?format=api"
        }
    ]
}