GET /api/bet_types/4d1e874a-fe0e-4eb4-bd0a-ec013f445867/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d1e874a-fe0e-4eb4-bd0a-ec013f445867",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea92a954-1020-45ce-b69c-a99bed24e56e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:08.004432-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": "Milwaukee Bucks",
                "amount": 5577.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e7c5c06-c930-44cb-bc9f-470d660c5598",
            "gambit_id": "4c76c696-1821-4f29-aae3-7b39d39dbdd5",
            "last_updated": "2022-12-30T18:41:59.285943-05:00",
            "created_at": "2022-12-28T09:32:08.006894-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d1e874a-fe0e-4eb4-bd0a-ec013f445867/?format=api"
        },
        {
            "id": "fb34a5cf-413f-4943-82dc-bec6baa9d26e",
            "gambit_id": "23cb32ae-0c24-4809-ba85-74b25f3d6e39",
            "last_updated": "2022-12-30T18:41:59.284836-05:00",
            "created_at": "2022-12-28T09:32:08.005631-05:00",
            "name": "Chicago Bulls",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d1e874a-fe0e-4eb4-bd0a-ec013f445867/?format=api"
        }
    ]
}