GET /api/bet_types/44b03d02-2cbb-438e-9669-3bb45f047e4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44b03d02-2cbb-438e-9669-3bb45f047e4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/36fca4f6-3fe9-4694-88ac-3f8f3a4869aa/?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": "Toronto Maple Leafs",
                "amount": 5664.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "aff5aced-d42e-4d32-9bbd-5d0291ce25d6",
            "gambit_id": "184a279e-b655-444f-a9bd-3a05bfe35603",
            "last_updated": "2022-12-19T10:42:31.387808-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b03d02-2cbb-438e-9669-3bb45f047e4b/?format=api"
        },
        {
            "id": "fab61891-c8c7-4b56-a8bc-d304895f2190",
            "gambit_id": "dd7ca567-5ed3-4652-8487-07291c0c8a91",
            "last_updated": "2022-12-19T10:42:31.386737-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b03d02-2cbb-438e-9669-3bb45f047e4b/?format=api"
        }
    ]
}