GET /api/bet_types/62d07741-3283-45ac-b3c0-4364837e85e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62d07741-3283-45ac-b3c0-4364837e85e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/09e206e8-3257-4062-9568-a75f7752c11f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:21.361876-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": "b6171e59-b830-4323-b406-290fa08ad0fe",
            "gambit_id": "5942e0f7-6afc-4091-9aab-29f3ab5c9214",
            "last_updated": "2023-04-06T11:37:05.542159-04:00",
            "created_at": "2023-04-05T09:22:21.367940-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/62d07741-3283-45ac-b3c0-4364837e85e0/?format=api"
        },
        {
            "id": "4ba64c26-9a2a-4b42-a476-f3f15fa8fd21",
            "gambit_id": "c19aba78-5c9f-4f3d-87ea-7f9f9cf8b2d6",
            "last_updated": "2023-04-06T11:37:05.539764-04:00",
            "created_at": "2023-04-05T09:22:21.364705-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/62d07741-3283-45ac-b3c0-4364837e85e0/?format=api"
        }
    ]
}