GET /api/bet_types/faf11ef8-4104-40da-8440-dae1094dedcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faf11ef8-4104-40da-8440-dae1094dedcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b10b5b-2f86-4ebc-89e4-1d0b3028516d/?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": "Philadelphia 76ers",
                "amount": 5737.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "fedffc80-d4c9-4c7d-b509-cc78c49e2a37",
            "gambit_id": "f849b818-c25d-43ab-bec2-633b994f6f55",
            "last_updated": "2022-11-14T11:28:12.878369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faf11ef8-4104-40da-8440-dae1094dedcb/?format=api"
        },
        {
            "id": "3444deef-0d41-4c5b-8e01-f1a3c706dbc4",
            "gambit_id": "56c62973-3679-4fcd-8d47-94f0eb68e861",
            "last_updated": "2022-11-14T11:28:12.879527-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faf11ef8-4104-40da-8440-dae1094dedcb/?format=api"
        }
    ]
}