GET /api/bet_types/2b8c8e98-043e-422f-93da-a6d43849badb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b8c8e98-043e-422f-93da-a6d43849badb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac3ca4d9-f03b-425f-8f2e-a5d3adf4696d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T08:23:21.779695-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb9c7f29-ad80-4a01-89ac-b17da911189b",
            "gambit_id": "7fe78193-7752-4049-81ae-cd376d3055c6",
            "last_updated": "2023-09-22T10:48:04.239910-04:00",
            "created_at": "2023-09-20T08:23:21.783743-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8c8e98-043e-422f-93da-a6d43849badb/?format=api"
        },
        {
            "id": "faa48c87-5e90-4176-9d04-830f660f561c",
            "gambit_id": "195228c9-7dd3-4a0f-aec2-0d592b9c59eb",
            "last_updated": "2023-09-22T10:48:04.243412-04:00",
            "created_at": "2023-09-20T08:23:21.788370-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8c8e98-043e-422f-93da-a6d43849badb/?format=api"
        }
    ]
}