GET /api/bet_types/c06cd8c5-a303-4c0d-9c8c-cd6bd8a31cc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c06cd8c5-a303-4c0d-9c8c-cd6bd8a31cc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d5bbc84-0a25-41ef-9167-13e655a753dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-04T08:47:15.239187-05: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 2.5",
                "amount": 5352.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4648.0
            }
        ],
        "expected_reward_tokens": 8830.8,
        "profit_sb": -169.2,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8c1e5fe-62e5-4ba1-bc72-19a295ea38ce",
            "gambit_id": "bd904291-4831-451f-83e5-bde601d91527",
            "last_updated": "2023-01-05T10:31:53.796260-05:00",
            "created_at": "2023-01-04T08:47:15.240570-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.65000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c06cd8c5-a303-4c0d-9c8c-cd6bd8a31cc0/?format=api"
        },
        {
            "id": "f71e2775-0d05-44b6-83b7-69a4ca7173eb",
            "gambit_id": "aad1657b-28a7-4770-93bc-dca65c1ad0b5",
            "last_updated": "2023-01-05T10:31:53.797395-05:00",
            "created_at": "2023-01-04T08:47:15.241886-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c06cd8c5-a303-4c0d-9c8c-cd6bd8a31cc0/?format=api"
        }
    ]
}