GET /api/bet_types/7677f478-30aa-4cc3-993d-b81e82d18b82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7677f478-30aa-4cc3-993d-b81e82d18b82",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a629d89-b742-4c57-b375-87ba2d3435e1/?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": "NYM (C Carrasco)",
                "amount": 7037.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 2963.0
            }
        ],
        "expected_reward_tokens": 9570.32,
        "profit_sb": 70.32,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc924243-4160-41a5-a94c-f6d4dca3f0fe",
            "gambit_id": "90c6b117-d813-4f04-b134-028240ad08d2",
            "last_updated": "2022-10-05T07:21:53.035218-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7677f478-30aa-4cc3-993d-b81e82d18b82/?format=api"
        },
        {
            "id": "7ca2a420-e38f-40a9-9f51-1fbbaf9c5dc3",
            "gambit_id": "1ad15226-9561-4a24-a5a0-7fa417b885af",
            "last_updated": "2022-10-05T07:21:53.036325-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7677f478-30aa-4cc3-993d-b81e82d18b82/?format=api"
        }
    ]
}