GET /api/bet_types/afdde331-97b5-4288-a750-04c1b9a4c426/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afdde331-97b5-4288-a750-04c1b9a4c426",
    "match": "https://api-prod.gambitprofit.com/api/matches/462303b6-7d17-461d-8e93-b2a6cc4fecb1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T08:58:08.866596-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 12.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 12.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bebcaae-ee43-4559-ace6-c0c4792bbe40",
            "gambit_id": "826d4d42-6b3f-40f5-8a17-a367129ca652",
            "last_updated": "2023-06-26T10:28:15.348788-04:00",
            "created_at": "2023-06-24T08:58:08.869485-04:00",
            "name": "Game Total Over 12.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afdde331-97b5-4288-a750-04c1b9a4c426/?format=api"
        },
        {
            "id": "4e8fc0cf-6d5d-47a8-a2ad-8a5937e77b59",
            "gambit_id": "460497d2-8dae-403a-bfd7-49f4d95904d6",
            "last_updated": "2023-06-26T10:28:15.352375-04:00",
            "created_at": "2023-06-24T08:58:08.871468-04:00",
            "name": "Game Total Under 12.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afdde331-97b5-4288-a750-04c1b9a4c426/?format=api"
        }
    ]
}