GET /api/bet_types/a6a8dd00-09f0-4d8a-ac4f-1a20ed29f618/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6a8dd00-09f0-4d8a-ac4f-1a20ed29f618",
    "match": "https://api-prod.gambitprofit.com/api/matches/32a5d850-0292-4886-805f-4ac8fb76534e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:51.153630-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": "Los Angeles Kings",
                "amount": 5431.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "3373d78f-1ec0-4e44-b917-4e2d09594375",
            "gambit_id": "ace89083-d492-47cd-831f-5a0aaccae154",
            "last_updated": "2023-01-25T14:27:10.613867-05:00",
            "created_at": "2023-01-24T09:31:51.156175-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a8dd00-09f0-4d8a-ac4f-1a20ed29f618/?format=api"
        },
        {
            "id": "cec4c826-1c07-4677-89eb-f738f528fa75",
            "gambit_id": "35412e69-c4e7-42c8-8c5e-a6c749091394",
            "last_updated": "2023-01-25T14:27:10.612720-05:00",
            "created_at": "2023-01-24T09:31:51.154854-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a8dd00-09f0-4d8a-ac4f-1a20ed29f618/?format=api"
        }
    ]
}