GET /api/bet_types/8d577e56-0bff-4996-afd0-13f089f2bfd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d577e56-0bff-4996-afd0-13f089f2bfd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea94c38a-ea81-4430-aadd-21de57763bfa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-10T08:43:00.145127-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a26c5e72-8327-46bb-b7ac-bd1a9c79b271",
            "gambit_id": "1b8dcd47-380c-403f-a5ba-733250dfb2b2",
            "last_updated": "2023-08-11T11:08:15.763442-04:00",
            "created_at": "2023-08-10T08:43:00.157846-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d577e56-0bff-4996-afd0-13f089f2bfd6/?format=api"
        },
        {
            "id": "7fbbf34a-18bb-49c6-8f6c-c1df002eded9",
            "gambit_id": "8c1cf58f-4c71-4cd6-b70e-a6a4f0429d2d",
            "last_updated": "2023-08-11T11:08:15.759930-04:00",
            "created_at": "2023-08-10T08:43:00.151190-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d577e56-0bff-4996-afd0-13f089f2bfd6/?format=api"
        }
    ]
}