GET /api/bet_types/deca709a-02a7-4235-81ea-0232dcdbffcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deca709a-02a7-4235-81ea-0232dcdbffcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/de04cea9-fdb8-4793-954f-9f9d9d4b6d9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:10.395312-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ddc1aff-8d3b-421f-a8ae-06c7c67d9551",
            "gambit_id": "977a67ee-8a4f-4a1f-93ac-2b9a663876c2",
            "last_updated": "2024-01-29T22:13:11.426257-05:00",
            "created_at": "2024-01-27T09:18:10.399586-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca709a-02a7-4235-81ea-0232dcdbffcb/?format=api"
        },
        {
            "id": "70dbed96-cdd1-48ec-9b0d-8b08284728c1",
            "gambit_id": "79741d81-faa9-4536-b494-c097e603cf15",
            "last_updated": "2024-01-29T22:13:11.429644-05:00",
            "created_at": "2024-01-27T09:18:10.404064-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca709a-02a7-4235-81ea-0232dcdbffcb/?format=api"
        }
    ]
}