GET /api/bet_types/d3bf8bbe-a857-43e2-ac28-db53f0e87822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3bf8bbe-a857-43e2-ac28-db53f0e87822",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aba6640-04bc-4e2e-9d7c-c30dfa93c7fe/?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": "Montreal Canadiens",
                "amount": 6173.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc49d0c0-9543-4556-bc6a-45968023e115",
            "gambit_id": "d098553f-6269-4165-937f-8891569684c7",
            "last_updated": "2022-10-21T20:57:28.167754-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3bf8bbe-a857-43e2-ac28-db53f0e87822/?format=api"
        },
        {
            "id": "9543a552-fa96-46f9-a8ae-4e85e0ee9bbb",
            "gambit_id": "a3fe4fe4-bc76-48a4-8664-9c4316b7ca27",
            "last_updated": "2022-10-21T20:57:28.168671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3bf8bbe-a857-43e2-ac28-db53f0e87822/?format=api"
        }
    ]
}