GET /api/bet_types/08d4cbac-7f31-4690-8620-e6a9f700d96f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08d4cbac-7f31-4690-8620-e6a9f700d96f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0cbb0be-8187-4a54-8858-8183f415e59f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T14:28:15.917689-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": "Total Rounds Under 4.5",
                "amount": 5204.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6cf1e25-9af9-47eb-9b57-f6c670f7c333",
            "gambit_id": "e906c90f-8ce4-4747-817b-75150511fca1",
            "last_updated": "2023-08-07T15:08:07.558770-04:00",
            "created_at": "2023-08-05T14:28:15.928890-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08d4cbac-7f31-4690-8620-e6a9f700d96f/?format=api"
        },
        {
            "id": "7edeaae1-4fda-48b6-82b2-85bfa4c5e850",
            "gambit_id": "bf6d75fb-1a35-46ac-8a7c-e60278ca1e79",
            "last_updated": "2023-08-07T15:08:07.554811-04:00",
            "created_at": "2023-08-05T14:28:15.923757-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08d4cbac-7f31-4690-8620-e6a9f700d96f/?format=api"
        }
    ]
}