GET /api/bet_types/cf5b1055-d8ab-4721-940b-194d52cbdc54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf5b1055-d8ab-4721-940b-194d52cbdc54",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab50b691-211a-474a-ad39-ea26fb37039f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:16.522336-05: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 2.5",
                "amount": 5148.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4852.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa19bd2b-db79-4618-b288-a77c12f01d29",
            "gambit_id": "78295e38-320b-4cee-920c-1acda9f479a4",
            "last_updated": "2023-12-08T21:23:06.398599-05:00",
            "created_at": "2023-12-07T09:48:16.531197-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5b1055-d8ab-4721-940b-194d52cbdc54/?format=api"
        },
        {
            "id": "187a69cf-5822-48a6-ab4b-f106304033a8",
            "gambit_id": "2bb7d127-0ba2-4f37-9729-e8c4ce7baa21",
            "last_updated": "2023-12-08T21:23:06.395224-05:00",
            "created_at": "2023-12-07T09:48:16.526903-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5b1055-d8ab-4721-940b-194d52cbdc54/?format=api"
        }
    ]
}