GET /api/bet_types/430ef4e8-d3b9-4b95-9e27-5d5955fd89c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "430ef4e8-d3b9-4b95-9e27-5d5955fd89c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eb6bd66-f4cc-4ad1-8fd3-427d0c1fe991/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:02.802811-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "edc62ef4-4148-44e8-9377-b33d1793c64e",
            "gambit_id": "c6a1b77e-fbe8-4806-bdeb-57f493453894",
            "last_updated": "2023-04-19T20:52:00.402406-04:00",
            "created_at": "2023-04-18T12:12:02.804471-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430ef4e8-d3b9-4b95-9e27-5d5955fd89c0/?format=api"
        },
        {
            "id": "472a28b3-e597-4367-a34a-ca7573bfd8a6",
            "gambit_id": "0ed733b9-a5a5-4b5c-a31c-edaa5694fe19",
            "last_updated": "2023-04-19T20:52:00.405301-04:00",
            "created_at": "2023-04-18T12:12:02.806252-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430ef4e8-d3b9-4b95-9e27-5d5955fd89c0/?format=api"
        }
    ]
}