GET /api/bet_types/57414268-322e-4246-ab8b-8e19a1ae2241/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57414268-322e-4246-ab8b-8e19a1ae2241",
    "match": "https://api-prod.gambitprofit.com/api/matches/116033d2-a416-485d-b096-00f0f3959073/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:03.480989-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": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "46dcaf11-63c2-4805-a253-aefbee9a73e5",
            "gambit_id": "2700a236-9325-4347-8a18-c665560bc02f",
            "last_updated": "2023-06-29T17:58:30.213518-04:00",
            "created_at": "2023-06-28T08:48:03.482959-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57414268-322e-4246-ab8b-8e19a1ae2241/?format=api"
        },
        {
            "id": "436eb00c-633d-4024-a57e-71a198a8b964",
            "gambit_id": "57d1b4ef-31ea-485a-ab52-a8f6b5b9cc66",
            "last_updated": "2023-06-29T17:58:30.215429-04:00",
            "created_at": "2023-06-28T08:48:03.484916-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57414268-322e-4246-ab8b-8e19a1ae2241/?format=api"
        }
    ]
}