GET /api/bet_types/a6680f34-8970-4f25-80a3-1d42e967c8fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6680f34-8970-4f25-80a3-1d42e967c8fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3ff4cfc-4c2d-4425-ae92-73902681a2a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:06.473105-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "851b00b5-83a8-4ad0-9773-0d7d6013b2e1",
            "gambit_id": "c77b2425-442d-46e7-a194-59575488da4f",
            "last_updated": "2023-07-17T10:13:20.720502-04:00",
            "created_at": "2023-07-15T08:58:06.474636-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6680f34-8970-4f25-80a3-1d42e967c8fe/?format=api"
        },
        {
            "id": "11774217-4019-44c1-b43a-1ecee3be2549",
            "gambit_id": "32644726-1ba0-4db4-abb4-d3c0c1e9c8ae",
            "last_updated": "2023-07-17T10:13:20.722829-04:00",
            "created_at": "2023-07-15T08:58:06.476473-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6680f34-8970-4f25-80a3-1d42e967c8fe/?format=api"
        }
    ]
}