GET /api/bet_types/3eecde84-46ab-4d83-a359-1613293e1ccb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eecde84-46ab-4d83-a359-1613293e1ccb",
    "match": "https://api-prod.gambitprofit.com/api/matches/baa82780-6ec8-4771-bd71-212e85851a7d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-31T09:28:04.827787-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": "6e80e88d-4401-4e14-929e-aa803a05b584",
            "gambit_id": "1fb1f7d0-d2a5-4d23-81c5-943d215241c3",
            "last_updated": "2023-09-01T09:58:15.756310-04:00",
            "created_at": "2023-08-31T09:28:04.841700-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/3eecde84-46ab-4d83-a359-1613293e1ccb/?format=api"
        },
        {
            "id": "ab9a51b9-d2c2-4131-87bd-259f7a704289",
            "gambit_id": "ce29ef3f-7b5e-4273-8452-acaf18973c95",
            "last_updated": "2023-09-01T09:58:15.746464-04:00",
            "created_at": "2023-08-31T09:28:04.836369-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/3eecde84-46ab-4d83-a359-1613293e1ccb/?format=api"
        }
    ]
}