GET /api/bet_types/cb4638fb-fc9e-4f42-8bd2-7e017becac0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb4638fb-fc9e-4f42-8bd2-7e017becac0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/82aeb169-944d-4f2f-9036-614cf8552fbb/?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": "Calgary Flames",
                "amount": 6166.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8eb6e5d-6f48-441d-b9ed-2e9ea99d5369",
            "gambit_id": "1546249a-fe90-4c2a-b025-8e9b976590b0",
            "last_updated": "2022-12-19T19:36:53.234681-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb4638fb-fc9e-4f42-8bd2-7e017becac0a/?format=api"
        },
        {
            "id": "53ca5c42-29a1-4cab-a200-fadfc7e2181f",
            "gambit_id": "b8e7f744-1918-4bb5-a28c-4e9ed72cd314",
            "last_updated": "2022-12-19T19:36:53.233540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb4638fb-fc9e-4f42-8bd2-7e017becac0a/?format=api"
        }
    ]
}