GET /api/bet_types/c7df33fc-bd59-4fd6-8407-094861c912a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7df33fc-bd59-4fd6-8407-094861c912a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e50770e9-acdd-497c-95f4-2b0917547227/?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": "PHI (A Nola)",
                "amount": 5136.0
            },
            {
                "team": "HOU (C Javier)",
                "amount": 4864.0
            }
        ],
        "expected_reward_tokens": 9192.96,
        "profit_sb": 192.96,
        "profit_sb_percentage": 2.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "5322cd89-cf96-4066-847a-e4d49a6c6064",
            "gambit_id": "ef1bcfdc-ee92-4673-83a7-5148395df95d",
            "last_updated": "2022-11-03T09:23:52.315255-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "1.79000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7df33fc-bd59-4fd6-8407-094861c912a5/?format=api"
        },
        {
            "id": "77e01fbb-3ef1-4595-bc87-119062826f5d",
            "gambit_id": "c637bde1-6f5b-43ca-9983-98f8bfe79676",
            "last_updated": "2022-11-03T09:23:52.316253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (C Javier)",
            "reward": "1.89000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7df33fc-bd59-4fd6-8407-094861c912a5/?format=api"
        }
    ]
}