GET /api/bet_types/bca5bbb6-d0a7-4bb5-ab28-82fa7799dc62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bca5bbb6-d0a7-4bb5-ab28-82fa7799dc62",
    "match": "https://api-prod.gambitprofit.com/api/matches/8053679f-07c4-4e12-8f98-0e8dbf1b7e8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:41:53.176311-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 2.5",
                "amount": 5149.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4851.0
            }
        ],
        "expected_reward_tokens": 9216.71,
        "profit_sb": -283.29,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1b56b5f-9777-43ab-a148-3fcf4a234d92",
            "gambit_id": "ce3bc56c-c7b3-4abb-8c49-a7ee5931d1ae",
            "last_updated": "2023-05-25T13:47:04.748933-04:00",
            "created_at": "2023-05-19T11:41:53.178363-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bca5bbb6-d0a7-4bb5-ab28-82fa7799dc62/?format=api"
        },
        {
            "id": "6ee5b24f-cd4b-4d87-9df0-6352362e326e",
            "gambit_id": "9f4df194-06b6-4958-978b-2e42ecfc4244",
            "last_updated": "2023-05-25T13:47:04.746371-04:00",
            "created_at": "2023-05-19T11:41:53.180768-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.90000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bca5bbb6-d0a7-4bb5-ab28-82fa7799dc62/?format=api"
        }
    ]
}