GET /api/bet_types/4fa00b85-ee8d-4ae5-9451-50c0bc34f002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fa00b85-ee8d-4ae5-9451-50c0bc34f002",
    "match": "https://api-prod.gambitprofit.com/api/matches/a27480c1-af40-4aa6-ab58-80fcc0bad9b5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-30T08:18:25.214058-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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "803b9d4e-6d0d-4027-b1a7-a01574207463",
            "gambit_id": "7d250a9e-798f-43d8-b9f0-ca4466103979",
            "last_updated": "2023-07-31T18:08:07.084960-04:00",
            "created_at": "2023-07-30T08:18:25.218160-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa00b85-ee8d-4ae5-9451-50c0bc34f002/?format=api"
        },
        {
            "id": "7495415f-8a37-45db-ae10-bc63e28420c4",
            "gambit_id": "85bb82c4-8f5a-4ff7-a1a1-9ab9df95afe0",
            "last_updated": "2023-07-31T18:08:07.089014-04:00",
            "created_at": "2023-07-30T08:18:25.225582-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa00b85-ee8d-4ae5-9451-50c0bc34f002/?format=api"
        }
    ]
}