GET /api/bet_types/3c909de6-6a4f-4db4-8024-ca6f1fef6eb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c909de6-6a4f-4db4-8024-ca6f1fef6eb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/07774d15-7173-4d43-91c3-1689af1d0f20/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:11.598093-05: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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "48d670f6-d187-4bd7-8ab9-fb64fa49fad5",
            "gambit_id": "cc88186e-4dac-4512-bce2-3529e3d3a023",
            "last_updated": "2024-01-22T12:08:21.941164-05:00",
            "created_at": "2024-01-19T09:33:11.602526-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c909de6-6a4f-4db4-8024-ca6f1fef6eb1/?format=api"
        },
        {
            "id": "f5f314cf-ef0f-4166-8b58-8a6c8a03bf45",
            "gambit_id": "36220878-b7e6-4d56-beaf-bb19fdc099b2",
            "last_updated": "2024-01-22T12:08:21.944443-05:00",
            "created_at": "2024-01-19T09:33:11.607453-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c909de6-6a4f-4db4-8024-ca6f1fef6eb1/?format=api"
        }
    ]
}