GET /api/bet_types/e0bd548d-a6e5-4c25-b2a7-ee57dc57b836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0bd548d-a6e5-4c25-b2a7-ee57dc57b836",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e459bf1-94fb-4e06-8b66-7a9bcb478b5f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:41:52.860469-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "298fda29-2ee3-4ec4-a8da-4daf92bf94c3",
            "gambit_id": "eab40b96-3e00-4df4-805a-c6f1692c7e08",
            "last_updated": "2023-05-22T18:02:07.379377-04:00",
            "created_at": "2023-05-19T11:41:52.864567-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0bd548d-a6e5-4c25-b2a7-ee57dc57b836/?format=api"
        },
        {
            "id": "30678ed2-4efa-4fe6-b0ba-fb89a053e74b",
            "gambit_id": "4bcca1f6-1aee-476c-9fee-acc960ed7650",
            "last_updated": "2023-05-22T18:02:07.375989-04:00",
            "created_at": "2023-05-19T11:41:52.862484-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0bd548d-a6e5-4c25-b2a7-ee57dc57b836/?format=api"
        }
    ]
}