GET /api/bet_types/70dd5360-165c-4ef8-a9d7-6c819f07c54b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70dd5360-165c-4ef8-a9d7-6c819f07c54b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a13e158-bd1d-43f4-9620-4a00f28ea37a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:56.326913-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": "SEA (L Gilbert)",
                "amount": 5208.0
            },
            {
                "team": "PHI (B Falter)",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9582.72,
        "profit_sb": 82.72,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5459c05-ee9d-4a1b-93df-6621dfa4224e",
            "gambit_id": "bcbfeb16-3725-4d65-a6bc-12bc5cc46dde",
            "last_updated": "2023-05-02T18:37:00.504880-04:00",
            "created_at": "2023-04-25T11:41:56.330834-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70dd5360-165c-4ef8-a9d7-6c819f07c54b/?format=api"
        },
        {
            "id": "90243127-0ee9-4a64-b915-0df0133b72da",
            "gambit_id": "c5723a77-dd8a-48c2-ab0e-8420fff7af3f",
            "last_updated": "2023-05-02T18:37:00.503510-04:00",
            "created_at": "2023-04-25T11:41:56.328667-04:00",
            "name": "PHI (B Falter)",
            "reward": "2.00000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70dd5360-165c-4ef8-a9d7-6c819f07c54b/?format=api"
        }
    ]
}