GET /api/bet_types/1ae4fe2a-c59d-46af-9fdf-1a4f55b46448/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ae4fe2a-c59d-46af-9fdf-1a4f55b46448",
    "match": "https://api-prod.gambitprofit.com/api/matches/bab7a349-3667-4e69-9b9f-cbc1d0cf9916/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T14:53:17.555182-04: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": "New York Yankees",
                "amount": 5325.0
            },
            {
                "team": "Chicago White Sox",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab6ad112-5a25-441b-b4f7-c3470b06f1cc",
            "gambit_id": "2609ca55-caa1-4d76-9ef8-9d77278c2621",
            "last_updated": "2023-08-10T12:28:25.936100-04:00",
            "created_at": "2023-08-09T14:53:17.559968-04:00",
            "name": "New York Yankees",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae4fe2a-c59d-46af-9fdf-1a4f55b46448/?format=api"
        },
        {
            "id": "d66cacca-1e4f-4ff5-8b99-03244b9058b1",
            "gambit_id": "1ec11d41-5281-4436-a021-82d9af7c019f",
            "last_updated": "2023-08-10T12:28:25.939771-04:00",
            "created_at": "2023-08-09T14:53:17.563998-04:00",
            "name": "Chicago White Sox",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae4fe2a-c59d-46af-9fdf-1a4f55b46448/?format=api"
        }
    ]
}