GET /api/bet_types/86434c57-5544-43a5-b3eb-09692ee8af14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86434c57-5544-43a5-b3eb-09692ee8af14",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6b66c73-2744-43ff-b108-e7d9b20a9804/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:13.368432-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": "Game Total Under 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ceb37008-9b76-4d9c-bc97-ae8485e16f22",
            "gambit_id": "391e4d39-0d26-4f99-b662-3d1db64167e9",
            "last_updated": "2023-04-27T11:52:10.187944-04:00",
            "created_at": "2023-04-26T12:02:13.369781-04:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86434c57-5544-43a5-b3eb-09692ee8af14/?format=api"
        },
        {
            "id": "275d8a68-0541-42e8-b90f-4672461e7e85",
            "gambit_id": "13002902-2ff3-4cba-94a7-92893816c3cd",
            "last_updated": "2023-04-27T11:52:10.189810-04:00",
            "created_at": "2023-04-26T12:02:13.371246-04:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86434c57-5544-43a5-b3eb-09692ee8af14/?format=api"
        }
    ]
}