GET /api/bet_types/6fdb14a3-de5d-457b-ba2c-cb40dc0408db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fdb14a3-de5d-457b-ba2c-cb40dc0408db",
    "match": "https://api-prod.gambitprofit.com/api/matches/e068f4f0-ddeb-4e21-9704-7f7a53bc2a89/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:42:11.518304-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "74f16182-ce8a-411e-b6b2-fd851ee0689d",
            "gambit_id": "48632bb9-4c4f-45d8-af53-9cc29aaf42f4",
            "last_updated": "2023-04-26T12:02:19.536306-04:00",
            "created_at": "2023-04-25T11:42:11.520628-04:00",
            "name": "Game Total Under 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fdb14a3-de5d-457b-ba2c-cb40dc0408db/?format=api"
        },
        {
            "id": "871ea70f-e6aa-4e12-ac5f-00a701ba0af0",
            "gambit_id": "9f513343-eb0e-4065-9e89-dff40218fe0e",
            "last_updated": "2023-04-26T12:02:19.537763-04:00",
            "created_at": "2023-04-25T11:42:11.522386-04:00",
            "name": "Game Total Over 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fdb14a3-de5d-457b-ba2c-cb40dc0408db/?format=api"
        }
    ]
}