GET /api/bet_types/c5c3702d-f900-4579-95ca-4dc5693cba7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5c3702d-f900-4579-95ca-4dc5693cba7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c0708f3-b031-4634-a587-35a76fc666c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:11.417778-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": "Texas A&M",
                "amount": 5000.0
            },
            {
                "team": "Penn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eea0e944-da5a-4b1d-aa90-7f70376ee0ce",
            "gambit_id": "793c9a45-379c-458f-99e7-6a0ee26cd055",
            "last_updated": "2023-03-17T10:32:17.897241-04:00",
            "created_at": "2023-03-14T19:52:11.419196-04:00",
            "name": "Texas A&M",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5c3702d-f900-4579-95ca-4dc5693cba7e/?format=api"
        },
        {
            "id": "0ac70f40-cab9-436c-9280-bd1c4107f821",
            "gambit_id": "1e5dc2dc-3a19-48b0-8945-ac5379859f57",
            "last_updated": "2023-03-17T10:32:17.898538-04:00",
            "created_at": "2023-03-14T19:52:11.421120-04:00",
            "name": "Penn State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5c3702d-f900-4579-95ca-4dc5693cba7e/?format=api"
        }
    ]
}