GET /api/bet_types/e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53272e7-fbfb-466a-8bfa-c929c6ae0684/?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": "Seattle Seahawks",
                "amount": 6132.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5799814-d191-4073-8599-00df315456ea",
            "gambit_id": "4f765201-7cc9-4739-af22-23debebbef34",
            "last_updated": "2022-08-19T10:16:56.682964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761/?format=api"
        },
        {
            "id": "2b72cdc5-80c5-4d69-9dd3-5d9efb924173",
            "gambit_id": "31cab4d3-e800-46e3-8527-33b8b3ac0b12",
            "last_updated": "2022-08-19T10:16:56.683394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761/?format=api"
        }
    ]
}