GET /api/bet_types/27247891-48e8-4b65-96e9-644c9c406c77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27247891-48e8-4b65-96e9-644c9c406c77",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0abbc87-f763-4206-af88-be3c201cbb68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:09.035590-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4ee4246-e034-4603-ba64-3307b39d6a35",
            "gambit_id": "056ca3cb-9a32-4935-aa90-db0eaa92ae7b",
            "last_updated": "2023-05-08T11:47:06.794616-04:00",
            "created_at": "2023-05-07T11:57:09.037395-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27247891-48e8-4b65-96e9-644c9c406c77/?format=api"
        },
        {
            "id": "1ff4f4ea-8568-4275-ab26-71573b26df7e",
            "gambit_id": "3ff52dc5-fa57-4ad7-8629-3ef3bcef636e",
            "last_updated": "2023-05-08T11:47:06.796870-04:00",
            "created_at": "2023-05-07T11:57:09.039259-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27247891-48e8-4b65-96e9-644c9c406c77/?format=api"
        }
    ]
}