GET /api/bet_types/bfc07d08-57a2-4939-8542-3a41bce8cd3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfc07d08-57a2-4939-8542-3a41bce8cd3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b09281a0-951d-4d21-b096-ccbae69797c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:12.914951-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": "LAA (P Sandoval)",
                "amount": 5627.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "96861053-033b-425a-bb3c-48db155b91ec",
            "gambit_id": "d03b3f8d-e76a-415e-a091-2ecebca49ce5",
            "last_updated": "2023-06-25T10:18:03.164715-04:00",
            "created_at": "2023-06-23T09:28:12.917192-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfc07d08-57a2-4939-8542-3a41bce8cd3d/?format=api"
        },
        {
            "id": "ef856c18-8af3-4fcf-81ef-0fbd585fc1f2",
            "gambit_id": "1a32d405-39e9-4155-bd71-777438ee2f8a",
            "last_updated": "2023-06-25T10:18:03.166517-04:00",
            "created_at": "2023-06-23T09:28:12.919679-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfc07d08-57a2-4939-8542-3a41bce8cd3d/?format=api"
        }
    ]
}