GET /api/bet_types/e16c0e3f-7559-40be-8a0a-f1c5252f1f72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e16c0e3f-7559-40be-8a0a-f1c5252f1f72",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec7aecf-42a9-44ac-8a3b-43884b898705/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-16T09:21:54.735725-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": "Game Total Over 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "668a713e-50f0-4f22-8f8b-23e385fb9ba9",
            "gambit_id": "8810f301-46b2-4bdf-a5fe-eb5b707c9c16",
            "last_updated": "2023-02-17T09:52:03.193947-05:00",
            "created_at": "2023-02-16T09:21:54.738767-05:00",
            "name": "Game Total Over 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e16c0e3f-7559-40be-8a0a-f1c5252f1f72/?format=api"
        },
        {
            "id": "53bce6eb-2dc6-4cd3-8f0c-2d387f512561",
            "gambit_id": "bfd4e0e0-53ab-480d-b3d1-3e93eafb2ad6",
            "last_updated": "2023-02-17T09:52:03.192792-05:00",
            "created_at": "2023-02-16T09:21:54.737350-05:00",
            "name": "Game Total Under 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e16c0e3f-7559-40be-8a0a-f1c5252f1f72/?format=api"
        }
    ]
}