GET /api/bet_types/98a4fb0e-28cc-4028-af01-f22d7b3f920b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98a4fb0e-28cc-4028-af01-f22d7b3f920b",
    "match": "https://api-prod.gambitprofit.com/api/matches/486c2622-823e-4bc5-9448-ac299a178941/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:15.305540-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": "DET (M Boyd)",
                "amount": 5711.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "5346953d-f45c-4801-a01a-1800319c2634",
            "gambit_id": "aef6aa4a-2ce2-4888-a55f-36cd8a8a00cd",
            "last_updated": "2023-06-22T10:58:32.781809-04:00",
            "created_at": "2023-06-21T08:33:15.310700-04:00",
            "name": "DET (M Boyd)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a4fb0e-28cc-4028-af01-f22d7b3f920b/?format=api"
        },
        {
            "id": "bdde5a39-43a0-4132-9807-855163a8b42d",
            "gambit_id": "7ce045e2-89c6-4537-a865-a74d7e427966",
            "last_updated": "2023-06-22T10:58:32.779403-04:00",
            "created_at": "2023-06-21T08:33:15.307767-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a4fb0e-28cc-4028-af01-f22d7b3f920b/?format=api"
        }
    ]
}