GET /api/bet_types/1b2be98c-d7d6-4597-abce-3eb65eba8309/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b2be98c-d7d6-4597-abce-3eb65eba8309",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe394088-ccd0-4c1c-b0e9-62ad27188db7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T08:43:16.117323-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": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cd87473-2f15-4c44-b1ac-09b2418484cf",
            "gambit_id": "b6744f9c-23d3-4b82-bb5e-928c8c4dd050",
            "last_updated": "2023-07-08T09:47:59.540182-04:00",
            "created_at": "2023-07-06T08:43:16.118850-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b2be98c-d7d6-4597-abce-3eb65eba8309/?format=api"
        },
        {
            "id": "bfe203ea-de39-44d0-8537-06d33dab8e50",
            "gambit_id": "33d62f46-d7f6-4650-a84e-f3d0cc43c5d7",
            "last_updated": "2023-07-08T09:47:59.542866-04:00",
            "created_at": "2023-07-06T08:43:16.120565-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b2be98c-d7d6-4597-abce-3eb65eba8309/?format=api"
        }
    ]
}