GET /api/bet_types/aac3fd87-bad5-43e1-9c14-548c72bc10a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aac3fd87-bad5-43e1-9c14-548c72bc10a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/33647587-035c-4841-b217-3b40e073fa0a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:11.488442-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec8e89b6-7732-4464-84cc-8a5e39a18b40",
            "gambit_id": "7d89545b-c53f-4bc1-9bf2-441a7e920dfc",
            "last_updated": "2023-06-26T10:28:13.324297-04:00",
            "created_at": "2023-06-23T09:28:11.490147-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aac3fd87-bad5-43e1-9c14-548c72bc10a8/?format=api"
        },
        {
            "id": "bd4a3c1c-1745-4b9a-8c33-40de67d9cf39",
            "gambit_id": "61e7169b-b94c-418e-92c6-273b2eb7572d",
            "last_updated": "2023-06-26T10:28:13.327240-04:00",
            "created_at": "2023-06-23T09:28:11.492122-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aac3fd87-bad5-43e1-9c14-548c72bc10a8/?format=api"
        }
    ]
}