GET /api/bet_types/567e28d2-bb6a-479c-98f9-64525e6b9d73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "567e28d2-bb6a-479c-98f9-64525e6b9d73",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6fdf86b-ea28-4463-a49f-73526e98ee47/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:01.700878-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": "d0a3b65e-3c94-4585-aebe-3f10ecf171a6",
            "gambit_id": "41e03517-88cb-4fe6-8764-058dc98c6214",
            "last_updated": "2023-05-29T11:47:17.295100-04:00",
            "created_at": "2023-05-27T10:47:01.706990-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/567e28d2-bb6a-479c-98f9-64525e6b9d73/?format=api"
        },
        {
            "id": "db4de2fd-d63f-448e-ad1a-ef238b8a8f7e",
            "gambit_id": "6faa04ab-69ed-4ee0-95a2-334cec92bc1e",
            "last_updated": "2023-05-29T11:47:17.297728-04:00",
            "created_at": "2023-05-27T10:47:01.717586-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/567e28d2-bb6a-479c-98f9-64525e6b9d73/?format=api"
        }
    ]
}