GET /api/bet_types/c4573f7c-3baa-4ee6-826c-fdd347d9953d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4573f7c-3baa-4ee6-826c-fdd347d9953d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ab6e3bb-fb97-468b-8502-2ece834a9ae7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T09:33:00.191309-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": "Los Angeles Dodgers",
                "amount": 6139.0
            },
            {
                "team": "Arizona Diamondbacks",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "2dd0f97e-4908-4566-82c8-6723fde7a238",
            "gambit_id": "69d336d0-72a5-4691-ac70-cc5c8d33d8e2",
            "last_updated": "2023-08-31T09:33:06.842299-04:00",
            "created_at": "2023-08-30T09:33:00.202526-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4573f7c-3baa-4ee6-826c-fdd347d9953d/?format=api"
        },
        {
            "id": "2ef45adf-7568-44a9-ab72-cfc4686e8b8d",
            "gambit_id": "7986797d-fc34-4407-94d8-8e5110d15451",
            "last_updated": "2023-08-31T09:33:06.838896-04:00",
            "created_at": "2023-08-30T09:33:00.198234-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4573f7c-3baa-4ee6-826c-fdd347d9953d/?format=api"
        }
    ]
}