GET /api/bet_types/8ac20221-de42-4c25-98a7-0ca2fc8f48c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ac20221-de42-4c25-98a7-0ca2fc8f48c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad30a4df-98d2-49f3-80a0-977a3998ead6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:08.975121-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 Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "42ba8129-4d36-4795-bdc6-4a27ca4fd607",
            "gambit_id": "554c0d9d-b731-40a1-aa27-14ae4161082f",
            "last_updated": "2023-04-20T11:42:16.867922-04:00",
            "created_at": "2023-04-19T12:17:08.976638-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac20221-de42-4c25-98a7-0ca2fc8f48c3/?format=api"
        },
        {
            "id": "3e67b73e-dba5-4cb2-9b7f-6d5bf827bb61",
            "gambit_id": "ab4d03fd-0cae-44ae-b603-feb5c2ced117",
            "last_updated": "2023-04-20T11:42:16.870237-04:00",
            "created_at": "2023-04-19T12:17:08.978248-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac20221-de42-4c25-98a7-0ca2fc8f48c3/?format=api"
        }
    ]
}