GET /api/bet_types/8f66d6bc-54bb-475f-bd54-4c3014832986/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f66d6bc-54bb-475f-bd54-4c3014832986",
    "match": "https://api-prod.gambitprofit.com/api/matches/0333cdd1-2901-409d-b3b8-2ade48a25972/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:59.341262-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "87b991ad-6285-4e87-9ce2-28d219ac0662",
            "gambit_id": "f72a63f2-b892-4b6f-acb4-e76fc4c67b2d",
            "last_updated": "2023-08-05T12:03:14.510550-04:00",
            "created_at": "2023-08-04T08:52:59.345841-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f66d6bc-54bb-475f-bd54-4c3014832986/?format=api"
        },
        {
            "id": "13f43945-fba4-4f06-8174-0e60cbf0f4f0",
            "gambit_id": "1eef0b37-6496-4f2a-8eac-9162e7a0d5e7",
            "last_updated": "2023-08-05T12:03:14.516447-04:00",
            "created_at": "2023-08-04T08:52:59.350455-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f66d6bc-54bb-475f-bd54-4c3014832986/?format=api"
        }
    ]
}