GET /api/bet_types/c54fafbe-05bf-4d30-9cd3-8c74cd0549d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c54fafbe-05bf-4d30-9cd3-8c74cd0549d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9051194e-f290-46a6-8b74-97aa6545ae2e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:11.323149-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": "CWS (L Lynn)",
                "amount": 5711.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab4f7a57-6e1d-4c63-a23f-270bdd9c212c",
            "gambit_id": "664c8936-edfd-4527-ab78-4ee9474690fc",
            "last_updated": "2023-05-27T15:57:02.844940-04:00",
            "created_at": "2023-05-26T11:52:11.328399-04:00",
            "name": "CWS (L Lynn)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54fafbe-05bf-4d30-9cd3-8c74cd0549d5/?format=api"
        },
        {
            "id": "5c729c4a-04d0-42e7-9e5d-8677a0221a18",
            "gambit_id": "084f7587-3354-4315-a0c4-2d6b06f6a149",
            "last_updated": "2023-05-27T15:57:02.842670-04:00",
            "created_at": "2023-05-26T11:52:11.325954-04:00",
            "name": "DET (J Wentz)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54fafbe-05bf-4d30-9cd3-8c74cd0549d5/?format=api"
        }
    ]
}