GET /api/bet_types/fe1dc8cd-2962-47a5-a9bb-219b42988650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe1dc8cd-2962-47a5-a9bb-219b42988650",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f498b9f-2081-4fe2-9b65-f44c9bec2d1f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-21T08:58:03.383519-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 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecb1661e-5c4a-4911-9a39-5fcafa3838cd",
            "gambit_id": "7249873a-9bbc-49bf-9ef6-798119f7f730",
            "last_updated": "2023-09-23T10:18:09.807457-04:00",
            "created_at": "2023-09-21T08:58:03.389145-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1dc8cd-2962-47a5-a9bb-219b42988650/?format=api"
        },
        {
            "id": "9373fa80-0d37-4aaf-8439-4fa14a855bf7",
            "gambit_id": "81bbfcf1-d3cd-4438-a665-66079669a237",
            "last_updated": "2023-09-23T10:18:09.810656-04:00",
            "created_at": "2023-09-21T08:58:03.394490-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1dc8cd-2962-47a5-a9bb-219b42988650/?format=api"
        }
    ]
}