GET /api/bet_types/42581e68-f121-4842-a292-a91b71935666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42581e68-f121-4842-a292-a91b71935666",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a4afc4-ee0c-4442-9386-7fee31320e90/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-16T10:23:22.647749-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec5f9a1c-43dc-4e9d-89d9-4dc0d7cbfbdd",
            "gambit_id": "91e93264-e4dd-409b-b3ec-0ad97acb050e",
            "last_updated": "2023-08-18T10:18:05.760076-04:00",
            "created_at": "2023-08-16T10:23:22.663499-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42581e68-f121-4842-a292-a91b71935666/?format=api"
        },
        {
            "id": "0bbc9562-64fd-4184-94ca-34199be63d80",
            "gambit_id": "865db070-82b9-4e09-9c48-7683e5eaeb97",
            "last_updated": "2023-08-18T10:18:05.756162-04:00",
            "created_at": "2023-08-16T10:23:22.655803-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42581e68-f121-4842-a292-a91b71935666/?format=api"
        }
    ]
}