GET /api/bet_types/eb1372c3-ce79-48b6-bdcf-252f3bff6dde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb1372c3-ce79-48b6-bdcf-252f3bff6dde",
    "match": "https://api-prod.gambitprofit.com/api/matches/e02b565f-36c7-4433-9506-0dd63be3a802/?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": "MIN (C Archer)",
                "amount": 5553.0
            },
            {
                "team": "LAA (T Davidson)",
                "amount": 4447.0
            }
        ],
        "expected_reward_tokens": 9383.17,
        "profit_sb": 383.17,
        "profit_sb_percentage": 4.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "a85c20b5-2b88-4d0d-9050-c2afa99ac460",
            "gambit_id": "3e8e3944-4421-4c1b-a098-43e5ad50310c",
            "last_updated": "2022-08-15T14:12:15.142198-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (C Archer)",
            "reward": "1.69000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1372c3-ce79-48b6-bdcf-252f3bff6dde/?format=api"
        },
        {
            "id": "64ee38da-1fec-4400-aea2-50f7fddac32e",
            "gambit_id": "2d9154de-8763-4202-bfb8-caaa717b36b9",
            "last_updated": "2022-08-15T14:12:15.141776-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (T Davidson)",
            "reward": "2.11000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1372c3-ce79-48b6-bdcf-252f3bff6dde/?format=api"
        }
    ]
}