GET /api/bet_types/0823ce17-2ceb-4ddb-a612-fe4d222541d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0823ce17-2ceb-4ddb-a612-fe4d222541d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/db7ada9b-8a4e-4c09-bfeb-977048681b99/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T14:22:03.392829-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": "BAL (K Bradish)",
                "amount": 5711.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc4945ce-7043-40eb-99fc-7ec2ffc3240b",
            "gambit_id": "d012db9a-ae1f-4d0c-9d18-50c712b03b6e",
            "last_updated": "2023-04-20T11:42:20.560726-04:00",
            "created_at": "2023-04-19T14:22:03.401157-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0823ce17-2ceb-4ddb-a612-fe4d222541d7/?format=api"
        },
        {
            "id": "e5a101fe-503a-4fd2-aa4b-4139e9105c27",
            "gambit_id": "b2588fbe-e26e-47fd-bdbe-a036d957ad45",
            "last_updated": "2023-04-20T11:42:20.558719-04:00",
            "created_at": "2023-04-19T14:22:03.397574-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0823ce17-2ceb-4ddb-a612-fe4d222541d7/?format=api"
        }
    ]
}