GET /api/bet_types/e2192b5d-2853-4f12-b68c-9e891e583141/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2192b5d-2853-4f12-b68c-9e891e583141",
    "match": "https://api-prod.gambitprofit.com/api/matches/967343d0-161b-40d0-bdd3-f50f5a2cf10a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:12.101867-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": "Detroit Pistons",
                "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": "a26e22e2-2e19-4f89-9467-5cc3e00c52b5",
            "gambit_id": "ed4fad61-455f-43b5-b428-3057cde8e15d",
            "last_updated": "2023-12-30T16:28:09.403927-05:00",
            "created_at": "2023-12-28T10:03:12.106173-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2192b5d-2853-4f12-b68c-9e891e583141/?format=api"
        },
        {
            "id": "f9de5b39-3d59-4bca-90ba-5a3e45ed5471",
            "gambit_id": "d8745a10-0704-423e-94b9-3abcf4544152",
            "last_updated": "2023-12-30T16:28:09.407095-05:00",
            "created_at": "2023-12-28T10:03:12.110046-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2192b5d-2853-4f12-b68c-9e891e583141/?format=api"
        }
    ]
}