GET /api/bet_types/2c6d56df-db18-46a4-8dd3-ed236a92b73d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c6d56df-db18-46a4-8dd3-ed236a92b73d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2e8c058-f0a3-4883-ba97-c02e046dcbb7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T09:18:12.325137-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 2.5",
                "amount": 5615.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9208.5,
        "profit_sb": -291.5,
        "profit_sb_percentage": -3.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cbd0408-1ace-4fa3-8df5-80e5170b53ba",
            "gambit_id": "17f0bc7f-62b0-4e30-8c3f-f0b9a5883e94",
            "last_updated": "2024-01-31T22:23:08.387321-05:00",
            "created_at": "2024-01-30T09:18:12.329344-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c6d56df-db18-46a4-8dd3-ed236a92b73d/?format=api"
        },
        {
            "id": "db8b1486-162c-4637-b912-c571795f0773",
            "gambit_id": "5499cbd2-1628-4c59-85e0-964a6dadb2ab",
            "last_updated": "2024-01-31T22:23:08.390659-05:00",
            "created_at": "2024-01-30T09:18:12.334354-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c6d56df-db18-46a4-8dd3-ed236a92b73d/?format=api"
        }
    ]
}