GET /api/bet_types/c6f29200-0b88-4792-8812-ab64c689ab07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6f29200-0b88-4792-8812-ab64c689ab07",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6dc2689-5608-4e11-8c14-0a1b7db0512b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:52.525325-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ec62af1-dda6-4a69-915a-f2a425c42fb5",
            "gambit_id": "817f25af-0a81-46a7-a17d-69cc2cfdccdf",
            "last_updated": "2023-03-11T16:02:10.570503-05:00",
            "created_at": "2023-03-10T08:46:52.527419-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f29200-0b88-4792-8812-ab64c689ab07/?format=api"
        },
        {
            "id": "8d382ce2-2001-495e-8628-211e77f7f2e1",
            "gambit_id": "cd4809b3-12a2-4ba8-8b18-ac67876d6c9d",
            "last_updated": "2023-03-11T16:02:10.571657-05:00",
            "created_at": "2023-03-10T08:46:52.529422-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f29200-0b88-4792-8812-ab64c689ab07/?format=api"
        }
    ]
}