GET /api/bet_types/7e6da4ab-8054-42c9-beae-222f559f6e76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e6da4ab-8054-42c9-beae-222f559f6e76",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8905b28-8289-457a-a625-9e2a4dd7ffd0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:09.452860-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db44284b-f148-46a6-8b93-7e1fc6ac0836",
            "gambit_id": "f7fbfeae-72df-4340-a19a-44256ee06b11",
            "last_updated": "2023-05-10T15:32:07.104905-04:00",
            "created_at": "2023-05-09T11:07:09.456046-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e6da4ab-8054-42c9-beae-222f559f6e76/?format=api"
        },
        {
            "id": "56edb705-dd97-4863-ae4a-457ebfe366d4",
            "gambit_id": "13fd0ee8-2dfe-4963-b936-605887056f1f",
            "last_updated": "2023-05-10T15:32:07.102861-04:00",
            "created_at": "2023-05-09T11:07:09.454434-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e6da4ab-8054-42c9-beae-222f559f6e76/?format=api"
        }
    ]
}