GET /api/bet_types/3c30cb2f-9578-43eb-aedb-e743184b6ae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c30cb2f-9578-43eb-aedb-e743184b6ae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e15884cb-4776-475b-a810-ba1965f9bd74/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T12:52:12.714550-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": "Gaston Reyno",
                "amount": 7545.0
            },
            {
                "team": "Daniel Vansickle",
                "amount": 2455.0
            }
        ],
        "expected_reward_tokens": 9353.55,
        "profit_sb": -146.45,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "8996c7fb-ae3e-461c-998d-4556f8dfebae",
            "gambit_id": "07d26acb-3602-4309-a108-1c551297a2ae",
            "last_updated": "2023-02-18T09:32:10.165283-05:00",
            "created_at": "2023-02-13T15:47:17.640382-05:00",
            "name": "Gaston Reyno",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c30cb2f-9578-43eb-aedb-e743184b6ae8/?format=api"
        },
        {
            "id": "6439f23c-e5e9-4b39-9c83-2e3a71bf3f95",
            "gambit_id": "be0e9f8b-5e86-477e-8679-4e7e5433a3d5",
            "last_updated": "2023-02-18T09:32:10.164103-05:00",
            "created_at": "2023-02-13T15:47:17.639068-05:00",
            "name": "Daniel Vansickle",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c30cb2f-9578-43eb-aedb-e743184b6ae8/?format=api"
        }
    ]
}